@pioneer-platform/blockbook 8.38.12 → 8.38.14

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.
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @pioneer-platform/blockbook@8.38.12 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/intergrations/blockbook
3
+ > @pioneer-platform/blockbook@8.38.14 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/intergrations/blockbook
4
4
  > tsc -p .
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @pioneer-platform/blockbook
2
2
 
3
+ ## 8.38.14
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: version bump pioneer-sdk and pioneer-server for perf fixes
8
+
9
+ ## 8.38.13
10
+
11
+ ### Patch Changes
12
+
13
+ - chore: chore: fix: Redis gzip binary corruption in tx history + SDK transaction loading from vault cache
14
+ - Updated dependencies
15
+ - @pioneer-platform/pioneer-caip@9.27.10
16
+ - @pioneer-platform/pioneer-nodes@8.37.10
17
+
3
18
  ## 8.38.12
4
19
 
5
20
  ### Patch Changes
@@ -88,7 +88,7 @@ var BlockbookWebSocket = /** @class */ (function (_super) {
88
88
  }
89
89
  return [2 /*return*/, new Promise(function (resolve, reject) {
90
90
  try {
91
- _this.ws = new ws_1.default(_this.url);
91
+ _this.ws = new ws_1.default(_this.url, { perMessageDeflate: true });
92
92
  _this.ws.once('open', function () {
93
93
  _this.connected = true;
94
94
  _this.reconnectAttempts = 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/blockbook",
3
- "version": "8.38.12",
3
+ "version": "8.38.14",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {
@@ -14,10 +14,10 @@
14
14
  "request": "^2.88.2",
15
15
  "request-promise-native": "^1.0.9",
16
16
  "ws": "^8.18.0",
17
- "@pioneer-platform/pioneer-caip": "9.27.9",
18
- "@pioneer-platform/pioneer-nodes": "8.37.9",
19
- "@pioneer-platform/utxo-crypto": "8.11.0",
20
- "@pioneer-platform/loggerdog": "8.11.0"
17
+ "@pioneer-platform/loggerdog": "8.11.0",
18
+ "@pioneer-platform/pioneer-caip": "9.27.10",
19
+ "@pioneer-platform/pioneer-nodes": "8.37.10",
20
+ "@pioneer-platform/utxo-crypto": "8.11.0"
21
21
  },
22
22
  "keywords": [
23
23
  "bitcoin",