winsvega
dcffb7777f
cmd/geth retesteth: add eth_getBlockByHash ( #20621 )
5 years ago
Martin Holst Swende
3c776c7199
retesteth: clean txpool on rewind, default dao support ( #20596 )
5 years ago
Martin Holst Swende
0b284f6c6c
cmd/geth/retesteth: use canon head instead of keeping alternate count ( #20572 )
5 years ago
Guillaume Ballet
1ff3d7c2d4
cmd/faucet, cmd/geth: fix staticcheck warnings ( #20374 )
5 years ago
Rob Mulholand
3b6c9902f3
core: remove unused gas return in ApplyTransaction ( #20065 )
5 years ago
winsvega
cedf8be435
retesteth: enable maxResults in AccountRange ( #20020 )
5 years ago
Martin Holst Swende
e126b0836a
retesteth: implement istanbul support
5 years ago
Christian Muehlhaeuser
a32a2b933a
cmd, contracts, eth, p2p, signer, whisper: fixed ineffectual assignments ( #19869 )
...
Fixed assigning values to variables we don't end up using.
5 years ago
Christian Muehlhaeuser
57fc1d21e1
cmd/geth, core/rawdb: add missing error checks ( #19871 )
...
* Added missing error checks
Add error handling where we assign err a value, but don't check for it being nil.
* core/rawdb: tiny style nit
5 years ago
jwasinger
6bd896a97f
eth: add debug_accountRange ( #17438 )
...
This adds the debug_accountRange method which returns all accounts in
the state for a given block and transaction index.
5 years ago
ledgerwatch
7c9307c683
cmd: Add retesteth command (to support execution and generation of tests via retesteth) ( #19631 )
...
* Add retesteth command
* Remove label and insert full version
* mineBlock - break the inner loop when the block is full
* Fixes for touched non-reward accounts, gas limit issues
* Not fail when SendTx has transaction with incorrect RLP
* Fix linter (unnecessary conversion)
* retesteth: add usage string to flag
6 years ago