• Mark Tyneway's avatar
    op-chain-ops: set initial message passer nonce · edfa4861
    Mark Tyneway authored
    The `L2ToL1MessagePasser` nonce is set to `type(uint32).max`
    initially to prevent nonce collisions with legacy withdrawals
    that have been upgraded. The max value for the nonce is
    `type(uint256).max` so it is not a problem to start at a non
    zero nonce.
    edfa4861
Name
Last commit
Last update
..
migration Loading commit data...
migration_action Loading commit data...
testdata Loading commit data...
config.go Loading commit data...
config_test.go Loading commit data...
db_migration.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...
layer_two_test.go Loading commit data...
setters.go Loading commit data...
test_util.go Loading commit data...