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:
committed by
Martin Holst Swende
parent
7641bbe535
commit
7c9307c683
@ -220,6 +220,8 @@ func init() {
|
||||
licenseCommand,
|
||||
// See config.go
|
||||
dumpConfigCommand,
|
||||
// See retesteth.go
|
||||
retestethCommand,
|
||||
}
|
||||
sort.Sort(cli.CommandsByName(app.Commands))
|
||||
|
||||
|
Reference in New Issue
Block a user