Skip to content

Commit

Permalink
holocene: add rule to limit channel size at channel stage (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianst authored Oct 16, 2024
1 parent c6903a3 commit d6b979a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions specs/protocol/holocene/derivation.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ frame loading becomes simpler in the channel bank:
correct frame for this channel, the frame and channel are dropped, including all future frames for
the channel that might still be in the frame queue. Note that the equivalent rule was already
present pre-Holocene.
- After adding a frame to the staging channel, the channel is dropped if its raw compressed size as
defined in the Bedrock specification is larger than `MAX_RLP_BYTES_PER_CHANNEL`. This rule replaces
the total limit of all channels' combined sizes by `MAX_CHANNEL_BANK_SIZE` before Holocene.

## Span Batches

Expand Down

0 comments on commit d6b979a

Please sign in to comment.