[Bug] B6: ElectrumX install button missing 'Requires Archival Node' gate #13
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?
Show the yellow requirement badge when no full node / only a pruned node is present (reuse existing yellow badge pattern).
Tracked in repo: tests/production-quality/TRACKER.md
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)
The archival-node gate is present and working:
Discover.vueinstallBlockedReason()checks the bitcoin pruning state (via/bitcoin-status) and blocks install of electrumx/electrs/mempool-electrs with "You need a full archival bitcoin node before downloading ElectrumX". Verified in v1.7.98-alpha. Closing.