• Joined on 2026-04-21
lfg2025 opened issue lfg2025/archy#34 2026-06-16 10:40:24 +00:00
[Bug] Local UI images never rebuild on source change (orchestrator gap)
lfg2025 opened issue lfg2025/archy#35 2026-06-16 10:40:24 +00:00
[Bug] Paid-content 10% video previews unplayable (truncated MP4)
lfg2025 opened issue lfg2025/archy#32 2026-06-16 10:40:23 +00:00
[Bug] Tor chat: message stuck on spinner though peers already received it
lfg2025 pushed to main at lfg2025/archy 2026-06-16 06:09:26 +00:00
bf24bbc15a fix(mempool): resolve CORE_RPC_HOST to the actual bitcoin node (Knots/Core) (B12)
987a961f4a fix(nginx): self-heal fedimint asset rewrite on deployed nodes — HTTP + HTTPS (B13)
Compare 2 commits »
lfg2025 opened issue lfg2025/archy#27 2026-06-15 20:53:44 +00:00
[Bug] B14b: FIPS reachability — many peers fall back to Tor
lfg2025 opened issue lfg2025/archy#28 2026-06-15 20:53:44 +00:00
[Feature] B20: surface bitcoin-headers-over-mesh (send/receive toggles)
lfg2025 opened issue lfg2025/archy#29 2026-06-15 20:53:44 +00:00
[Feature] B21: Tor/FIPS transport pill on cloud browse — DONE
lfg2025 opened issue lfg2025/archy#30 2026-06-15 20:53:44 +00:00
[Bug] B22: peer cloud download 'Operation failed' + audio error (.228→.198)
lfg2025 opened issue lfg2025/archy#31 2026-06-15 20:53:44 +00:00
[Bug] B23: Archipelago group chat broken/slow over Tor
lfg2025 commented on issue lfg2025/archy#13 2026-06-15 20:53:43 +00:00
[Bug] B6: ElectrumX install button missing 'Requires Archival Node' gate

PARTIAL: the pruned-node yellow gate already works; the 'no bitcoin node present' half is deferred (false-positive risk without UI test). (tracker: tests/production-quality/TRACKER.md on vps2 main)

lfg2025 commented on issue lfg2025/archy#14 2026-06-15 20:53:43 +00:00
[Bug] B7: ElectrumX UI loads with a stuck loader on top

FIXED for v1.7.97-alpha (c0d41cf8): ElectrumX sync overlay now fails open when status is stale so the loader no longer sticks on top. (tracker: tests/production-quality/TRACKER.md on vps2 main)

lfg2025 commented on issue lfg2025/archy#19 2026-06-15 20:53:43 +00:00
[Bug] B12: Mempool not connecting to Bitcoin on some nodes

ROOT-CAUSED: stacks.rs:1278 + apps/mempool-api/manifest.yml hardcode CORE_RPC_HOST=bitcoin-knots → fails on bitcoin-core nodes (getaddrinfo ENOTFOUND). Fix = dynamic bitcoin host detect. Not yet…

lfg2025 commented on issue lfg2025/archy#20 2026-06-15 20:53:43 +00:00
[Bug] B13: Fedimint UI not applying CSS

IN PROGRESS (a50b6df2): nginx sub_filter asset-rewrite added to template+https snippet (fixes fresh ISOs). Bootstrap self-heal for deployed nodes + build = resume point. (tracker: tests/production-…

lfg2025 commented on issue lfg2025/archy#21 2026-06-15 20:53:43 +00:00
[Bug] B14: Trusted/peer cloud browse uses Tor not FIPS

FIXED for v1.7.97-alpha (1c6dc153): content handlers now record peer transport (fips/tor). NOTE deeper issue B14b — FIPS reaches ~5/13 peers, rest genuinely fall back to Tor (dial-time…

lfg2025 commented on issue lfg2025/archy#22 2026-06-15 20:53:43 +00:00
[Bug] B15: Bitcoin UI sync progress lags behind console data

FIXED for v1.7.97-alpha (c0d41cf8): Home sync poll 30s→10s. (tracker: tests/production-quality/TRACKER.md on vps2 main)

lfg2025 commented on issue lfg2025/archy#23 2026-06-15 20:53:43 +00:00
[Bug] B16: Bitcoin sync status on Home>System container vanishes

DEFERRED: homeStatus.ts already partly retains last value; a safe fix needs UI testing to avoid showing stale-as-live. Plan in tracker. (tracker: tests/production-quality/TRACKER.md on vps2 main)

lfg2025 commented on issue lfg2025/archy#8 2026-06-15 20:53:42 +00:00
[Bug] B1: Trusted-node list not clean (dupes, bad names, non-convergent group)

FIXED for v1.7.97-alpha (commit ed493106): onion-dedup at load + sync-merge; unit-tested 2/2; live .198 15→13. (tracker: tests/production-quality/TRACKER.md on vps2 main)

lfg2025 commented on issue lfg2025/archy#9 2026-06-15 20:53:42 +00:00
[Bug] B2: Duplicate chat contact for one node (federated name vs raw DID)

FIXED for v1.7.97-alpha (ed493106): resolved by the same onion-dedup feeding the mesh chat seed. (tracker: tests/production-quality/TRACKER.md on vps2 main)

lfg2025 commented on issue lfg2025/archy#10 2026-06-15 20:53:42 +00:00
[Bug] B3: Cloud peer media (music/video) won't preview/play

FIXED for v1.7.97-alpha (5c870743 + 602b9cd3): new /api/peer-content Range-streaming proxy + nginx route; HTTP layer verified WIRED on .198. UI playback confirm pending. (tracker: tests/production-…

lfg2025 commented on issue lfg2025/archy#11 2026-06-15 20:53:42 +00:00
[Bug] B4: Cloud 'my folders' fails — <!doctype JSON error / 502

FIXED for v1.7.97-alpha (ed493106): content-type guard in filebrowser-client; friendly empty-state instead of the <!doctype JSON crash. (tracker: tests/production-quality/TRACKER.md on vps2 main)