5b30aebb1debcbbc80f1173676e6113455a346ab
esplora and nbxplorer are now both selectable from wallet settings. the two are stored as separate service_connections rows but are mutually exclusive: saving either retires the other, so "which endpoint is in use" is never decided by a precedence rule. the nbxplorer probe cross-checks the chain it reports indexing against the configured network, so pointing a mainnet wallet at a testnet node is refused at the form rather than discovered later as an unexplained zero balance. esplora cannot report this, so there is nothing to check there. /_health now runs the same probe the form does, instead of its own hardcoded esplora path — the two can no longer disagree about what a working endpoint is. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Description
No description provided
42 MiB
Languages
TypeScript
90.9%
Shell
4.7%
JavaScript
4.1%
CSS
0.2%
HTML
0.1%