@bitgo-beta/utxo-staking 1.1.0-alpha.43 → 1.1.0-alpha.45

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 +13 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,19 @@
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.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-staking@1.5.0...@bitgo/utxo-staking@1.6.0) (2025-02-19)
7
+
8
+ ### Features
9
+
10
+ - **utxo-staking:** add testnet params and descriptor builder for Babylon ([b0764bb](https://github.com/BitGo/BitGoJS/commit/b0764bb644ad2313ac19ddd4210f340fbf9b60f1))
11
+ - **utxo-staking:** add vendored btc-staking-ts 0.4.0-rc.2 ([607fd3e](https://github.com/BitGo/BitGoJS/commit/607fd3eaea6508668ae42dbe9c5d2444d12ec245))
12
+ - **utxo-staking:** enable import ordering rule ([0f8b127](https://github.com/BitGo/BitGoJS/commit/0f8b1273a6e5683610a7131de828d6e21a5a4bc4))
13
+ - **utxo-staking:** export babylon staking module ([4e86a2c](https://github.com/BitGo/BitGoJS/commit/4e86a2c06fe68a5592aa937399a0e5aa6648e24e))
14
+ - **utxo-staking:** migrate test utils to utxo-core ([4395971](https://github.com/BitGo/BitGoJS/commit/4395971fcc21afaf55727f6badb26335c91cde19))
15
+ - **utxo-staking:** simplify mocha config and test scripts ([44b3d7c](https://github.com/BitGo/BitGoJS/commit/44b3d7c0ae0cc1d0c4b49f5fcbeabc21cfb7effa))
16
+ - **utxo-staking:** use miniscript AST for descriptor creation ([bc0fb09](https://github.com/BitGo/BitGoJS/commit/bc0fb096ce29dae1e6cde984f3d54f9a292d4996))
17
+ - **utxo-staking:** use TapTreeNode type for Babylon descriptor ([79f9c5c](https://github.com/BitGo/BitGoJS/commit/79f9c5c8e8650b494ec1afa2fa215328d3d1facb))
18
+
6
19
  # [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-staking@1.3.5...@bitgo/utxo-staking@1.5.0) (2024-12-17)
7
20
 
8
21
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/utxo-staking",
3
- "version": "1.1.0-alpha.43",
3
+ "version": "1.1.0-alpha.45",
4
4
  "description": "BitGo SDK for build UTXO staking transactions",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -39,14 +39,14 @@
39
39
  ]
40
40
  },
41
41
  "dependencies": {
42
- "@bitgo-beta/unspents": "0.11.3-alpha.274",
43
- "@bitgo-beta/utxo-core": "1.0.1-alpha.4",
44
- "@bitgo-beta/utxo-lib": "4.0.1-alpha.274",
45
- "@bitgo/wasm-miniscript": "^2.0.0-beta.4"
42
+ "@bitgo-beta/unspents": "0.11.3-alpha.276",
43
+ "@bitgo-beta/utxo-core": "1.0.1-alpha.6",
44
+ "@bitgo-beta/utxo-lib": "4.0.1-alpha.276",
45
+ "@bitgo/wasm-miniscript": "2.0.0-beta.4"
46
46
  },
47
47
  "devDependencies": {
48
48
  "bip174": "=2.1.1",
49
49
  "bitcoinjs-lib": "^6.1.7"
50
50
  },
51
- "gitHead": "236467afb93f054c70d54d1cb01b7f001175117b"
51
+ "gitHead": "90d9e9e039f65cb9db25c13e4236ad7459e61a1f"
52
52
  }