This tool is useful when validating changes to run_block_generator() against all blocks on mainnet or testnet11.
For example, validating that signature validation passes on all blocks.
The old flag test-backrefs no longer worked and was removed.
The assert args.validate && !args.mempool was incorrect and was removed.
The option --validate did not work past the hard fork height, which was fixed. It was also renamed to --original-generator.
A new option --hard-fork-height was added to support testnet databases.
This tool is useful when validating changes to
run_block_generator()
against all blocks on mainnet or testnet11. For example, validating that signature validation passes on all blocks.The old flag
test-backrefs
no longer worked and was removed.The assert
args.validate && !args.mempool
was incorrect and was removed.The option
--validate
did not work past the hard fork height, which was fixed. It was also renamed to--original-generator
.A new option
--hard-fork-height
was added to support testnet databases.