@pioneer-platform/evm-network 0.20.0 → 0.21.1

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 +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @pioneer-platform/evm-network
2
2
 
3
+ ## 0.21.1
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: fix(utxo): calculate change index from used addresses only, not derived addresses
8
+ - Updated dependencies
9
+ - @pioneer-platform/blockbook@8.27.2
10
+
11
+ ## 0.21.0
12
+
13
+ ### Minor Changes
14
+
15
+ - chore: chore: chore: feat(pioneer-server): Migrate from Bun to Node.js for Blockbook WebSocket compatibility
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @pioneer-platform/blockbook@8.27.0
21
+
3
22
  ## 0.20.0
4
23
 
5
24
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/evm-network",
3
- "version": "0.20.0",
3
+ "version": "0.21.1",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {
@@ -14,7 +14,7 @@
14
14
  "build:watch": "pnpm run build && onchange 'src/**/*.ts' -- pnpm run build"
15
15
  },
16
16
  "dependencies": {
17
- "@pioneer-platform/blockbook": "^8.26.0",
17
+ "@pioneer-platform/blockbook": "^8.27.2",
18
18
  "@pioneer-platform/loggerdog": "^8.11.0",
19
19
  "@types/node": "^20.11.30",
20
20
  "@xchainjs/xchain-util": "^0.2.6",