From 752bf5b705d0b1bf6629616a9ec5f3f7e53d91bd Mon Sep 17 00:00:00 2001 From: Jeff Harris <26550587+jefflightweb@users.noreply.github.com> Date: Sun, 5 Jul 2026 15:57:55 -0600 Subject: [PATCH] [Fix] BRC-133: SSM addressing note for coinbase --- transactions/0133.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/transactions/0133.md b/transactions/0133.md index 6183af9..ea2a28c 100644 --- a/transactions/0133.md +++ b/transactions/0133.md @@ -46,6 +46,13 @@ The group index `0xFFFE` is in the reserved control-plane range and never overlaps with data-plane shard groups (maximum shard group index is `0x0FFF` for `shard_bits=12`). +The address is shown in ASM form (`FF0E::B:FFFE`), intra-domain only under RFC +8815; inter-domain delivery uses the SSM address `FF3E::B:FFFE` (see +[BRC-129](./0129.md)). The frame format and NACK path are unchanged. Coinbase +and block-announce frames are separate flows but share the same egress source +(the emitting proxy, `senderIPv6`), so SSM receivers `(S,G)`-join `0xFFFE` once; +block-broadcast sources are distributed per BRC-129. + ### Wire Format Coinbase transactions are carried as BRC-131 frames (FrameVer `0x04`) with @@ -112,5 +119,6 @@ same `FF0E::B:FFFE` multicast destination. - [BRC-124: Multicast Transaction Frame Format](./0124.md) — base header layout reused by BRC-131 +- [BRC-129: Multicast Group Address Assignments](./0129.md) — SSM/ASM addressing, scopes, and `(S,G)` source discovery - [BRC-134: Chained Anchor Transaction Frames](./0134.md) — another control-group transaction type