aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/retesteth_copypaste.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd: Add retesteth command (to support execution and generation of tests via ↵ledgerwatch2019-06-051-0/+148
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