• Mark Tyneway's avatar
    op-chain-ops: remove post process step (#9316) · 1c4a6e5f
    Mark Tyneway authored
    * op-chain-ops: remove post process step
    
    Now the the L1 genesis is generated by foundry, there should be
    no need to post process the L1 genesis state. Transactions would
    fail because of the resource metering values in the optimism portal
    contract being set as part of the genesis setup. The setup was
    originally created when Go code was used to generate the L1 genesis.
    
    There is a small chance that this fails in CI. Will close if it fails.
    
    * op-chain-ops: fix build
    
    * chain-ops: delete dead argument
    
    The `postProcess` arg is no longer used so delete it
    
    * op-node: fix build
    1c4a6e5f
Name
Last commit
Last update
..
chaincfg Loading commit data...
cmd Loading commit data...
flags Loading commit data...
heartbeat Loading commit data...
metrics Loading commit data...
node Loading commit data...
p2p Loading commit data...
rollup Loading commit data...
version Loading commit data...
withdrawals Loading commit data...
.gitignore Loading commit data...
Dockerfile Loading commit data...
Dockerfile.dockerignore Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
service.go Loading commit data...