Implemented (code complete; live re-test on a fresh ISO node pending).
Root cause of the DID-creation/password errors: seed.generate was not idempotent. The web client aborts a slow…
Implemented across the stack (live pairing test pending).
The relay was one-way (Android companion → kiosk browser), so an "open external" app's window.open landed on the kiosk where the…
Progress (left open pending 2-node Tor verify on .116/.198):
- Duplication — fixed at the source: every node message now carries a unique
msg_id(node_message::send_to_peer), and the…
Verified on the live .116 node: reboot recovery works — 35 of 36 containers are Up and stable (boot reconciler active, Quadlet WantedBy=default.target). The lone non-running one (bitcoin-core,…
Implemented: mesh peers now appear on push instead of the 5s poll. Backend (server.rs) subscribes to mesh event_tx and, on PeerDiscovered/PeerUpdated (debounced ~2Hz), nudges the…
Fixed: two-finger scroll did nothing because the relay dispatched a synthetic WheelEvent — which browsers treat as untrusted and never scroll on. neode-ui/src/api/remote-relay.ts now finds…
Fixed (root cause matched your attachment): the image's archipelago user was created with only -G sudo, missing dialout, so it couldn't open the USB serial device to flash. `image-recipe/buil…
Implemented: the auto-installer now collects ALL candidate internal disks (NVMe, then non-removable SATA, excluding the USB boot device) and, when more than one is present, shows a numbered picker…
Fixed: the preview path no longer streams an unplayable byte-prefix for non-faststart MP4s. content_server.rs now scans the MP4 top-level boxes and only serves a truncated preview when the file…
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…
Fixed: the inbound-request dedup now rejects re-syncs for peers that are already Pending OR Approved (core/archipelago/src/federation/pending.rs — insert_inbound), so approving + Poll…