You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test method should revert the state of the blockchain to a specific block number.
Basically cancelling the blocks so there would be no need to reset the chain genesis if we want to apply different transactions on top of the same genesis block.
The text was updated successfully, but these errors were encountered:
yes. so not to restart client with new chain params.
Casey says geth already has geth has a debug_setHead method, which would be the same as test_rewindToBlock
void test_rewindToBlock(int number)
This test method should revert the state of the blockchain to a specific block number.
Basically cancelling the blocks so there would be no need to reset the chain genesis if we want to apply different transactions on top of the same genesis block.
The text was updated successfully, but these errors were encountered: