• Joined on 2026-04-21
lfg2025 commented on issue lfg2025/archy#8 2026-06-16 14:38:07 +00:00
[Bug] B1: Trusted-node list not clean (dupes, bad names, non-convergent group)

Fixed: onion-dedup for trusted-node list. Deployed + verified on .116/.198.

lfg2025 closed issue lfg2025/archy#8 2026-06-16 14:38:07 +00:00
[Bug] B1: Trusted-node list not clean (dupes, bad names, non-convergent group)
lfg2025 opened issue lfg2025/archy#37 2026-06-16 14:31:53 +00:00
[Bug] Connected Nodes + mesh lists: cap at ~4 with scroll; node nav vs message-open-chat
lfg2025 opened issue lfg2025/archy#36 2026-06-16 11:19:11 +00:00
[Bug] Kiosk chromium runs away at ~90% CPU, overloads node
lfg2025 opened issue lfg2025/archy#33 2026-06-16 10:40:24 +00:00
[Bug] Message toast notifications: click-to-open chat + close icon
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)