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
This commit is contained in:
ledgerwatch
2019-06-05 13:03:23 +01:00
committed by Martin Holst Swende
parent 7641bbe535
commit 7c9307c683
3 changed files with 1038 additions and 0 deletions

View File

@ -220,6 +220,8 @@ func init() {
licenseCommand,
// See config.go
dumpConfigCommand,
// See retesteth.go
retestethCommand,
}
sort.Sort(cli.CommandsByName(app.Commands))