Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions transactions/0131.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,13 @@ The global scope (`FF0E`) ensures block announcements cross site boundaries. The
group index `0xFFFE` is in the reserved control-plane range and is never used as
a shard group for any `shard_bits` ≤ 12.

The address is shown in ASM form (`FF0E::B:FFFE`), which under RFC 8815 is
intra-domain only; inter-domain delivery across site boundaries uses the SSM
address `FF3E::B:FFFE` (see [BRC-129](./0129.md)). The frame format, `HashKey`,
`SeqNum`, and NACK path are unchanged across modes. Under SSM, receivers
`(S,G)`-join using the block-announce source (the emitting proxy, `senderIPv6`);
block-broadcast sources are distributed per BRC-129.

### Sequence Tracking and Retransmission

BRC-131 frames use the same XXH64 hash-chain sequencing as BRC-124:
Expand Down