l2geth: Add OVM ETH and message passer state dump (#3742)
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> ```
Showing
l2geth/statedumper/dumper.go
0 → 100644
Please register or sign in to comment