• Mark Tyneway's avatar
    op-chain-ops: cleanup foundry package (#10801) · 1e0ea43e
    Mark Tyneway authored
    * op-chain-ops: cleanup foundry package
    
    Moves the foundry related code into the foundry package.
    We have some code for reading the allocs that foundry writes
    to disk with `vm.dumpState(string)`. It makes more sense to
    have these functions and types in the `foundry` package
    rather than the `genesis` package.
    
    * op-chain-ops: fix compile issue
    
    * op-node: port package usage
    1e0ea43e
Name
Last commit
Last update
..
testdata Loading commit data...
config.go Loading commit data...
config_test.go Loading commit data...
genesis.go Loading commit data...
helpers.go Loading commit data...
layer_one.go Loading commit data...
layer_one_test.go Loading commit data...
layer_two.go Loading commit data...
withdrawal_network.go Loading commit data...
withdrawal_network_test.go Loading commit data...