• Mark Tyneway's avatar
    op-chain-ops: implement withdrawal hashing (#3469) · c3980e9a
    Mark Tyneway authored
    * op-chain-ops: implement withdrawal hashing
    
    Implement both the new hashing scheme and the legacy
    hashing for withdrawals so that the withdrawals can
    be migrated.
    
    Also implement encoding and decoding of the withdrawals
    
    * more tests
    
    * op-chain-ops: code review fixes
    
    * op-chain-ops: fix message passer
    
    Now that the old message passer is being kept in the L2
    state, be sure to the use legacy address. The new message
    passer is at a different address.
    c3980e9a
Name
Last commit
Last update
..
cmd Loading commit data...
crossdomain Loading commit data...
data Loading commit data...
deployer Loading commit data...
genesis Loading commit data...
immutables Loading commit data...
state Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
addresses.go Loading commit data...
cli.go Loading commit data...
db.go Loading commit data...
genesis.go Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...
params.go Loading commit data...
storage.go Loading commit data...
util.go Loading commit data...