• Mark Tyneway's avatar
    contracts-bedrock: add size limit on deposit transaction size · 1556840f
    Mark Tyneway authored
    Adds a limit to prevent calldata larger than 120kb. Unsafe
    blocks contain the deposit transactions and when there is
    no upper bound on the calldata size, it is possible for a
    single transaction to cause the p2p gossip to consume
    far more bandwidth than necessary.
    1556840f
OptimismPortal.t.sol 44.9 KB