contracts-bedrock: add size limit on deposit transaction size
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.
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment