@pioneer-platform/blockbook 8.26.0 → 8.27.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @pioneer-platform/blockbook
2
2
 
3
+ ## 8.27.2
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: fix(utxo): calculate change index from used addresses only, not derived addresses
8
+
9
+ ## 8.27.1
10
+
11
+ ### Patch Changes
12
+
13
+ - fix(utxo): calculate change index from used addresses only, not derived addresses
14
+
15
+ ## 8.27.0
16
+
17
+ ### Minor Changes
18
+
19
+ - chore: chore: chore: feat(pioneer-server): Migrate from Bun to Node.js for Blockbook WebSocket compatibility
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @pioneer-platform/nodes@8.26.0
25
+
3
26
  ## 8.26.0
4
27
 
5
28
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/blockbook",
3
- "version": "8.26.0",
3
+ "version": "8.27.2",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "@pioneer-platform/loggerdog": "^8.11.0",
15
- "@pioneer-platform/nodes": "^8.25.0",
15
+ "@pioneer-platform/nodes": "^8.26.0",
16
16
  "@pioneer-platform/pioneer-caip": "^9.19.0",
17
17
  "@types/request-promise-native": "^1.0.17",
18
18
  "axiom": "^0.1.6",