[Feature] B20: surface bitcoin-headers-over-mesh (send/receive toggles) #28

Closed
opened 2026-06-15 20:53:44 +00:00 by lfg2025 · 1 comment
Owner

We broadcast bitcoin block headers over mesh but never fully surfaced it. Want two switches: send headers / receive headers. Feature-adjacent (surfacing existing work); low priority during the no-new-features push. (tracker: tests/production-quality/TRACKER.md on vps2 main)

We broadcast bitcoin block headers over mesh but never fully surfaced it. Want two switches: send headers / receive headers. Feature-adjacent (surfacing existing work); low priority during the no-new-features push. (tracker: tests/production-quality/TRACKER.md on vps2 main)
Author
Owner

Implemented: bitcoin-headers-over-mesh now has BOTH send and receive toggles. Backend — MeshConfig.announce_block_headers (send) + new receive_block_headers (receive, default on); both settable via mesh.configure and surfaced in mesh.status; inbound headers gated in mesh/listener/dispatch.rs (dispatch_block_header). Frontend — two toggles in MeshBitcoinPanel.vue (Off-Grid Bitcoin panel). Closing.

Implemented: bitcoin-headers-over-mesh now has BOTH send and receive toggles. Backend — `MeshConfig.announce_block_headers` (send) + new `receive_block_headers` (receive, default on); both settable via `mesh.configure` and surfaced in `mesh.status`; inbound headers gated in `mesh/listener/dispatch.rs` (`dispatch_block_header`). Frontend — two toggles in `MeshBitcoinPanel.vue` (Off-Grid Bitcoin panel). Closing.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lfg2025/archy#28
No description provided.