We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b61fc commit db14374Copy full SHA for db14374
1 file changed
l1-contracts/src/core/messagebridge/Inbox.sol
@@ -20,8 +20,8 @@ uint256 constant INBOX_BUCKET_RING_SIZE = 1024;
20
21
// Constructor floor for the bucket ring. The ring must cover the longest stall the chain recovers from on
22
// its own: the prune-and-repropose window of 64 checkpoints (2 epochs = 384 L1 blocks) at the natural cadence
23
-// of one bucket per L1 block, so buckets re-consumed after a prune are not overwritten first. 384 rounded up
24
-// to the next power of two, kept at or below the production ring.
+// of one bucket per L1 block, so the buckets it must re-consume after a prune have not been overwritten. 384
+// rounded up to the next power of two, kept at or below the production ring.
25
uint256 constant MIN_BUCKET_RING_SIZE = 512;
26
27
/**
0 commit comments