• 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
..
testdata Loading commit data...
encoding.go Loading commit data...
encoding_test.go Loading commit data...
hashing.go Loading commit data...
legacy_withdrawal.go Loading commit data...
legacy_withdrawal_test.go Loading commit data...
message.go Loading commit data...
message_test.go Loading commit data...
types.go Loading commit data...
withdrawal.go Loading commit data...
withdrawal_test.go Loading commit data...
withdrawals.go Loading commit data...
withdrawals_test.go Loading commit data...