@pioneer-platform/blockbook 8.12.26 → 8.13.0

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,43 @@
1
1
  # @pioneer-platform/blockbook
2
2
 
3
+ ## 8.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - chore: feat(pioneer): implement end-to-end Solana transaction signing
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @pioneer-platform/pioneer-caip@9.12.0
13
+ - @pioneer-platform/nodes@8.12.0
14
+
15
+ ## 8.12.29
16
+
17
+ ### Patch Changes
18
+
19
+ - chore: chore: CRITICAL FIX: Bitcoin zpub balances returning $0 for confirmed UTXOs
20
+ - Updated dependencies
21
+ - @pioneer-platform/pioneer-caip@9.10.21
22
+ - @pioneer-platform/nodes@8.11.29
23
+
24
+ ## 8.12.28
25
+
26
+ ### Patch Changes
27
+
28
+ - chore: CRITICAL FIX: Bitcoin zpub balances returning $0 for confirmed UTXOs
29
+ - Updated dependencies
30
+ - @pioneer-platform/pioneer-caip@9.10.20
31
+ - @pioneer-platform/nodes@8.11.28
32
+
33
+ ## 8.12.27
34
+
35
+ ### Patch Changes
36
+
37
+ - CRITICAL FIX: Bitcoin zpub balances returning $0 for confirmed UTXOs
38
+ - Updated dependencies
39
+ - @pioneer-platform/pioneer-caip@9.10.19
40
+
3
41
  ## 8.12.26
4
42
 
5
43
  ### Patch Changes
package/lib/index.js CHANGED
@@ -769,7 +769,7 @@ var get_utxos_by_xpub = function (coin, xpub) {
769
769
  case 3:
770
770
  _b.trys.push([3, 5, , 6]);
771
771
  log.info(tag, "Trying node ".concat(i + 1, "/").concat(activeNodes.length, ": ").concat(node.url, " (priority: ").concat(node.priority, ")"));
772
- url = node.url + "/api/v2/utxo/" + xpub + "?confirmed=false&gap=20";
772
+ url = node.url + "/api/v2/utxo/" + xpub + "?gap=20";
773
773
  body = {
774
774
  method: 'GET',
775
775
  url: url,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/blockbook",
3
- "version": "8.12.26",
3
+ "version": "8.13.0",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {
@@ -12,8 +12,8 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "@pioneer-platform/loggerdog": "^8.11.0",
15
- "@pioneer-platform/nodes": "^8.11.27",
16
- "@pioneer-platform/pioneer-caip": "^9.10.18",
15
+ "@pioneer-platform/nodes": "^8.12.0",
16
+ "@pioneer-platform/pioneer-caip": "^9.12.0",
17
17
  "@types/request-promise-native": "^1.0.17",
18
18
  "axiom": "^0.1.6",
19
19
  "axios": "^1.6.0",