Skip to content

Commit 87df3db

Browse files
Merge pull request #7700 from BitGo/rel/latest
2 parents 42cbae3 + 23361b7 commit 87df3db

File tree

198 files changed

+1624
-671
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

+1624
-671
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.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-12-04)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
10+
11+
12+
13+
614
## [11.15.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-11-26)
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.15",
3+
"version": "11.15.16",
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.22.0",
41+
"@bitgo/sdk-core": "^36.23.0",
4242
"@bitgo/sdk-lib-mpc": "^10.8.1",
4343
"@bitgo/secp256k1": "^1.7.0",
44-
"@bitgo/statics": "^58.15.0",
44+
"@bitgo/statics": "^58.16.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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.19.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-12-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **abstract-eth:** fix TSS consolidation verification for ETH wallets ([45f4f53](https://github.com/BitGo/BitGoJS/commit/45f4f530e836de35fda1c3201a113b786628de13))
12+
13+
14+
### Features
15+
16+
* add tx explanation for TxIntentMismatch errors ([feed271](https://github.com/BitGo/BitGoJS/commit/feed271ec7ae1ae099adf3eb100a532b12d03228))
17+
18+
19+
20+
21+
622
# [24.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-11-26)
723

824

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.18.0",
3+
"version": "24.19.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.22.0",
43+
"@bitgo/sdk-core": "^36.23.0",
4444
"@bitgo/sdk-lib-mpc": "^10.8.1",
4545
"@bitgo/secp256k1": "^1.7.0",
46-
"@bitgo/statics": "^58.15.0",
46+
"@bitgo/statics": "^58.16.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.7",
64-
"@bitgo/sdk-test": "^9.1.15",
63+
"@bitgo/sdk-api": "^1.71.8",
64+
"@bitgo/sdk-test": "^9.1.16",
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.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-12-04)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
10+
11+
12+
13+
614
## [7.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-11-26)
715

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

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.1",
3+
"version": "7.5.2",
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.22.0",
44-
"@bitgo/statics": "^58.15.0",
45-
"@bitgo/utxo-lib": "^11.16.1",
43+
"@bitgo/sdk-core": "^36.23.0",
44+
"@bitgo/statics": "^58.16.0",
45+
"@bitgo/utxo-lib": "^11.17.0",
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.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-12-04)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-substrate
9+
10+
11+
12+
13+
614
## [1.11.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-11-26)
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.15",
3+
"version": "1.11.16",
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.22.0",
41+
"@bitgo/sdk-core": "^36.23.0",
4242
"@bitgo/sdk-lib-mpc": "^10.8.1",
43-
"@bitgo/statics": "^58.15.0",
43+
"@bitgo/statics": "^58.16.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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
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.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-12-04)
7+
8+
9+
### Features
10+
11+
* **abstract-utxo:** add test for signAndVerifyPsbt function ([1eee8fe](https://github.com/BitGo/BitGoJS/commit/1eee8fe7d6d5c6b483f669773b5dbb738f8c72af))
12+
* **abstract-utxo:** add transaction decoding utils ([1121868](https://github.com/BitGo/BitGoJS/commit/1121868dcd4a0e79577c4447dc46b1c93e64f805))
13+
* **abstract-utxo:** bump wasm-utxo version to 1.11.0 ([11225f6](https://github.com/BitGo/BitGoJS/commit/11225f6012dee5759ea246811aebe5f25c64717d))
14+
* **abstract-utxo:** change `signTransaction` to return transaction object ([581edde](https://github.com/BitGo/BitGoJS/commit/581edde7b14cf522b0be79e0cf46a2f89a6a7c68))
15+
* **abstract-utxo:** extract replay protection addresses param ([eb767d8](https://github.com/BitGo/BitGoJS/commit/eb767d8080501c0ab443e8d25b662c93a5d9fb72))
16+
* **abstract-utxo:** fix npm test to handle extra arguments ([4696fad](https://github.com/BitGo/BitGoJS/commit/4696fad8d5142c1cee4e40f6e09ea4d4800b69c7))
17+
* **abstract-utxo:** include script type in input signing error ([b73057e](https://github.com/BitGo/BitGoJS/commit/b73057e6a6e86a7e4a5b2cf80b7612ab03445a73))
18+
* **abstract-utxo:** move replay protection and signing to transaction/fixedScript ([65f39e1](https://github.com/BitGo/BitGoJS/commit/65f39e1b812e140f3eb7c706edc5ad984185cc70))
19+
* **abstract-utxo:** move RootWalletKeys type to utxo-lib ([7809170](https://github.com/BitGo/BitGoJS/commit/7809170cfe88a0cc37d4bc3c86f98c8f5a4b5e14))
20+
* **abstract-utxo:** move signTransaction away from abstract coin ([ef88bda](https://github.com/BitGo/BitGoJS/commit/ef88bdab2d6507e7a6c2574fe5904c04ffe1a58d))
21+
* **abstract-utxo:** rename signPsbt to getMusig2Nonces ([4548dfc](https://github.com/BitGo/BitGoJS/commit/4548dfcf98be51b8673d950d0eeeef34e3aed3c1))
22+
* **abstract-utxo:** set default strict to true for paygo ver ([2b6567a](https://github.com/BitGo/BitGoJS/commit/2b6567a380919b5ffa3b235353275b212322f40f))
23+
* **abstract-utxo:** test signPsbtWithMusig2Participant ([540eca9](https://github.com/BitGo/BitGoJS/commit/540eca9c667547e136c7e31bfa021aef9f56e94f))
24+
* add LTC cross-chain recovery support ([0e6a03a](https://github.com/BitGo/BitGoJS/commit/0e6a03ad54a8145e8249811b365f03b2e47fad43))
25+
* add tx explanation for TxIntentMismatch errors ([feed271](https://github.com/BitGo/BitGoJS/commit/feed271ec7ae1ae099adf3eb100a532b12d03228))
26+
27+
28+
29+
30+
631
# [10.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-11-26)
732

833

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.8.0",
3+
"version": "10.9.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.8",
64-
"@bitgo/sdk-api": "^1.71.7",
65-
"@bitgo/sdk-core": "^36.22.0",
63+
"@bitgo/blockapis": "^1.12.9",
64+
"@bitgo/sdk-api": "^1.71.8",
65+
"@bitgo/sdk-core": "^36.23.0",
6666
"@bitgo/secp256k1": "^1.7.0",
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",
67+
"@bitgo/unspents": "^0.50.11",
68+
"@bitgo/utxo-core": "^1.26.0",
69+
"@bitgo/utxo-lib": "^11.17.0",
70+
"@bitgo/utxo-ord": "^1.22.16",
7171
"@bitgo/wasm-utxo": "1.11.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.15",
82+
"@bitgo/sdk-test": "^9.1.16",
8383
"mocha": "^10.2.0"
8484
},
8585
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"

0 commit comments

Comments
 (0)