a840e9b59f
State history v2 has been shipped and will take effect after the Cancun fork. However, the state revert function does not differentiate between v1 and v2, instead blindly using the storage map key for state reversion. This mismatch between the keys of the live state set and the state history can trigger a panic: `non-existent storage slot for reverting`. This flaw has been fixed in this PR. |
||
---|---|---|
.. | ||
database | ||
hashdb | ||
pathdb | ||
database.go | ||
history.go | ||
preimages.go | ||
states.go |