@pioneer-platform/eth-network 8.41.8 → 8.41.11

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/eth-network@8.41.8 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/coins/eth/eth-network
3
+ > @pioneer-platform/eth-network@8.41.11 build /Users/highlander/WebstormProjects/keepkey-stack/projects/pioneer/modules/coins/eth/eth-network
4
4
  > tsc -p .
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @pioneer-platform/eth-network
2
2
 
3
+ ## 8.41.11
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: Redis gzip binary corruption in tx history + SDK transaction loading from vault cache
8
+ - Updated dependencies
9
+ - @pioneer-platform/blockbook@8.38.11
10
+ - @pioneer-platform/pioneer-caip@9.27.8
11
+ - @pioneer-platform/pioneer-nodes@8.37.8
12
+
13
+ ## 8.41.10
14
+
15
+ ### Patch Changes
16
+
17
+ - chore: fix: dashboard staleness uses newest fetchedAt instead of oldest
18
+ - Updated dependencies
19
+ - @pioneer-platform/blockbook@8.38.10
20
+ - @pioneer-platform/pioneer-caip@9.27.7
21
+ - @pioneer-platform/pioneer-nodes@8.37.7
22
+
23
+ ## 8.41.9
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @pioneer-platform/pioneer-caip@9.27.6
29
+ - @pioneer-platform/blockbook@8.38.9
30
+ - @pioneer-platform/pioneer-nodes@8.37.6
31
+
3
32
  ## 8.41.8
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/eth-network",
3
- "version": "8.41.8",
3
+ "version": "8.41.11",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {
@@ -17,10 +17,10 @@
17
17
  "ethers": "5.7.2",
18
18
  "request-promise": "^4.2.6",
19
19
  "wait-promise": "^0.4.1",
20
- "@pioneer-platform/blockbook": "8.38.8",
20
+ "@pioneer-platform/blockbook": "8.38.11",
21
21
  "@pioneer-platform/loggerdog": "8.11.0",
22
- "@pioneer-platform/pioneer-nodes": "8.37.5",
23
- "@pioneer-platform/pioneer-caip": "9.27.5"
22
+ "@pioneer-platform/pioneer-caip": "9.27.8",
23
+ "@pioneer-platform/pioneer-nodes": "8.37.8"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "^18.16.0",