• Joined on 2026-04-21
lfg2025 closed issue lfg2025/archy#25 2026-06-17 08:15:31 +00:00
[Bug] B18: Apps stop right after install (or become unstartable)
lfg2025 commented on issue lfg2025/archy#38 2026-06-17 08:15:30 +00:00
[Bug] Cloud download fails on larger files (e.g. 178MB) — 'Operation failed. Check server logs for details.'

Fixed in commit e456c970 (together with #30). Large downloads (~178MB) failed because: the free path pulled the whole file as base64 over RPC (doubling it in node memory + the browser), the…

lfg2025 closed issue lfg2025/archy#38 2026-06-17 08:15:30 +00:00
[Bug] Cloud download fails on larger files (e.g. 178MB) — 'Operation failed. Check server logs for details.'
lfg2025 commented on issue lfg2025/archy#25 2026-06-17 08:15:30 +00:00
[Bug] B18: Apps stop right after install (or become unstartable)

Fixed in commit 1843739e: a restart-retry loop (MAX_RESTARTS=3) in wait_for_stack_containers restarts stack containers that crash on first start. Follow-up tracked separately: non-stack apps still…

lfg2025 commented on issue lfg2025/archy#34 2026-06-17 08:15:29 +00:00
[Bug] Local UI images never rebuild on source change (orchestrator gap)

Fixed in commit 3aea8c5b. The orchestrator only checked whether the build-image tag existed, so a changed neode-ui dist (bitcoin-ui/lnd-ui/electrs-ui) never triggered a rebuild. It now gates the…

lfg2025 closed issue lfg2025/archy#34 2026-06-17 08:15:29 +00:00
[Bug] Local UI images never rebuild on source change (orchestrator gap)
lfg2025 commented on issue lfg2025/archy#30 2026-06-17 08:15:29 +00:00
[Bug] B22: peer cloud download 'Operation failed' + audio error (.228→.198)

Fixed in commit e456c970 (audio error previously fixed in c481afc7). The download path now (1) makes the FIPS client honor the caller's timeout instead of a hard-coded 20s cap (the mesh->Tor…

lfg2025 closed issue lfg2025/archy#30 2026-06-17 08:15:29 +00:00
[Bug] B22: peer cloud download 'Operation failed' + audio error (.228→.198)
lfg2025 opened issue lfg2025/archy#38 2026-06-16 19:18:50 +00:00
[Bug] Cloud download fails on larger files (e.g. 178MB) — 'Operation failed. Check server logs for details.'
lfg2025 closed issue lfg2025/archy#19 2026-06-16 19:01:53 +00:00
[Bug] B12: Mempool not connecting to Bitcoin on some nodes
lfg2025 commented on issue lfg2025/archy#13 2026-06-16 19:01:53 +00:00
[Bug] B6: ElectrumX install button missing 'Requires Archival Node' gate

The archival-node gate is present and working: Discover.vue installBlockedReason() checks the bitcoin pruning state (via /bitcoin-status) and blocks install of electrumx/electrs/mempool-elect…

lfg2025 closed issue lfg2025/archy#13 2026-06-16 19:01:53 +00:00
[Bug] B6: ElectrumX install button missing 'Requires Archival Node' gate
lfg2025 commented on issue lfg2025/archy#19 2026-06-16 19:01:52 +00:00
[Bug] B12: Mempool not connecting to Bitcoin on some nodes

Fixed in bf24bbc1 — mempool now resolves CORE_RPC_HOST to the actual bitcoin node (Knots/Core) via dependencies::detect_bitcoin_host + a {{BITCOIN_HOST}} derived-env template, resolved…

lfg2025 pushed to main at lfg2025/archy 2026-06-16 18:11:49 +00:00
83b77796fc chore: release v1.7.98-alpha
a569104620 fix(web5): carry node DID through to Connected Nodes routing
7e84434ff6 test(update): stage .download-complete marker in roundtrip test
981a86cc26 style: cargo fmt (update.rs has_staged_update + #16/#36 changes)
b943ca5db2 docs(whats-new): sync v1.7.98-alpha block
Compare 34 commits »
lfg2025 pushed tag v1.7.98-alpha to lfg2025/archy 2026-06-16 18:11:49 +00:00
lfg2025 released v1.7.98-alpha at lfg2025/archy 2026-06-16 18:11:48 +00:00
lfg2025 commented on issue lfg2025/archy#25 2026-06-16 15:16:28 +00:00
[Bug] B18: Apps stop right after install (or become unstartable)

Partially addressed by the #16/#17 runtime stack supervisor (stack apps that stopped now recover). Remaining single-container install→start cases need live repro; saw a name-less 'Created'…

lfg2025 commented on issue lfg2025/archy#37 2026-06-16 15:16:27 +00:00
[Bug] Connected Nodes + mesh lists: cap at ~4 with scroll; node nav vs message-open-chat

Done (commit c7cd068e): tabs capped to ~4 w/ scroll; node row → Federation, Message button → mesh chat (?peer=). Ships in v1.7.98.

lfg2025 closed issue lfg2025/archy#37 2026-06-16 15:16:27 +00:00
[Bug] Connected Nodes + mesh lists: cap at ~4 with scroll; node nav vs message-open-chat
lfg2025 closed issue lfg2025/archy#36 2026-06-16 15:16:26 +00:00
[Bug] Kiosk chromium runs away at ~90% CPU, overloads node