@bitgo/abstract-utxo 3.17.0 → 3.18.0

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 +11 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@3.5.0...@bitgo/abstract-utxo@3.18.0) (2023-10-20)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **abstract-utxo:** upper case address should return false ([f0b6c46](https://github.com/BitGo/BitGoJS/commit/f0b6c467daaa0e43bb2923993fb238c7a4ce6f59))
11
+
12
+ ### Features
13
+
14
+ - **abstract-utxo:** change api used for bitcoin recovery from blockstream to blockchair ([6da5791](https://github.com/BitGo/BitGoJS/commit/6da5791bce2fc73d5d77c1eee6cb581b60da2079))
15
+ - **bitgo:** calculate fees explicitly for psbts ([7a7e288](https://github.com/BitGo/BitGoJS/commit/7a7e288c63718a112abf633b842e7538d1e25693))
16
+
6
17
  # [3.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@3.5.0...@bitgo/abstract-utxo@3.17.0) (2023-10-18)
7
18
 
8
19
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/abstract-utxo",
3
- "version": "3.17.0",
3
+ "version": "3.18.0",
4
4
  "description": "BitGo SDK coin library for UTXO base implementation",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -37,11 +37,11 @@
37
37
  ]
38
38
  },
39
39
  "dependencies": {
40
- "@bitgo/blockapis": "^1.7.15",
41
- "@bitgo/sdk-api": "^1.23.0",
42
- "@bitgo/sdk-core": "^8.25.0",
43
- "@bitgo/unspents": "^0.27.0",
44
- "@bitgo/utxo-lib": "^9.15.0",
40
+ "@bitgo/blockapis": "^1.7.16",
41
+ "@bitgo/sdk-api": "^1.24.0",
42
+ "@bitgo/sdk-core": "^8.26.0",
43
+ "@bitgo/unspents": "^0.28.0",
44
+ "@bitgo/utxo-lib": "^9.16.0",
45
45
  "@types/bluebird": "^3.5.25",
46
46
  "@types/lodash": "^4.14.121",
47
47
  "@types/superagent": "4.1.15",
@@ -52,5 +52,5 @@
52
52
  "lodash": "^4.17.14",
53
53
  "superagent": "^3.8.3"
54
54
  },
55
- "gitHead": "53fc52743898243d169410e10f14681358d4c4b8"
55
+ "gitHead": "91ee7cd46469e542f808a9498bede129b5aac19d"
56
56
  }