Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions crates/mega-evm/src/block/limit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@
//! block-level Data Availability size limit checks during pre-execution validation
//! - **Rationale**: Deposit transactions are trustless L1→L2 messages that cannot be censored. They
//! must be included in blocks regardless of their DA size to maintain bridge integrity
//! - **Tracking**: While exempt from limit checks, deposit DA sizes are still tracked and
//! accumulated in block DA usage counters for monitoring purposes
//! - **Tracking**: Deposit DA sizes are not accumulated into the block DA usage counter
//! (`block_da_size_used`). The spec permits tracking them for monitoring (RFC-2119 MAY), but the
//! executor opts out, so the counter reflects only non-deposit transactions.
//! - **Other Limits**: Deposit transactions are still subject to all other limits (gas, tx size,
//! compute gas, data size, KV updates)
//!
Expand Down