Skip to content

Commit 7d688ef

Browse files
authored
Merge pull request #8832 from BitGo/rel/latest
chore(root): publish modules
2 parents 10d986c + 82ac4c2 commit 7d688ef

202 files changed

Lines changed: 1687 additions & 710 deletions

File tree

Some content is hidden

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

modules/abstract-cosmos/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.18.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.18.8...@bitgo/abstract-cosmos@11.18.9) (2026-05-22)
7+
8+
9+
### Bug Fixes
10+
11+
* bump vulnerable transitive dependencies ([d69ae10](https://github.com/BitGo/BitGoJS/commit/d69ae10f6dc32def06cb192b4df186021c998d91))
12+
13+
14+
15+
16+
617
## [11.18.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.18.7...@bitgo/abstract-cosmos@11.18.8) (2026-05-14)
718

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

modules/abstract-cosmos/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-cosmos",
3-
"version": "11.18.8",
3+
"version": "11.18.9",
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": "^37.0.0",
42-
"@bitgo/sdk-lib-mpc": "^10.13.0",
41+
"@bitgo/sdk-core": "^37.1.0",
42+
"@bitgo/sdk-lib-mpc": "^10.14.0",
4343
"@bitgo/secp256k1": "^1.11.0",
44-
"@bitgo/statics": "^58.40.0",
44+
"@bitgo/statics": "^58.41.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.25.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.25.0...@bitgo/abstract-eth@24.25.1) (2026-05-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **abstract-eth:** decode ERC20 calldata in consolidation base address ([ee5cdca](https://github.com/BitGo/BitGoJS/commit/ee5cdca27c8f8e385c6f75e6d5ab2b97f1162e0a))
12+
* **abstract-eth:** update abi encoding for zama tx ([f668841](https://github.com/BitGo/BitGoJS/commit/f668841ab940bccfb0352872d711da4f31fd8fe1))
13+
14+
15+
16+
17+
618
# [24.25.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.24.3...@bitgo/abstract-eth@24.25.0) (2026-05-14)
719

820

modules/abstract-eth/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-eth",
3-
"version": "24.25.0",
3+
"version": "24.25.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": "^37.0.0",
44-
"@bitgo/sdk-lib-mpc": "^10.13.0",
43+
"@bitgo/sdk-core": "^37.1.0",
44+
"@bitgo/sdk-lib-mpc": "^10.14.0",
4545
"@bitgo/secp256k1": "^1.11.0",
46-
"@bitgo/statics": "^58.40.0",
46+
"@bitgo/statics": "^58.41.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.80.0",
64-
"@bitgo/sdk-test": "^9.1.43",
63+
"@bitgo/sdk-api": "^1.80.1",
64+
"@bitgo/sdk-test": "^9.1.44",
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.10.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@7.10.6...@bitgo/abstract-lightning@7.10.7) (2026-05-22)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
10+
11+
12+
13+
614
## [7.10.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@7.10.5...@bitgo/abstract-lightning@7.10.6) (2026-05-14)
715

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

modules/abstract-lightning/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-lightning",
3-
"version": "7.10.6",
3+
"version": "7.10.7",
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,8 +40,8 @@
4040
},
4141
"dependencies": {
4242
"@bitgo/public-types": "6.9.0",
43-
"@bitgo/sdk-core": "^37.0.0",
44-
"@bitgo/statics": "^58.40.0",
43+
"@bitgo/sdk-core": "^37.1.0",
44+
"@bitgo/statics": "^58.41.0",
4545
"@bitgo/utxo-lib": "^11.22.1",
4646
"bip174": "npm:@bitgo-forks/bip174@3.1.0-master.4",
4747
"bs58check": "^2.1.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.14.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.14.8...@bitgo/abstract-substrate@1.14.9) (2026-05-22)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-substrate
9+
10+
11+
12+
13+
614
## [1.14.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.14.7...@bitgo/abstract-substrate@1.14.8) (2026-05-14)
715

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

modules/abstract-substrate/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-substrate",
3-
"version": "1.14.8",
3+
"version": "1.14.9",
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": "^37.0.0",
42-
"@bitgo/sdk-lib-mpc": "^10.13.0",
43-
"@bitgo/statics": "^58.40.0",
41+
"@bitgo/sdk-core": "^37.1.0",
42+
"@bitgo/sdk-lib-mpc": "^10.14.0",
43+
"@bitgo/statics": "^58.41.0",
4444
"@polkadot/api": "14.1.1",
4545
"@polkadot/keyring": "13.5.6",
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+
# [11.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@11.1.0...@bitgo/abstract-utxo@11.2.0) (2026-05-22)
7+
8+
9+
### Bug Fixes
10+
11+
* **abstract-utxo:** throw on unrecognised chain code ([edbb6be](https://github.com/BitGo/BitGoJS/commit/edbb6beced44f6db64963632ed619fc6516a534c))
12+
13+
14+
### Features
15+
16+
* **abstract-utxo:** restrict legacy tx format to BTC and LTC ([2704d15](https://github.com/BitGo/BitGoJS/commit/2704d1523f90cf67a62666367031afc6a8f12a30))
17+
* **abstract-utxo:** restrict utxolib backend to BTC and LTC ([0e3f366](https://github.com/BitGo/BitGoJS/commit/0e3f36680d23a915c8304ab3d883f7878f2524c0))
18+
* **utxo-descriptors:** add methods to parse sbtc descriptor ([aa18d30](https://github.com/BitGo/BitGoJS/commit/aa18d308ae245a27e39ce0ff5d540cbec1ce4289))
19+
20+
21+
22+
23+
624
# [11.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@11.0.0...@bitgo/abstract-utxo@11.1.0) (2026-05-14)
725

826

modules/abstract-utxo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-utxo",
3-
"version": "11.1.0",
3+
"version": "11.2.0",
44
"description": "BitGo SDK coin library for UTXO base implementation",
55
"main": "./dist/cjs/src/index.js",
66
"module": "./dist/esm/index.js",
@@ -61,11 +61,11 @@
6161
},
6262
"dependencies": {
6363
"@bitgo/blockapis": "^1.13.5",
64-
"@bitgo/sdk-api": "^1.80.0",
65-
"@bitgo/sdk-core": "^37.0.0",
66-
"@bitgo/utxo-core": "^1.37.1",
64+
"@bitgo/sdk-api": "^1.80.1",
65+
"@bitgo/sdk-core": "^37.1.0",
66+
"@bitgo/utxo-core": "^1.38.0",
6767
"@bitgo/utxo-lib": "^11.22.1",
68-
"@bitgo/utxo-ord": "^1.30.1",
68+
"@bitgo/utxo-ord": "^1.31.0",
6969
"@bitgo/wasm-utxo": "^4.13.0",
7070
"@types/lodash": "^4.14.121",
7171
"@types/superagent": "4.1.15",
@@ -76,7 +76,7 @@
7676
"superagent": "^9.0.1"
7777
},
7878
"devDependencies": {
79-
"@bitgo/sdk-test": "^9.1.43",
79+
"@bitgo/sdk-test": "^9.1.44",
8080
"mocha": "^10.2.0"
8181
},
8282
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"

0 commit comments

Comments
 (0)