Skip to content

BRC-148: Multicast shard domain partitioning and BEEF object plane - #181

Merged
sirdeggen merged 10 commits into
bsv-blockchain:masterfrom
jefflightweb:beef-object-plane
Jul 30, 2026
Merged

BRC-148: Multicast shard domain partitioning and BEEF object plane#181
sirdeggen merged 10 commits into
bsv-blockchain:masterfrom
jefflightweb:beef-object-plane

Conversation

@jefflightweb

Copy link
Copy Markdown
Contributor

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 own shard_bits and generation independently. The transaction plane (domain 0x0) 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_bits up to 15) without renumbering.

Changes: new transactions/0148.md; index entries in README.md, SUMMARY.md, transactions/README.md. No changes to existing BRCs.

@jefflightweb
jefflightweb marked this pull request as draft July 24, 2026 20:53
@jefflightweb

jefflightweb commented Jul 24, 2026

Copy link
Copy Markdown
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
jefflightweb marked this pull request as ready for review July 29, 2026 21:45
@sirdeggen
sirdeggen merged commit e32374e into bsv-blockchain:master Jul 30, 2026
@sirdeggen

Copy link
Copy Markdown
Collaborator

Merged as BRC-228 (renumbered from proposed BRC-148), commit e32374e on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants