forked from cerc-io/plugeth
0914234d10
This PR fixes the flaw that @rjl493456442 found in https://github.com/ethereum/go-ethereum/pull/#issuecomment-1093817551 , namely, that the snapshot iterator uses the combined (disk + difflayers) 'view', wheres the raw iterator uses only the disk 'view'. This PR instead splits up the work: one phase is iterating the disk layer data, another phase is loading the journalled difflayers and performing the same check there. |
||
---|---|---|
.. | ||
abidump | ||
abigen | ||
bootnode | ||
checkpoint-admin | ||
clef | ||
devp2p | ||
ethkey | ||
evm | ||
faucet | ||
geth | ||
p2psim | ||
puppeth | ||
rlpdump | ||
utils |