Commit 66b187e
authored
Remove dead Thesis/Staked Electrum URLs (#3888)
## Issue
The mainnet Electrum configuration embeds three defunct servers
(`electrumx-server.tbtc.network`, `bitcoin.threshold.p2p.org`,
`electrumx.prod-utility-eks-us-west-2.staked.cloud`) and the testnet
config points to a dead Thesis server
(`electrumx-server.test.tbtc.network`). These endpoints are unreachable
following the Thesis infrastructure sunset.
## Solution
- **Mainnet**: Remove the 3 dead URLs, keeping only the active BOAR
server (`wss://electrum.boar.network:2083`)
- **Testnet**: Replace the dead Thesis URL with the BOAR testnet server
(`wss://electrum.testnet.boar.network:443/...`)
- Update test fixtures in `electrum_test.go` to match the new URL
configuration4 files changed
Lines changed: 5 additions & 16 deletions
File tree
- config
- _electrum_urls
- pkg/bitcoin/electrum
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | | - | |
4 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 21 | | |
25 | 22 | | |
26 | 23 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | 24 | | |
34 | 25 | | |
35 | 26 | | |
36 | 27 | | |
37 | 28 | | |
38 | | - | |
| 29 | + | |
39 | 30 | | |
40 | | - | |
| 31 | + | |
| 32 | + | |
41 | 33 | | |
42 | 34 | | |
43 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments