ethereum-optimism / optimism

Optimism is Ethereum, scaled.
https://optimism.io
MIT License
5.65k stars 3.28k forks source link

op-chain-ops: Go script forking fix for repeated state-dumps #12902

Closed protolambda closed 5 days ago

protolambda commented 5 days ago

Description

The forking state needs to maintain the fallback state as the selected state when forkID == 0. Also clarifies state-dump comments.

Tests

Implemented a regression test, to cover the state dumping, and expected state-changes, over repeated state-dumps on the same script host.

mslipper commented 5 days ago

merged manually