Skip to content

Commit 77e100a

Browse files
Merge pull request #7706 from BitGo/rel/latest
2 parents 6646b42 + 7641de6 commit 77e100a

File tree

196 files changed

+1471
-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.

196 files changed

+1471
-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.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.15.16...@bitgo/abstract-cosmos@11.15.17) (2025-12-05)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
10+
11+
12+
13+
614
## [11.15.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.15.15...@bitgo/abstract-cosmos@11.15.16) (2025-12-04)
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.16",
3+
"version": "11.15.17",
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.23.0",
41+
"@bitgo/sdk-core": "^36.23.1",
4242
"@bitgo/sdk-lib-mpc": "^10.8.1",
4343
"@bitgo/secp256k1": "^1.7.0",
44-
"@bitgo/statics": "^58.16.0",
44+
"@bitgo/statics": "^58.16.1",
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: 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+
## [24.19.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.19.0...@bitgo/abstract-eth@24.19.1) (2025-12-05)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-eth
9+
10+
11+
12+
13+
614
# [24.19.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.18.0...@bitgo/abstract-eth@24.19.0) (2025-12-04)
715

816

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.19.0",
3+
"version": "24.19.1",
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.23.0",
43+
"@bitgo/sdk-core": "^36.23.1",
4444
"@bitgo/sdk-lib-mpc": "^10.8.1",
4545
"@bitgo/secp256k1": "^1.7.0",
46-
"@bitgo/statics": "^58.16.0",
46+
"@bitgo/statics": "^58.16.1",
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.8",
64-
"@bitgo/sdk-test": "^9.1.16",
63+
"@bitgo/sdk-api": "^1.71.9",
64+
"@bitgo/sdk-test": "^9.1.17",
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.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@7.5.2...@bitgo/abstract-lightning@7.5.3) (2025-12-05)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
10+
11+
12+
13+
614
## [7.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@7.5.1...@bitgo/abstract-lightning@7.5.2) (2025-12-04)
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.2",
3+
"version": "7.5.3",
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.23.0",
44-
"@bitgo/statics": "^58.16.0",
45-
"@bitgo/utxo-lib": "^11.17.0",
43+
"@bitgo/sdk-core": "^36.23.1",
44+
"@bitgo/statics": "^58.16.1",
45+
"@bitgo/utxo-lib": "^11.18.0",
4646
"bip174": "npm:@bitgo-forks/bip174@3.1.0-master.4",
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.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.11.16...@bitgo/abstract-substrate@1.11.17) (2025-12-05)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-substrate
9+
10+
11+
12+
13+
614
## [1.11.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.11.15...@bitgo/abstract-substrate@1.11.16) (2025-12-04)
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.16",
3+
"version": "1.11.17",
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.23.0",
41+
"@bitgo/sdk-core": "^36.23.1",
4242
"@bitgo/sdk-lib-mpc": "^10.8.1",
43-
"@bitgo/statics": "^58.16.0",
43+
"@bitgo/statics": "^58.16.1",
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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@10.9.0...@bitgo/abstract-utxo@10.10.0) (2025-12-05)
7+
8+
9+
### Features
10+
11+
* **abstract-utxo:** add encodeTransaction function ([8783f95](https://github.com/BitGo/BitGoJS/commit/8783f95b42b824d6cb8eba678450979c8495afa3))
12+
* **abstract-utxo:** add fixedScriptWallet to decodeTransactionAsPsbt ([19cd235](https://github.com/BitGo/BitGoJS/commit/19cd2358b8aef0a2d97522dbd1fde66b593aff7e))
13+
* **abstract-utxo:** add support for PSBT decoder selection ([c78c2f2](https://github.com/BitGo/BitGoJS/commit/c78c2f210f3b78365a84b98f092a7346cc26fc50))
14+
* **abstract-utxo:** add WASM-based PSBT signing for MuSig2 ([2dc2ede](https://github.com/BitGo/BitGoJS/commit/2dc2ede4b93024a20aa04af9d53905502b6ae1ca))
15+
* **abstract-utxo:** add wasm-utxo decoding support to test suite ([0f5c86c](https://github.com/BitGo/BitGoJS/commit/0f5c86c4f00a37fe8d850ee4450f1ffa008390d4))
16+
* **abstract-utxo:** enable signing psbt with wasm implementation ([c941b08](https://github.com/BitGo/BitGoJS/commit/c941b08afb3ade94164a51164f754bf3d45bcbc2))
17+
* **abstract-utxo:** extend DecodedTransaction to include wasm-utxo BitGoPsbt ([cc67073](https://github.com/BitGo/BitGoJS/commit/cc67073e45a871769d54d4e1a349517b5df32137))
18+
* **abstract-utxo:** refactor replay protection to use pubkeys ([b2c8c47](https://github.com/BitGo/BitGoJS/commit/b2c8c470d13000cdcea0c5eb4944655486dac7d1))
19+
20+
21+
22+
23+
624
# [10.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@10.8.0...@bitgo/abstract-utxo@10.9.0) (2025-12-04)
725

826

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.9.0",
3+
"version": "10.10.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.9",
64-
"@bitgo/sdk-api": "^1.71.8",
65-
"@bitgo/sdk-core": "^36.23.0",
63+
"@bitgo/blockapis": "^1.12.10",
64+
"@bitgo/sdk-api": "^1.71.9",
65+
"@bitgo/sdk-core": "^36.23.1",
6666
"@bitgo/secp256k1": "^1.7.0",
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",
67+
"@bitgo/unspents": "^0.50.12",
68+
"@bitgo/utxo-core": "^1.26.1",
69+
"@bitgo/utxo-lib": "^11.18.0",
70+
"@bitgo/utxo-ord": "^1.22.17",
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.16",
82+
"@bitgo/sdk-test": "^9.1.17",
8383
"mocha": "^10.2.0"
8484
},
8585
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"

0 commit comments

Comments
 (0)