Skip to content

Commit 27f3db2

Browse files
authored
Merge pull request #8698 from BitGo/rel/latest
chore(root): publish modules
2 parents 61de14a + d7fc975 commit 27f3db2

202 files changed

Lines changed: 1563 additions & 687 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: 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.18.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.18.6...@bitgo/abstract-cosmos@11.18.7) (2026-05-05)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
10+
11+
12+
13+
614
## [11.18.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.18.5...@bitgo/abstract-cosmos@11.18.6) (2026-04-29)
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.18.6",
3+
"version": "11.18.7",
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.43.0",
41+
"@bitgo/sdk-core": "^36.44.0",
4242
"@bitgo/sdk-lib-mpc": "^10.12.0",
4343
"@bitgo/secp256k1": "^1.11.0",
44-
"@bitgo/statics": "^58.38.0",
44+
"@bitgo/statics": "^58.39.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: 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.24.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.24.2...@bitgo/abstract-eth@24.24.3) (2026-05-05)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-eth
9+
10+
11+
12+
13+
614
## [24.24.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.24.1...@bitgo/abstract-eth@24.24.2) (2026-04-29)
715

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

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.24.2",
3+
"version": "24.24.3",
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.43.0",
43+
"@bitgo/sdk-core": "^36.44.0",
4444
"@bitgo/sdk-lib-mpc": "^10.12.0",
4545
"@bitgo/secp256k1": "^1.11.0",
46-
"@bitgo/statics": "^58.38.0",
46+
"@bitgo/statics": "^58.39.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.79.1",
64-
"@bitgo/sdk-test": "^9.1.41",
63+
"@bitgo/sdk-api": "^1.79.2",
64+
"@bitgo/sdk-test": "^9.1.42",
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.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@7.10.4...@bitgo/abstract-lightning@7.10.5) (2026-05-05)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
10+
11+
12+
13+
614
## [7.10.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@7.10.3...@bitgo/abstract-lightning@7.10.4) (2026-04-29)
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.10.4",
3+
"version": "7.10.5",
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.97.0",
43-
"@bitgo/sdk-core": "^36.43.0",
44-
"@bitgo/statics": "^58.38.0",
45-
"@bitgo/utxo-lib": "^11.22.0",
43+
"@bitgo/sdk-core": "^36.44.0",
44+
"@bitgo/statics": "^58.39.0",
45+
"@bitgo/utxo-lib": "^11.22.1",
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.14.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.14.6...@bitgo/abstract-substrate@1.14.7) (2026-05-05)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-substrate
9+
10+
11+
12+
13+
614
## [1.14.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.14.5...@bitgo/abstract-substrate@1.14.6) (2026-04-29)
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.14.6",
3+
"version": "1.14.7",
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.43.0",
41+
"@bitgo/sdk-core": "^36.44.0",
4242
"@bitgo/sdk-lib-mpc": "^10.12.0",
43-
"@bitgo/statics": "^58.38.0",
43+
"@bitgo/statics": "^58.39.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: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@
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.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@10.25.0...@bitgo/abstract-utxo@11.0.0) (2026-05-05)
7+
8+
9+
### Bug Fixes
10+
11+
* **abstract-utxo:** add replay protection to prebuildAndSign test ([2b08714](https://github.com/BitGo/BitGoJS/commit/2b087149da7575036fa0acc6932982818b1f179a))
12+
* **abstract-utxo:** guard undefined address in preprocessBuildParams [WAL-375] ([9651f36](https://github.com/BitGo/BitGoJS/commit/9651f36b7c003cc98be7b0c43ee819a89d10c9f9))
13+
14+
15+
### Features
16+
17+
* **abstract-utxo:** add supportedSdkBackends with validation ([79849ce](https://github.com/BitGo/BitGoJS/commit/79849ce8e5de8292dc220467b3c0e1dea1e8740c))
18+
* **abstract-utxo:** default to wasm-utxo for all coins ([1702a08](https://github.com/BitGo/BitGoJS/commit/1702a08009eff32b12b466bf9cda31e97f31de13))
19+
* **abstract-utxo:** prefer txHexPsbt over txHex in pending approvals ([f009cfb](https://github.com/BitGo/BitGoJS/commit/f009cfb729a9543a3d3d88102b4a10db541898c6))
20+
21+
22+
### BREAKING CHANGES
23+
24+
* **abstract-utxo:** mainnet coins now default to wasm-utxo instead of
25+
utxolib
26+
27+
Co-authored-by: llm-git <llm-git@ttll.de>
28+
29+
Issue: BTC-2650
30+
31+
32+
33+
34+
635
# [10.25.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@10.24.0...@bitgo/abstract-utxo@10.25.0) (2026-04-29)
736

837

modules/abstract-utxo/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-utxo",
3-
"version": "10.25.0",
3+
"version": "11.0.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,12 +60,12 @@
6060
]
6161
},
6262
"dependencies": {
63-
"@bitgo/blockapis": "^1.13.4",
64-
"@bitgo/sdk-api": "^1.79.1",
65-
"@bitgo/sdk-core": "^36.43.0",
66-
"@bitgo/utxo-core": "^1.37.0",
67-
"@bitgo/utxo-lib": "^11.22.0",
68-
"@bitgo/utxo-ord": "^1.30.0",
63+
"@bitgo/blockapis": "^1.13.5",
64+
"@bitgo/sdk-api": "^1.79.2",
65+
"@bitgo/sdk-core": "^36.44.0",
66+
"@bitgo/utxo-core": "^1.37.1",
67+
"@bitgo/utxo-lib": "^11.22.1",
68+
"@bitgo/utxo-ord": "^1.30.1",
6969
"@bitgo/wasm-utxo": "^4.8.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.41",
79+
"@bitgo/sdk-test": "^9.1.42",
8080
"mocha": "^10.2.0"
8181
},
8282
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"

0 commit comments

Comments
 (0)