nimbus-eth1/nimbus/p2p/chain
jangko 7b67914453
fixes regression caused by recent changes in eth state handling
detected when running hive consensus simulator.
when processing an invalid block header and then
a new valid block header with the same block number,
the state root of the stateDB object should be updated
or reverted to parent stateRoot.

using intermediate stateRoot will trigger the hexary trie assertion.
2021-11-09 17:55:06 +07:00
..
chain_desc.nim fixes regression caused by recent changes in eth state handling 2021-11-09 17:55:06 +07:00
chain_helpers.nim Feature/implement poa processing (#748) 2021-07-14 16:13:27 +01:00
chain_misc.nim Feature/implement poa processing (#748) 2021-07-14 16:13:27 +01:00
persist_blocks.nim fixes regression caused by recent changes in eth state handling 2021-11-09 17:55:06 +07:00