@bitgo-beta/sdk-coin-btc 1.2.3-alpha.42 → 1.2.3-alpha.43

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 +24 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
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
+ ## [1.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-btc@1.4.1...@bitgo/sdk-coin-btc@1.4.2) (2023-04-25)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-btc
9
+
10
+ ## [1.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-btc@1.4.0...@bitgo/sdk-coin-btc@1.4.1) (2023-04-20)
11
+
12
+ **Note:** Version bump only for package @bitgo/sdk-coin-btc
13
+
14
+ # [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-btc@1.3.6...@bitgo/sdk-coin-btc@1.4.0) (2023-04-13)
15
+
16
+ ### Bug Fixes
17
+
18
+ - fix error when using feeOutput ([4fb6214](https://github.com/BitGo/BitGoJS/commit/4fb6214a2596c33563eceae4f360302e95060354))
19
+ - **sdk-coin-btc:** convert unspent value to BigInt ([ed7d967](https://github.com/BitGo/BitGoJS/commit/ed7d96717919eb266a6a319e8c53552a058d5edf))
20
+ - **sdk-coin-btc:** get rootwalletkeys for inscription transfer ([b160186](https://github.com/BitGo/BitGoJS/commit/b16018643273e20ea6908f51149139def7209932))
21
+ - use half signed commit txn when signing reveal ([c0fb50b](https://github.com/BitGo/BitGoJS/commit/c0fb50bd6b3b5f4322420a8574a1a661d15ee21d))
22
+ - use p2wsh and internalChainCode for changeAddress creation ([4a5b79c](https://github.com/BitGo/BitGoJS/commit/4a5b79cce0e41ebe31e5d1ee7c5c05b2f7c3d414))
23
+ - used derived keys and use xonly public key for script ([382ce07](https://github.com/BitGo/BitGoJS/commit/382ce073b660f2d002176e3a8fdcadcf5bbaff6a))
24
+
25
+ ### Features
26
+
27
+ - add inscription builder class ([214eafe](https://github.com/BitGo/BitGoJS/commit/214eafe48e8d12fd5d58efac289bab33bbd46fd3))
28
+ - **sdk-coin-btc:** transfer an inscription ([bc2eda8](https://github.com/BitGo/BitGoJS/commit/bc2eda86f73a4e4451fd6accbc2a794f08649b78))
29
+
6
30
  ## [1.3.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-btc@1.3.5...@bitgo/sdk-coin-btc@1.3.6) (2023-02-17)
7
31
 
8
32
  **Note:** Version bump only for package @bitgo/sdk-coin-btc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-btc",
3
- "version": "1.2.3-alpha.42",
3
+ "version": "1.2.3-alpha.43",
4
4
  "description": "BitGo SDK coin library for Bitcoin",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,14 +40,14 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-utxo": "1.6.1-alpha.42",
44
- "@bitgo-beta/sdk-core": "2.4.1-alpha.42",
45
- "@bitgo-beta/utxo-lib": "4.0.1-alpha.42",
46
- "@bitgo-beta/utxo-ord": "^1.0.0"
43
+ "@bitgo-beta/abstract-utxo": "1.6.1-alpha.43",
44
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.43",
45
+ "@bitgo-beta/utxo-lib": "4.0.1-alpha.43",
46
+ "@bitgo-beta/utxo-ord": "^1.1.2"
47
47
  },
48
48
  "devDependencies": {
49
- "@bitgo-beta/sdk-api": "1.6.1-alpha.42",
50
- "@bitgo-beta/sdk-test": "^1.2.15"
49
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.43",
50
+ "@bitgo-beta/sdk-test": "^1.2.18"
51
51
  },
52
- "gitHead": "1d4d7fb4d117d6b1c3493baa99edd7dd6a4710c6"
52
+ "gitHead": "da47c2ed7125c9c0e4a059ddede378f4628cd195"
53
53
  }