Skip to content

Commit 6b97921

Browse files
committed
docs(fast-inbox): drop issue references from the streaming e2e comments (A-1385)
1 parent de193f2 commit 6b97921

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

yarn-project/end-to-end/src/single-node/cross-chain/streaming_inbox.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ describe('single-node/cross-chain/streaming_inbox', () => {
227227
const includingBlockTs = insertingBlock.header.globalVariables.timestamp;
228228
const delaySeconds = includingBlockTs - messageL1Ts;
229229

230-
// Informational only (A-1178 timings style): the wall-clock number flakes under CI load, so it is never
230+
// Informational only: the wall-clock number flakes under CI load, so it is never
231231
// asserted on; the slot-denominated bound below is the real check.
232232
log.warn(`Streaming latency for message ${msgHash.toString()}`, {
233233
messageL1Ts,
@@ -290,7 +290,7 @@ describe('single-node/cross-chain/streaming_inbox', () => {
290290

291291
// Test 4 (send-then-consume on the streaming path): a message inserted by the streaming Inbox is consumed by
292292
// a public L2 tx, passing the compact leaf index, and cannot be consumed twice. Same-block consumption is
293-
// available post-A-1432 (a block's BlockConstantData.l1_to_l2_tree_snapshot pins to that block's post-bundle
293+
// available (a block's BlockConstantData.l1_to_l2_tree_snapshot pins to that block's post-bundle
294294
// root, so the public/AVM read sees the just-inserted message), but which block consumes the message relative
295295
// to its insertion depends on sequencer timing under the production sequencer; the block relationship is
296296
// logged for visibility while the robust invariants asserted are the successful compact-index consume and the

0 commit comments

Comments
 (0)