• Matthew Slipper's avatar
    l2geth: Add OVM ETH and message passer state dump (#3742) · 9e58c9ea
    Matthew Slipper authored
    This is necessary in order to perform the mainnet OVM ETH and withdrawal hashes migration. Operates using a L2GETH_STATE_DUMP_PATH environment variable that specifies the file that addresses should be dump to. They are not deduplicated. The format of the file is:
    
    ```
    ETH|<ovm eth address>
    MSG|<sender>|<msg>
    ```
    9e58c9ea
statedb.go 28.9 KB