BRC-148: Multicast shard domain partitioning and BEEF object plane - #181
Merged
sirdeggen merged 10 commits intoJul 30, 2026
Conversation
jefflightweb
marked this pull request as draft
July 24, 2026 20:53
Contributor
Author
|
Marking this draft while I revise the BEEF submission-record design. The multi-topic submission record (topicCount 1..15) fans out one ingress object into up to 15 multicast frames, which — on the open/anonymous ingress class — is an amplification vector with no cost coupling. The revision makes multi-topic fan-out an authenticated/metered capability and keeps the open path single-topic. Will mark ready for review once it lands. |
jefflightweb
marked this pull request as ready for review
July 29, 2026 21:45
Collaborator
|
Merged as BRC-228 (renumbered from proposed BRC-148), commit e32374e on master. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request:
Proposes a new standard by creating a new markdown file in the appropriate directory and requests discussion and assignment of a BRC number
Summary
BRC-148: Multicast Shard Domain Partitioning and the BEEF Object Plane
Adds BRC-148, a backward-compatible partition of the BRC-129 16-bit shard-index space into independent object planes selected by the high nibble, and the allocation of the first new plane: a BEEF object plane (domain
0x1) carrying BRC-62/95/96 objects verbatim for overlay synchronisation. The plane shards by overlay topic — a topic name hashes to exactly one multicast group, so the group itself is the coarse topical filter — and delivery edges filter per subscriber on elected topics and BEEF encodings. A per-domain descriptor extension to the BRC-139 shard manifest lets each plane advertise and reshard its ownshard_bitsand generation independently. The transaction plane (domain0x0) is byte-identical to BRC-129; a BRC-129-only participant interoperates unchanged.Motivation: BRC-88 overlay propagation discovers every interested host and sends each a copy point-to-point over HTTPS — the step that does not scale as topics and hosts multiply. This plane gives it a multicast substrate: publish once, every subscribed host receives it, with NACK retransmission. Topic-hash addressing keeps the fabric free of per-topic state, so channel counts and retransmission bookkeeping stay bounded at millions of topics; the plane reserves an eight-fold widening runway (
shard_bitsup to 15) without renumbering.Changes: new transactions/0148.md; index entries in README.md, SUMMARY.md, transactions/README.md. No changes to existing BRCs.