@pioneer-platform/blockbook 8.12.6 → 8.12.7
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 +9 -0
- package/lib/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @pioneer-platform/blockbook
|
|
2
2
|
|
|
3
|
+
## 8.12.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- chore: chore: fix: 📦 Add tsoa.json to Docker build
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @pioneer-platform/pioneer-caip@9.10.2
|
|
10
|
+
- @pioneer-platform/nodes@8.11.12
|
|
11
|
+
|
|
3
12
|
## 8.12.6
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/lib/index.js
CHANGED
|
@@ -719,7 +719,7 @@ var get_utxos_by_xpub = function (coin, xpub) {
|
|
|
719
719
|
case 3:
|
|
720
720
|
_b.trys.push([3, 5, , 6]);
|
|
721
721
|
log.info(tag, "Trying node ".concat(i + 1, "/").concat(activeNodes.length, ": ").concat(node.url, " (priority: ").concat(node.priority, ")"));
|
|
722
|
-
url = node.url + "/api/v2/utxo/" + xpub + "?confirmed=false";
|
|
722
|
+
url = node.url + "/api/v2/utxo/" + xpub + "?confirmed=false&gap=20";
|
|
723
723
|
body = {
|
|
724
724
|
method: 'GET',
|
|
725
725
|
url: url,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pioneer-platform/blockbook",
|
|
3
|
-
"version": "8.12.
|
|
3
|
+
"version": "8.12.7",
|
|
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.
|
|
16
|
-
"@pioneer-platform/pioneer-caip": "^9.10.
|
|
15
|
+
"@pioneer-platform/nodes": "^8.11.12",
|
|
16
|
+
"@pioneer-platform/pioneer-caip": "^9.10.2",
|
|
17
17
|
"@types/request-promise-native": "^1.0.17",
|
|
18
18
|
"axiom": "^0.1.6",
|
|
19
19
|
"axios": "^1.6.0",
|