Skip to content

Commit 2959566

Browse files
authored
Merge pull request #7627 from BitGo/rel/latest
chore(root): publish modules
2 parents 66505b9 + 1be7046 commit 2959566

File tree

198 files changed

+1598
-673
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

198 files changed

+1598
-673
lines changed

modules/abstract-cosmos/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [11.15.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-11-26)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
10+
11+
12+
13+
614
## [11.15.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-11-19)
715

816
**Note:** Version bump only for package @bitgo/abstract-cosmos

modules/abstract-cosmos/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-cosmos",
3-
"version": "11.15.14",
3+
"version": "11.15.15",
44
"description": "BitGo SDK coin library for COSMOS base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -38,10 +38,10 @@
3838
]
3939
},
4040
"dependencies": {
41-
"@bitgo/sdk-core": "^36.21.0",
41+
"@bitgo/sdk-core": "^36.22.0",
4242
"@bitgo/sdk-lib-mpc": "^10.8.1",
4343
"@bitgo/secp256k1": "^1.7.0",
44-
"@bitgo/statics": "^58.14.0",
44+
"@bitgo/statics": "^58.15.0",
4545
"@cosmjs/amino": "^0.29.5",
4646
"@cosmjs/crypto": "^0.30.1",
4747
"@cosmjs/encoding": "^0.29.5",

modules/abstract-eth/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [24.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-11-26)
7+
8+
9+
### Features
10+
11+
* add coverage for base address ([0fee53f](https://github.com/BitGo/BitGoJS/commit/0fee53fdde13bf320e573c59bd72c75643f4a0d2))
12+
* add wallet address verification for eth ([3292e9d](https://github.com/BitGo/BitGoJS/commit/3292e9de444fa30b635c34b00d3c71e0b9f5ae21))
13+
14+
15+
16+
17+
618
# [24.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-11-19)
719

820

modules/abstract-eth/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-eth",
3-
"version": "24.17.0",
3+
"version": "24.18.0",
44
"description": "BitGo SDK coin library for ETH base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -40,10 +40,10 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/sdk-core": "^36.21.0",
43+
"@bitgo/sdk-core": "^36.22.0",
4444
"@bitgo/sdk-lib-mpc": "^10.8.1",
4545
"@bitgo/secp256k1": "^1.7.0",
46-
"@bitgo/statics": "^58.14.0",
46+
"@bitgo/statics": "^58.15.0",
4747
"@ethereumjs/common": "^2.6.5",
4848
"@ethereumjs/rlp": "^4.0.0",
4949
"@ethereumjs/tx": "^3.3.0",
@@ -60,8 +60,8 @@
6060
"superagent": "^9.0.1"
6161
},
6262
"devDependencies": {
63-
"@bitgo/sdk-api": "^1.71.6",
64-
"@bitgo/sdk-test": "^9.1.14",
63+
"@bitgo/sdk-api": "^1.71.7",
64+
"@bitgo/sdk-test": "^9.1.15",
6565
"@types/keccak": "^3.0.5"
6666
},
6767
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c",

modules/abstract-lightning/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-11-26)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
10+
11+
12+
13+
614
# [7.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-11-19)
715

816

modules/abstract-lightning/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-lightning",
3-
"version": "7.5.0",
3+
"version": "7.5.1",
44
"description": "BitGo SDK coin library for base Lightning Network coin implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -40,9 +40,9 @@
4040
},
4141
"dependencies": {
4242
"@bitgo/public-types": "5.43.1",
43-
"@bitgo/sdk-core": "^36.21.0",
44-
"@bitgo/statics": "^58.14.0",
45-
"@bitgo/utxo-lib": "^11.16.0",
43+
"@bitgo/sdk-core": "^36.22.0",
44+
"@bitgo/statics": "^58.15.0",
45+
"@bitgo/utxo-lib": "^11.16.1",
4646
"bip174": "npm:@bitgo-forks/[email protected]",
4747
"bs58check": "^2.1.2",
4848
"fp-ts": "^2.12.2",

modules/abstract-substrate/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.11.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-11-26)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-substrate
9+
10+
11+
12+
13+
614
## [1.11.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-11-19)
715

816
**Note:** Version bump only for package @bitgo/abstract-substrate

modules/abstract-substrate/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-substrate",
3-
"version": "1.11.14",
3+
"version": "1.11.15",
44
"description": "BitGo SDK coin library for Substrate base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -38,9 +38,9 @@
3838
]
3939
},
4040
"dependencies": {
41-
"@bitgo/sdk-core": "^36.21.0",
41+
"@bitgo/sdk-core": "^36.22.0",
4242
"@bitgo/sdk-lib-mpc": "^10.8.1",
43-
"@bitgo/statics": "^58.14.0",
43+
"@bitgo/statics": "^58.15.0",
4444
"@polkadot/api": "14.1.1",
4545
"@polkadot/keyring": "13.3.1",
4646
"@polkadot/types": "14.1.1",

modules/abstract-utxo/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [10.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-11-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **abstract-utxo:** increase timeout for test recovery data ([f3f088b](https://github.com/BitGo/BitGoJS/commit/f3f088bc6431d66032ac7d460bcb5b4427acd0c9))
12+
* **utxo-lib:** fix default consensus branch id for v4/v5 transactions ([292196f](https://github.com/BitGo/BitGoJS/commit/292196f2237c510ed4cd3003ade114cdf8f55103))
13+
14+
15+
### Features
16+
17+
* **abstract-utxo:** add custom change wallet parsing to PSBT explainer ([80284e0](https://github.com/BitGo/BitGoJS/commit/80284e0d9dbdfd2fa46b58cbb86279cd3ce8bccf))
18+
* **abstract-utxo:** add function to convert keychains to xpub format ([fcad8e5](https://github.com/BitGo/BitGoJS/commit/fcad8e5bd01ea2fe3f5f26f3d9b9bf6095070f96))
19+
* **abstract-utxo:** add support for RootWalletKeys in toBip32Triple ([c130be3](https://github.com/BitGo/BitGoJS/commit/c130be3662831e1a03b8d7b8262f727b86f96b64))
20+
* **abstract-utxo:** add test for custom change outputs in PSBT ([e7d24df](https://github.com/BitGo/BitGoJS/commit/e7d24dfce8acf2c32e8ee3c3dde485522ef6377d))
21+
* **abstract-utxo:** document explainPsbt parameters ([cdd22af](https://github.com/BitGo/BitGoJS/commit/cdd22af15681f29422127fe41826b24a5ea13630))
22+
* **abstract-utxo:** implement support for custom change outputs ([4d80186](https://github.com/BitGo/BitGoJS/commit/4d80186f0d90defa9465fc586a1fff81799521f5))
23+
* **abstract-utxo:** improve comments for address validation process ([2e945a1](https://github.com/BitGo/BitGoJS/commit/2e945a1f96b1d8a1a4d0956bb8386a1d892d98fc))
24+
* **abstract-utxo:** optimize backup key recovery with address generation ([e4a6b38](https://github.com/BitGo/BitGoJS/commit/e4a6b3819853ca2fe188652cf71a732cb41cb521))
25+
* **abstract-utxo:** refactor PSBT output handling ([fb12eaf](https://github.com/BitGo/BitGoJS/commit/fb12eafd97e541147755f9f52c5aa8a63676138a))
26+
* **abstract-utxo:** support RootWalletKeys in fixedScript address generation ([e65fabb](https://github.com/BitGo/BitGoJS/commit/e65fabbc21d7ec6d0d3ef33bd59b8d681a4f39c4))
27+
28+
29+
30+
31+
632
# [10.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-11-19)
733

834

modules/abstract-utxo/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-utxo",
3-
"version": "10.7.0",
3+
"version": "10.8.0",
44
"description": "BitGo SDK coin library for UTXO base implementation",
55
"main": "./dist/cjs/src/index.js",
66
"module": "./dist/esm/index.js",
@@ -60,14 +60,14 @@
6060
]
6161
},
6262
"dependencies": {
63-
"@bitgo/blockapis": "^1.12.7",
64-
"@bitgo/sdk-api": "^1.71.6",
65-
"@bitgo/sdk-core": "^36.21.0",
63+
"@bitgo/blockapis": "^1.12.8",
64+
"@bitgo/sdk-api": "^1.71.7",
65+
"@bitgo/sdk-core": "^36.22.0",
6666
"@bitgo/secp256k1": "^1.7.0",
67-
"@bitgo/unspents": "^0.50.9",
68-
"@bitgo/utxo-core": "^1.24.0",
69-
"@bitgo/utxo-lib": "^11.16.0",
70-
"@bitgo/utxo-ord": "^1.22.14",
67+
"@bitgo/unspents": "^0.50.10",
68+
"@bitgo/utxo-core": "^1.25.0",
69+
"@bitgo/utxo-lib": "^11.16.1",
70+
"@bitgo/utxo-ord": "^1.22.15",
7171
"@bitgo/wasm-utxo": "1.3.0",
7272
"@types/lodash": "^4.14.121",
7373
"@types/superagent": "4.1.15",
@@ -79,7 +79,7 @@
7979
"superagent": "^9.0.1"
8080
},
8181
"devDependencies": {
82-
"@bitgo/sdk-test": "^9.1.14",
82+
"@bitgo/sdk-test": "^9.1.15",
8383
"mocha": "^10.2.0"
8484
},
8585
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"

0 commit comments

Comments
 (0)