Skip to content

Commit 3df5721

Browse files
committed
draft
1 parent b9d94cd commit 3df5721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protocol/cross-safe-gossip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| Created at | _2025-06-24_ |
77
| Initial Reviewers | _Protolambda, Adrian Sutton_ |
88
| Need Approval From | _Mark Tyneway_ |
9-
| Status | _Draft / In Review / Implementing Actions / Final_ |
9+
| Status | _Draft_ |
1010

1111
## Purpose
1212

@@ -40,7 +40,7 @@ receives _signed [`cross-safe`][cross-safe] blocks_.
4040
1. When the sequencing node consults with its own [supervisor][supervisor] and determines that a block can be promoted
4141
to [`cross-safe`][cross-safe], it will sign the payload hash of the new [cross-safe][cross-safe] block as specified in
4242
["Rollup Node P2P"](https://specs.optimism.io/protocol/rollup-node-p2p.html#block-signatures) and gossip the
43-
[signed payload envelope](https://specs.optimism.io/protocol/rollup-node-p2p.html#block-encoding) to peers.
43+
[signed payload envelope](https://specs.optimism.io/protocol/rollup-node-p2p.html#block-encoding) to peers
4444
over the [`cross-safe-blocksv1` topic](#new-gossip-topic).
4545
1. Peers observing the topic that are operating in "Following Mode" will then validate the block as specified in
4646
["Rollup Node P2P"](https://specs.optimism.io/protocol/rollup-node-p2p.html#block-validation), and if validation succeeds:

0 commit comments

Comments
 (0)