@pioneer-platform/blockbook 8.12.26 → 8.12.29

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,31 @@
1
1
  # @pioneer-platform/blockbook
2
2
 
3
+ ## 8.12.29
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: chore: CRITICAL FIX: Bitcoin zpub balances returning $0 for confirmed UTXOs
8
+ - Updated dependencies
9
+ - @pioneer-platform/pioneer-caip@9.10.21
10
+ - @pioneer-platform/nodes@8.11.29
11
+
12
+ ## 8.12.28
13
+
14
+ ### Patch Changes
15
+
16
+ - chore: CRITICAL FIX: Bitcoin zpub balances returning $0 for confirmed UTXOs
17
+ - Updated dependencies
18
+ - @pioneer-platform/pioneer-caip@9.10.20
19
+ - @pioneer-platform/nodes@8.11.28
20
+
21
+ ## 8.12.27
22
+
23
+ ### Patch Changes
24
+
25
+ - CRITICAL FIX: Bitcoin zpub balances returning $0 for confirmed UTXOs
26
+ - Updated dependencies
27
+ - @pioneer-platform/pioneer-caip@9.10.19
28
+
3
29
  ## 8.12.26
4
30
 
5
31
  ### 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.12.29",
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.11.29",
16
+ "@pioneer-platform/pioneer-caip": "^9.10.21",
17
17
  "@types/request-promise-native": "^1.0.17",
18
18
  "axiom": "^0.1.6",
19
19
  "axios": "^1.6.0",