• 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
Name
Last commit
Last update
..
access_list.go Loading commit data...
database.go Loading commit data...
dump.go Loading commit data...
iterator.go Loading commit data...
iterator_test.go Loading commit data...
journal.go Loading commit data...
state_object.go Loading commit data...
state_object_test.go Loading commit data...
state_test.go Loading commit data...
statedb.go Loading commit data...
statedb_test.go Loading commit data...
sync.go Loading commit data...
sync_test.go Loading commit data...