@pioneer-platform/nodes 8.7.0 → 8.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @pioneer-platform/nodes
2
2
 
3
+ ## 8.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Automated patch version bump for all packages
8
+ - Updated dependencies
9
+ - @pioneer-platform/loggerdog@8.7.1
10
+ - @pioneer-platform/pioneer-caip@9.6.1
11
+
3
12
  ## 8.7.0
4
13
 
5
14
  ### Minor Changes
package/lib/seeds.d.ts CHANGED
@@ -11,30 +11,28 @@ export declare let CURRENT_CONTEXT_NODE_MAP: {
11
11
  /**
12
12
  * Blockbook Node Configuration
13
13
  *
14
- * MULTI-NODE COVERAGE (Consensus-ready chains with 2+ nodes):
15
- * ✅ BTC: NowNodes + Zelcore (2 nodes)
16
- * ✅ LTC: NowNodes + Zelcore (2 nodes)
17
- * ✅ DOGE: NowNodes + Zelcore (2 nodes) - SUPPORTS UNCONFIRMED UTXOS!
18
- * ✅ BCH: NowNodes + Zelcore (2 nodes)
19
- * ✅ DASH: NowNodes + Zelcore (2 nodes)
20
- * ✅ ZEC: NowNodes + Zelcore (2 nodes)
21
- * ✅ RVN: Zelcore only (1 node - Zelcore exclusive)
22
- * ✅ ETH: ShapeShift (1 node)
23
- * ✅ xDAI: ShapeShift (1 node)
14
+ * ACTIVE NODES:
15
+ * ✅ BTC: NowNodes only (primary UTXO provider)
16
+ * ✅ LTC: NowNodes only
17
+ * ✅ DOGE: NowNodes only - SUPPORTS UNCONFIRMED UTXOS!
18
+ * ✅ BCH: NowNodes only
19
+ * ✅ DASH: NowNodes only
20
+ * ✅ ZEC: NowNodes only
21
+ * ✅ DGB: NowNodes only
22
+ * ✅ GRS: NowNodes only
23
+ * ✅ DCR: NowNodes only
24
+ * ✅ BTG: NowNodes only
25
+ * ✅ KMD: NowNodes only
26
+ * ✅ ETH: ShapeShift blockbook (EVM only)
27
+ * ✅ xDAI: ShapeShift blockbook (EVM only)
24
28
  *
25
- * SINGLE NODE ONLY (Need backup nodes):
26
- * ⚠️ DGB: NowNodes only
27
- * ⚠️ GRS: NowNodes only
28
- * ⚠️ DCR: NowNodes only
29
- * ⚠️ BTG: NowNodes only
30
- * ⚠️ KMD: NowNodes only
31
- *
32
- * DISABLED:
29
+ * DISABLED PROVIDERS:
30
+ * 💀 Zelcore - All nodes return HTTP 403 Forbidden (removed 2025-10-12)
31
+ * 💀 ShapeShift UTXO chains (BTC, LTC, DOGE, BCH) - All return HTTP 530
33
32
  * 💀 BSV: NowNodes (HTTP 400 - not working)
34
33
  * 💀 ARB: NowNodes (Invalid URL)
35
- * 💀 ShapeShift UTXO chains (BTC, LTC, DOGE, BCH) - All return HTTP 530
36
34
  *
37
- * Last tested: 2025-10-03
35
+ * Last updated: 2025-10-12
38
36
  */
39
37
  export declare const blockbooks: ({
40
38
  symbol: string;
package/lib/seeds.js CHANGED
@@ -62,30 +62,28 @@ exports.CURRENT_CONTEXT_NODE_MAP = exports.TIER_ONE_SEED;
62
62
  /**
63
63
  * Blockbook Node Configuration
64
64
  *
65
- * MULTI-NODE COVERAGE (Consensus-ready chains with 2+ nodes):
66
- * ✅ BTC: NowNodes + Zelcore (2 nodes)
67
- * ✅ LTC: NowNodes + Zelcore (2 nodes)
68
- * ✅ DOGE: NowNodes + Zelcore (2 nodes) - SUPPORTS UNCONFIRMED UTXOS!
69
- * ✅ BCH: NowNodes + Zelcore (2 nodes)
70
- * ✅ DASH: NowNodes + Zelcore (2 nodes)
71
- * ✅ ZEC: NowNodes + Zelcore (2 nodes)
72
- * ✅ RVN: Zelcore only (1 node - Zelcore exclusive)
73
- * ✅ ETH: ShapeShift (1 node)
74
- * ✅ xDAI: ShapeShift (1 node)
65
+ * ACTIVE NODES:
66
+ * ✅ BTC: NowNodes only (primary UTXO provider)
67
+ * ✅ LTC: NowNodes only
68
+ * ✅ DOGE: NowNodes only - SUPPORTS UNCONFIRMED UTXOS!
69
+ * ✅ BCH: NowNodes only
70
+ * ✅ DASH: NowNodes only
71
+ * ✅ ZEC: NowNodes only
72
+ * ✅ DGB: NowNodes only
73
+ * ✅ GRS: NowNodes only
74
+ * ✅ DCR: NowNodes only
75
+ * ✅ BTG: NowNodes only
76
+ * ✅ KMD: NowNodes only
77
+ * ✅ ETH: ShapeShift blockbook (EVM only)
78
+ * ✅ xDAI: ShapeShift blockbook (EVM only)
75
79
  *
76
- * SINGLE NODE ONLY (Need backup nodes):
77
- * ⚠️ DGB: NowNodes only
78
- * ⚠️ GRS: NowNodes only
79
- * ⚠️ DCR: NowNodes only
80
- * ⚠️ BTG: NowNodes only
81
- * ⚠️ KMD: NowNodes only
82
- *
83
- * DISABLED:
80
+ * DISABLED PROVIDERS:
81
+ * 💀 Zelcore - All nodes return HTTP 403 Forbidden (removed 2025-10-12)
82
+ * 💀 ShapeShift UTXO chains (BTC, LTC, DOGE, BCH) - All return HTTP 530
84
83
  * 💀 BSV: NowNodes (HTTP 400 - not working)
85
84
  * 💀 ARB: NowNodes (Invalid URL)
86
- * 💀 ShapeShift UTXO chains (BTC, LTC, DOGE, BCH) - All return HTTP 530
87
85
  *
88
- * Last tested: 2025-10-03
86
+ * Last updated: 2025-10-12
89
87
  */
90
88
  exports.blockbooks = [
91
89
  // ============================================================================
@@ -186,66 +184,14 @@ exports.blockbooks = [
186
184
  service: "https://zecbook.nownodes.io/cf522543-87e2-4dd6-b645-2fbfd0bc61f6"
187
185
  },
188
186
  // ============================================================================
189
- // ZELCORE - Secondary provider (consensus nodes)
187
+ // ZELCORE NODES REMOVED - All returning HTTP 403 Forbidden
190
188
  // ============================================================================
191
- {
192
- symbol: "BTC",
193
- blockchain: "bitcoin",
194
- caip: "bip122:000000000019d6689c085ae165831e93/slip44:0",
195
- networkId: "bip122:000000000019d6689c085ae165831e93",
196
- type: "blockbook",
197
- service: "https://blockbook.btc-1.zelcore.io"
198
- },
199
- {
200
- symbol: "LTC",
201
- blockchain: "litecoin",
202
- caip: "bip122:12a765e31ffd4059bada1e25190f6e98/slip44:2",
203
- networkId: "bip122:12a765e31ffd4059bada1e25190f6e98",
204
- type: "blockbook",
205
- service: "https://blockbook.ltc-1.zelcore.io"
206
- },
207
- {
208
- symbol: "DOGE",
209
- blockchain: "dogecoin",
210
- caip: "bip122:00000000001a91e3dace36e2be3bf030/slip44:3",
211
- networkId: "bip122:00000000001a91e3dace36e2be3bf030",
212
- type: "blockbook",
213
- service: "https://blockbook.doge-1.zelcore.io"
214
- },
215
- {
216
- symbol: "BCH",
217
- blockchain: "bitcoincash",
218
- caip: "bip122:000000000000000000651ef99cb9fcbe/slip44:145",
219
- networkId: "bip122:000000000000000000651ef99cb9fcbe",
220
- type: "blockbook",
221
- service: "https://blockbook.bch-1.zelcore.io"
222
- },
223
- {
224
- symbol: "DASH",
225
- blockchain: "dash",
226
- caip: "bip122:000007d91d1254d60e2dd1ae58038307/slip44:5",
227
- networkId: "bip122:000007d91d1254d60e2dd1ae58038307",
228
- type: "blockbook",
229
- service: "https://blockbook.dash-1.zelcore.io"
230
- },
231
- {
232
- symbol: "ZEC",
233
- blockchain: "zcash",
234
- caip: "bip122:00040fe8ec8471911baa1db1266ea15d/slip44:133",
235
- networkId: "bip122:00040fe8ec8471911baa1db1266ea15d",
236
- type: "blockbook",
237
- service: "https://blockbook.zec-1.zelcore.io"
238
- },
239
- {
240
- symbol: "RVN",
241
- blockchain: "ravencoin",
242
- caip: "bip122:000000000019d6689c085ae165831e93/slip44:175",
243
- networkId: "bip122:000000000019d6689c085ae165831e93",
244
- type: "blockbook",
245
- service: "https://blockbook.rvn-1.zelcore.io"
246
- },
189
+ // Zelcore blockbook nodes were causing failures:
190
+ // - BTC, LTC, DOGE, BCH, DASH, ZEC, RVN all returned 403 Forbidden
191
+ // - Removed 2025-10-12 to fix GetChangeAddress endpoint failures
192
+ // - NowNodes provides sufficient coverage for UTXO chains
247
193
  // ============================================================================
248
- // SHAPESHIFT - Tertiary provider (EVM chains only, UTXO chains are down)
194
+ // SHAPESHIFT - EVM chains only (UTXO chains confirmed down with HTTP 530)
249
195
  // ============================================================================
250
196
  {
251
197
  symbol: "ETH",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/nodes",
3
- "version": "8.7.0",
3
+ "version": "8.7.1",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {
@@ -20,8 +20,8 @@
20
20
  "clean": "rm -rf coverage src/**/*.js src/**/*.map lib node_modules"
21
21
  },
22
22
  "dependencies": {
23
- "@pioneer-platform/loggerdog": "^8.7.0",
24
- "@pioneer-platform/pioneer-caip": "^9.6.0",
23
+ "@pioneer-platform/loggerdog": "^8.7.1",
24
+ "@pioneer-platform/pioneer-caip": "^9.6.1",
25
25
  "dotenv": "^8.2.0"
26
26
  },
27
27
  "devDependencies": {