Skip to content

Commit 4fa5e81

Browse files
Merge pull request #5294 from BitGo/rel/latest
chore(root): publish modules
2 parents 1afb16d + 5d6aefc commit 4fa5e81

File tree

145 files changed

+1151
-497
lines changed

Some content is hidden

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

145 files changed

+1151
-497
lines changed

Dockerfile

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

267267
#LABEL_START
268-
LABEL created="Thu, 12 Dec 2024 20:02:56 GMT"
269-
LABEL version=10.6.1
270-
LABEL git_hash=444cc26b5b43a72a25f7a6930beadce749fc88e3
268+
LABEL created="Tue, 17 Dec 2024 14:15:00 GMT"
269+
LABEL version=10.6.3
270+
LABEL git_hash=e9a7f5fa057dd4966907be08d4b78d00deb68808
271271
#LABEL_END
272272

273273
USER node

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.2.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-17)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
10+
## [11.2.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-17)
11+
12+
**Note:** Version bump only for package @bitgo/abstract-cosmos
13+
614
## [11.2.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-12)
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.2.8",
3+
"version": "11.2.10",
44
"description": "BitGo SDK coin library for COSMOS 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.15.2",
42-
"@bitgo/statics": "^50.13.0",
41+
"@bitgo/sdk-core": "^28.17.0",
42+
"@bitgo/statics": "^50.15.0",
4343
"@bitgo/utxo-lib": "^11.2.1",
4444
"@cosmjs/amino": "^0.29.5",
4545
"@cosmjs/crypto": "^0.30.1",

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+
## [22.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-17)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-eth
9+
10+
## [22.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-17)
11+
12+
**Note:** Version bump only for package @bitgo/abstract-eth
13+
614
## [22.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-12)
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": "22.4.2",
3+
"version": "22.4.4",
44
"description": "BitGo SDK coin library for ETH base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -40,8 +40,8 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/sdk-core": "^28.15.2",
44-
"@bitgo/statics": "^50.13.0",
43+
"@bitgo/sdk-core": "^28.17.0",
44+
"@bitgo/statics": "^50.15.0",
4545
"@bitgo/utxo-lib": "^11.2.1",
4646
"@ethereumjs/common": "^2.6.5",
4747
"@ethereumjs/tx": "^3.3.0",
@@ -58,8 +58,8 @@
5858
"superagent": "^9.0.1"
5959
},
6060
"devDependencies": {
61-
"@bitgo/sdk-api": "^1.57.1",
62-
"@bitgo/sdk-test": "^8.0.57",
61+
"@bitgo/sdk-api": "^1.57.3",
62+
"@bitgo/sdk-test": "^8.0.59",
6363
"@types/keccak": "^3.0.5"
6464
}
6565
}

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+
## [1.2.32](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-17)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
10+
## [1.2.31](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-17)
11+
12+
**Note:** Version bump only for package @bitgo/abstract-lightning
13+
614
## [1.2.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-12)
715

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

modules/abstract-lightning/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-lightning",
3-
"version": "1.2.30",
3+
"version": "1.2.32",
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,7 +37,7 @@
3737
]
3838
},
3939
"dependencies": {
40-
"@bitgo/sdk-core": "^28.15.2",
40+
"@bitgo/sdk-core": "^28.17.0",
4141
"@bitgo/utxo-lib": "^11.2.1"
4242
}
4343
}

modules/abstract-utxo/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-17)
7+
8+
### Features
9+
10+
- **abstract-utxo:** add getKeySignatures function ([cbbf6e3](https://github.com/BitGo/BitGoJS/commit/cbbf6e34918fd499fbdf9f2325b123238dc0ebee))
11+
- **abstract-utxo:** implement explainTx for descriptor wallets ([36bca5b](https://github.com/BitGo/BitGoJS/commit/36bca5b230f60b7fd3766079c7adc8b0be66a9ed))
12+
- **abstract-utxo:** implement parseTransaction for descriptor ([9573556](https://github.com/BitGo/BitGoJS/commit/957355697b233a164fb889ed52bda17805780d93))
13+
- **abstract-utxo:** implement verifyTransaction ([8261e50](https://github.com/BitGo/BitGoJS/commit/8261e50c4fb20454704f3b544d4d7bc0edb71cad))
14+
- **abstract-utxo:** permit Wsh2Of3CltvDrop in descriptor validation ([95a393f](https://github.com/BitGo/BitGoJS/commit/95a393faaa44ea6a6018773b06bc916b4ad1420b))
15+
16+
# [9.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-17)
17+
18+
### Features
19+
20+
- **abstract-utxo:** add getKeySignatures function ([cbbf6e3](https://github.com/BitGo/BitGoJS/commit/cbbf6e34918fd499fbdf9f2325b123238dc0ebee))
21+
- **abstract-utxo:** implement explainTx for descriptor wallets ([36bca5b](https://github.com/BitGo/BitGoJS/commit/36bca5b230f60b7fd3766079c7adc8b0be66a9ed))
22+
- **abstract-utxo:** implement parseTransaction for descriptor ([9573556](https://github.com/BitGo/BitGoJS/commit/957355697b233a164fb889ed52bda17805780d93))
23+
- **abstract-utxo:** implement verifyTransaction ([8261e50](https://github.com/BitGo/BitGoJS/commit/8261e50c4fb20454704f3b544d4d7bc0edb71cad))
24+
- **abstract-utxo:** permit Wsh2Of3CltvDrop in descriptor validation ([95a393f](https://github.com/BitGo/BitGoJS/commit/95a393faaa44ea6a6018773b06bc916b4ad1420b))
25+
626
# [9.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-12)
727

828
### Bug Fixes

modules/abstract-utxo/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-utxo",
3-
"version": "9.5.0",
3+
"version": "9.7.0",
44
"description": "BitGo SDK coin library for UTXO base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -40,8 +40,8 @@
4040
},
4141
"dependencies": {
4242
"@bitgo/blockapis": "^1.10.9",
43-
"@bitgo/sdk-api": "^1.57.1",
44-
"@bitgo/sdk-core": "^28.15.2",
43+
"@bitgo/sdk-api": "^1.57.3",
44+
"@bitgo/sdk-core": "^28.17.0",
4545
"@bitgo/unspents": "^0.47.17",
4646
"@bitgo/utxo-lib": "^11.2.1",
4747
"@bitgo/wasm-miniscript": "^2.0.0-beta.2",

modules/account-lib/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.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-17)
7+
8+
**Note:** Version bump only for package @bitgo/account-lib
9+
10+
## [24.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-17)
11+
12+
**Note:** Version bump only for package @bitgo/account-lib
13+
614
## [24.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-12-12)
715

816
**Note:** Version bump only for package @bitgo/account-lib

0 commit comments

Comments
 (0)