@pioneer-platform/nodes 8.6.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/.turbo/turbo-build.log +1 -2
- package/CHANGELOG.md +21 -0
- package/lib/seeds.d.ts +18 -20
- package/lib/seeds.js +24 -78
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
@@ -1,2 +1 @@
|
|
1
|
-
|
2
|
-
[0m[2m[35m$[0m [2m[1mtsc -p .[0m
|
1
|
+
$ tsc -p .
|
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,26 @@
|
|
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
|
+
|
12
|
+
## 8.7.0
|
13
|
+
|
14
|
+
### Minor Changes
|
15
|
+
|
16
|
+
- Automated minor version bump for all packages
|
17
|
+
|
18
|
+
### Patch Changes
|
19
|
+
|
20
|
+
- Updated dependencies
|
21
|
+
- @pioneer-platform/loggerdog@8.7.0
|
22
|
+
- @pioneer-platform/pioneer-caip@9.6.0
|
23
|
+
|
3
24
|
## 8.6.0
|
4
25
|
|
5
26
|
### 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
|
-
*
|
15
|
-
* ✅ BTC: NowNodes
|
16
|
-
* ✅ LTC: NowNodes
|
17
|
-
* ✅ DOGE: NowNodes
|
18
|
-
* ✅ BCH: NowNodes
|
19
|
-
* ✅ DASH: NowNodes
|
20
|
-
* ✅ ZEC: NowNodes
|
21
|
-
* ✅
|
22
|
-
* ✅
|
23
|
-
* ✅
|
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
|
-
*
|
26
|
-
*
|
27
|
-
*
|
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
|
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
|
-
*
|
66
|
-
* ✅ BTC: NowNodes
|
67
|
-
* ✅ LTC: NowNodes
|
68
|
-
* ✅ DOGE: NowNodes
|
69
|
-
* ✅ BCH: NowNodes
|
70
|
-
* ✅ DASH: NowNodes
|
71
|
-
* ✅ ZEC: NowNodes
|
72
|
-
* ✅
|
73
|
-
* ✅
|
74
|
-
* ✅
|
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
|
-
*
|
77
|
-
*
|
78
|
-
*
|
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
|
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 -
|
187
|
+
// ZELCORE NODES REMOVED - All returning HTTP 403 Forbidden
|
190
188
|
// ============================================================================
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
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 -
|
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.
|
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.
|
24
|
-
"@pioneer-platform/pioneer-caip": "^9.
|
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": {
|