[Feature] B20: surface bitcoin-headers-over-mesh (send/receive toggles) #28
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)
Implemented: bitcoin-headers-over-mesh now has BOTH send and receive toggles. Backend —
MeshConfig.announce_block_headers(send) + newreceive_block_headers(receive, default on); both settable viamesh.configureand surfaced inmesh.status; inbound headers gated inmesh/listener/dispatch.rs(dispatch_block_header). Frontend — two toggles inMeshBitcoinPanel.vue(Off-Grid Bitcoin panel). Closing.