Skip to content

Commit 867da94

Browse files
Merge pull request #5587 from BitGo/rel/latest
chore(root): publish modules
2 parents 8fd3e34 + d05fc50 commit 867da94

File tree

171 files changed

+1074
-616
lines changed

Some content is hidden

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

171 files changed

+1074
-616
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,9 @@ RUN cd /var/bitgo-express && \
295295
#LINK_END
296296

297297
#LABEL_START
298-
LABEL created="Tue, 11 Feb 2025 17:38:58 GMT"
299-
LABEL version=10.6.14
300-
LABEL git_hash=a95964e29d990bc5dc45d2140d657219afb11cbd
298+
LABEL created="Wed, 19 Feb 2025 13:38:58 GMT"
299+
LABEL version=10.7.0
300+
LABEL git_hash=db6c3b685bd685c8a649d4002a03461ec529dc1c
301301
#LABEL_END
302302

303303
USER node

modules/abstract-cosmos/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-19)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
610
## [11.2.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-11)
711

812
**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.2.21",
3+
"version": "11.2.22",
44
"description": "BitGo SDK coin library for COSMOS 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": "^28.24.0",
42-
"@bitgo/statics": "^50.24.0",
43-
"@bitgo/utxo-lib": "^11.2.1",
41+
"@bitgo/sdk-core": "^28.25.0",
42+
"@bitgo/statics": "^51.0.0",
43+
"@bitgo/utxo-lib": "^11.2.2",
4444
"@cosmjs/amino": "^0.29.5",
4545
"@cosmjs/crypto": "^0.30.1",
4646
"@cosmjs/encoding": "^0.29.5",

modules/abstract-eth/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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+
# [22.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-19)
7+
8+
### Features
9+
10+
- **abstract-eth:** add method to build and send ccr recovery txn ([0221896](https://github.com/BitGo/BitGoJS/commit/022189691a2f9a1ce2aa5ca84ddcc1042fd25e66))
11+
612
# [22.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-11)
713

814
### Features

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": "22.5.0",
3+
"version": "22.6.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,9 +40,9 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/sdk-core": "^28.24.0",
44-
"@bitgo/statics": "^50.24.0",
45-
"@bitgo/utxo-lib": "^11.2.1",
43+
"@bitgo/sdk-core": "^28.25.0",
44+
"@bitgo/statics": "^51.0.0",
45+
"@bitgo/utxo-lib": "^11.2.2",
4646
"@ethereumjs/common": "^2.6.5",
4747
"@ethereumjs/tx": "^3.3.0",
4848
"@metamask/eth-sig-util": "^5.0.2",
@@ -58,8 +58,8 @@
5858
"superagent": "^9.0.1"
5959
},
6060
"devDependencies": {
61-
"@bitgo/sdk-api": "^1.58.7",
62-
"@bitgo/sdk-test": "^8.0.70",
61+
"@bitgo/sdk-api": "^1.58.8",
62+
"@bitgo/sdk-test": "^8.0.71",
6363
"@types/keccak": "^3.0.5"
6464
},
6565
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"

modules/abstract-lightning/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.2.44](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-19)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
610
## [1.2.43](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-11)
711

812
**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": "1.2.43",
3+
"version": "1.2.44",
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",
@@ -37,8 +37,8 @@
3737
]
3838
},
3939
"dependencies": {
40-
"@bitgo/sdk-core": "^28.24.0",
41-
"@bitgo/utxo-lib": "^11.2.1"
40+
"@bitgo/sdk-core": "^28.25.0",
41+
"@bitgo/utxo-lib": "^11.2.2"
4242
},
4343
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"
4444
}

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.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-19)
7+
8+
### Bug Fixes
9+
10+
- **abstract-substrate:** fix abstract-substrate implementation ([1c986da](https://github.com/BitGo/BitGoJS/commit/1c986daa817353ca522c0e8e72e67a6dffa00fac))
11+
- **abstract-substrate:** fix Material specName type ([2971d82](https://github.com/BitGo/BitGoJS/commit/2971d82879879c04190b45454a21f48473d13181))
12+
- **abstract-substrate:** use correct error for isWalletAddress ([f50c557](https://github.com/BitGo/BitGoJS/commit/f50c557df66a331b30c1a790884ab1d69b635390))
13+
614
## [1.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-11)
715

816
### Bug Fixes

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.1.4",
3+
"version": "1.1.5",
44
"description": "BitGo SDK coin library for Substrate base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -38,8 +38,8 @@
3838
]
3939
},
4040
"dependencies": {
41-
"@bitgo/sdk-core": "^28.24.0",
42-
"@bitgo/statics": "^50.24.0",
41+
"@bitgo/sdk-core": "^28.25.0",
42+
"@bitgo/statics": "^51.0.0",
4343
"@polkadot/keyring": "13.3.1",
4444
"@polkadot/types": "14.1.1",
4545
"@polkadot/util": "13.3.1",

modules/abstract-utxo/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
# [9.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-19)
7+
8+
### Features
9+
10+
- **abstract-utxo:** add multiple descriptor validation support ([512782b](https://github.com/BitGo/BitGoJS/commit/512782b2da40b8e1b057ef64a2dbc408d6234f84))
11+
- **abstract-utxo:** allow only same-type descriptors in prod ([417276e](https://github.com/BitGo/BitGoJS/commit/417276e5b72c29e1a583dc790e083e55b322b3dc))
12+
- **utxo-core:** add new module for UTXO types and functions ([7046b8a](https://github.com/BitGo/BitGoJS/commit/7046b8a53d6b56982d4813fae620eb4b03bbd208))
13+
- **utxo-core:** update descriptor test util to use AST types ([d29e0dc](https://github.com/BitGo/BitGoJS/commit/d29e0dcb09352f2ba9910d224ac3ac9c92cc9e81))
14+
615
# [9.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-11)
716

817
### Features

0 commit comments

Comments
 (0)