Skip to content

Commit f9bd6ae

Browse files
Merge pull request #5521 from BitGo/rel/latest
chore(root): publish modules
2 parents 6219c48 + 74931ff commit f9bd6ae

File tree

161 files changed

+937
-557
lines changed

Some content is hidden

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

161 files changed

+937
-557
lines changed

Dockerfile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ COPY --from=builder /tmp/bitgo/modules/blockapis /var/modules/blockapis/
5454
COPY --from=builder /tmp/bitgo/modules/sdk-api /var/modules/sdk-api/
5555
COPY --from=builder /tmp/bitgo/modules/sdk-hmac /var/modules/sdk-hmac/
5656
COPY --from=builder /tmp/bitgo/modules/unspents /var/modules/unspents/
57+
COPY --from=builder /tmp/bitgo/modules/utxo-core /var/modules/utxo-core/
5758
COPY --from=builder /tmp/bitgo/modules/account-lib /var/modules/account-lib/
5859
COPY --from=builder /tmp/bitgo/modules/sdk-coin-algo /var/modules/sdk-coin-algo/
5960
COPY --from=builder /tmp/bitgo/modules/sdk-coin-apt /var/modules/sdk-coin-apt/
@@ -137,6 +138,7 @@ cd /var/modules/blockapis && yarn link && \
137138
cd /var/modules/sdk-api && yarn link && \
138139
cd /var/modules/sdk-hmac && yarn link && \
139140
cd /var/modules/unspents && yarn link && \
141+
cd /var/modules/utxo-core && yarn link && \
140142
cd /var/modules/account-lib && yarn link && \
141143
cd /var/modules/sdk-coin-algo && yarn link && \
142144
cd /var/modules/sdk-coin-apt && yarn link && \
@@ -223,6 +225,7 @@ RUN cd /var/bitgo-express && \
223225
yarn link @bitgo/sdk-api && \
224226
yarn link @bitgo/sdk-hmac && \
225227
yarn link @bitgo/unspents && \
228+
yarn link @bitgo/utxo-core && \
226229
yarn link @bitgo/account-lib && \
227230
yarn link @bitgo/sdk-coin-algo && \
228231
yarn link @bitgo/sdk-coin-apt && \
@@ -292,9 +295,9 @@ RUN cd /var/bitgo-express && \
292295
#LINK_END
293296

294297
#LABEL_START
295-
LABEL created="Wed, 05 Feb 2025 01:26:16 GMT"
296-
LABEL version=10.6.13
297-
LABEL git_hash=060d16601145c1b549f1e17676870f4ccfb68433
298+
LABEL created="Tue, 11 Feb 2025 17:38:58 GMT"
299+
LABEL version=10.6.14
300+
LABEL git_hash=a95964e29d990bc5dc45d2140d657219afb11cbd
298301
#LABEL_END
299302

300303
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.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-11)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
610
## [11.2.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-05)
711

812
**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.20",
3+
"version": "11.2.21",
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.23.0",
42-
"@bitgo/statics": "^50.23.0",
41+
"@bitgo/sdk-core": "^28.24.0",
42+
"@bitgo/statics": "^50.24.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: 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.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-11)
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.4.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-05)
713

814
**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.14",
3+
"version": "22.5.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,8 +40,8 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/sdk-core": "^28.23.0",
44-
"@bitgo/statics": "^50.23.0",
43+
"@bitgo/sdk-core": "^28.24.0",
44+
"@bitgo/statics": "^50.24.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.58.6",
62-
"@bitgo/sdk-test": "^8.0.69",
61+
"@bitgo/sdk-api": "^1.58.7",
62+
"@bitgo/sdk-test": "^8.0.70",
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.43](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-11)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
610
## [1.2.42](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-05)
711

812
**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.42",
3+
"version": "1.2.43",
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.23.0",
40+
"@bitgo/sdk-core": "^28.24.0",
4141
"@bitgo/utxo-lib": "^11.2.1"
4242
},
4343
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"

modules/abstract-substrate/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-11)
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+
613
## [1.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-05)
714

815
**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.1.3",
3+
"version": "1.1.4",
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.23.0",
42-
"@bitgo/statics": "^50.23.0",
41+
"@bitgo/sdk-core": "^28.24.0",
42+
"@bitgo/statics": "^50.24.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: 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+
# [9.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-11)
7+
8+
### Features
9+
10+
- **utxo-core:** add new module for UTXO types and functions ([7046b8a](https://github.com/BitGo/BitGoJS/commit/7046b8a53d6b56982d4813fae620eb4b03bbd208))
11+
612
# [9.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-02-05)
713

814
### Bug Fixes

0 commit comments

Comments
 (0)