Skip to content

Commit 9e95e71

Browse files
Merge pull request #6279 from BitGo/rel/latest
Rel/latest
2 parents 0d00cbf + a819070 commit 9e95e71

File tree

185 files changed

+1064
-667
lines changed

Some content is hidden

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

185 files changed

+1064
-667
lines changed

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ COPY --from=builder /tmp/bitgo/modules/sdk-coin-tao /var/modules/sdk-coin-tao/
106106
COPY --from=builder /tmp/bitgo/modules/sdk-coin-tia /var/modules/sdk-coin-tia/
107107
COPY --from=builder /tmp/bitgo/modules/sdk-coin-ton /var/modules/sdk-coin-ton/
108108
COPY --from=builder /tmp/bitgo/modules/sdk-coin-trx /var/modules/sdk-coin-trx/
109+
COPY --from=builder /tmp/bitgo/modules/sdk-coin-vet /var/modules/sdk-coin-vet/
109110
COPY --from=builder /tmp/bitgo/modules/sdk-coin-wemix /var/modules/sdk-coin-wemix/
110111
COPY --from=builder /tmp/bitgo/modules/sdk-coin-world /var/modules/sdk-coin-world/
111112
COPY --from=builder /tmp/bitgo/modules/sdk-coin-xdc /var/modules/sdk-coin-xdc/
@@ -127,7 +128,6 @@ COPY --from=builder /tmp/bitgo/modules/sdk-coin-ethlike /var/modules/sdk-coin-et
127128
COPY --from=builder /tmp/bitgo/modules/sdk-coin-ethw /var/modules/sdk-coin-ethw/
128129
COPY --from=builder /tmp/bitgo/modules/sdk-coin-lnbtc /var/modules/sdk-coin-lnbtc/
129130
COPY --from=builder /tmp/bitgo/modules/sdk-coin-ltc /var/modules/sdk-coin-ltc/
130-
COPY --from=builder /tmp/bitgo/modules/sdk-coin-vet /var/modules/sdk-coin-vet/
131131
COPY --from=builder /tmp/bitgo/modules/sdk-coin-xlm /var/modules/sdk-coin-xlm/
132132
COPY --from=builder /tmp/bitgo/modules/sdk-coin-zec /var/modules/sdk-coin-zec/
133133

@@ -199,6 +199,7 @@ cd /var/modules/sdk-coin-tao && yarn link && \
199199
cd /var/modules/sdk-coin-tia && yarn link && \
200200
cd /var/modules/sdk-coin-ton && yarn link && \
201201
cd /var/modules/sdk-coin-trx && yarn link && \
202+
cd /var/modules/sdk-coin-vet && yarn link && \
202203
cd /var/modules/sdk-coin-wemix && yarn link && \
203204
cd /var/modules/sdk-coin-world && yarn link && \
204205
cd /var/modules/sdk-coin-xdc && yarn link && \
@@ -220,7 +221,6 @@ cd /var/modules/sdk-coin-ethlike && yarn link && \
220221
cd /var/modules/sdk-coin-ethw && yarn link && \
221222
cd /var/modules/sdk-coin-lnbtc && yarn link && \
222223
cd /var/modules/sdk-coin-ltc && yarn link && \
223-
cd /var/modules/sdk-coin-vet && yarn link && \
224224
cd /var/modules/sdk-coin-xlm && yarn link && \
225225
cd /var/modules/sdk-coin-zec && yarn link
226226
#COPY_END
@@ -295,6 +295,7 @@ RUN cd /var/bitgo-express && \
295295
yarn link @bitgo/sdk-coin-tia && \
296296
yarn link @bitgo/sdk-coin-ton && \
297297
yarn link @bitgo/sdk-coin-trx && \
298+
yarn link @bitgo/sdk-coin-vet && \
298299
yarn link @bitgo/sdk-coin-wemix && \
299300
yarn link @bitgo/sdk-coin-world && \
300301
yarn link @bitgo/sdk-coin-xdc && \
@@ -316,15 +317,14 @@ RUN cd /var/bitgo-express && \
316317
yarn link @bitgo/sdk-coin-ethw && \
317318
yarn link @bitgo/sdk-coin-lnbtc && \
318319
yarn link @bitgo/sdk-coin-ltc && \
319-
yarn link @bitgo/sdk-coin-vet && \
320320
yarn link @bitgo/sdk-coin-xlm && \
321321
yarn link @bitgo/sdk-coin-zec
322322
#LINK_END
323323

324324
#LABEL_START
325-
LABEL created="Thu, 05 Jun 2025 23:15:42 GMT"
326-
LABEL version=14.0.0
327-
LABEL git_hash=93f71e0fd983674ba1a41ab7f21ccdb648e35275
325+
LABEL created="Tue, 10 Jun 2025 20:11:00 GMT"
326+
LABEL version=14.0.1
327+
LABEL git_hash=3b35d917c202e5f9216582a644f0461f7c4b4036
328328
#LABEL_END
329329

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

812
### Features

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.9.0",
3+
"version": "11.9.1",
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": "^35.2.0",
41+
"@bitgo/sdk-core": "^35.2.1",
4242
"@bitgo/sdk-lib-mpc": "^10.5.0",
4343
"@bitgo/secp256k1": "^1.4.0",
44-
"@bitgo/statics": "^54.2.0",
44+
"@bitgo/statics": "^54.3.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: 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+
## [24.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-06-10)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-eth
9+
610
# [24.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-06-05)
711

812
### Features

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.5.0",
3+
"version": "24.5.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": "^35.2.0",
43+
"@bitgo/sdk-core": "^35.2.1",
4444
"@bitgo/sdk-lib-mpc": "^10.5.0",
4545
"@bitgo/secp256k1": "^1.4.0",
46-
"@bitgo/statics": "^54.2.0",
46+
"@bitgo/statics": "^54.3.0",
4747
"@ethereumjs/common": "^2.6.5",
4848
"@ethereumjs/tx": "^3.3.0",
4949
"@metamask/eth-sig-util": "^5.0.2",
@@ -59,8 +59,8 @@
5959
"superagent": "^9.0.1"
6060
},
6161
"devDependencies": {
62-
"@bitgo/sdk-api": "^1.63.4",
63-
"@bitgo/sdk-test": "^8.0.89",
62+
"@bitgo/sdk-api": "^1.63.5",
63+
"@bitgo/sdk-test": "^8.0.90",
6464
"@types/keccak": "^3.0.5"
6565
},
6666
"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+
## [6.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-06-10)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
610
# [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-06-05)
711

812
### Bug Fixes

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": "6.0.0",
3+
"version": "6.0.1",
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.1.0",
43-
"@bitgo/sdk-core": "^35.2.0",
44-
"@bitgo/statics": "^54.2.0",
45-
"@bitgo/utxo-lib": "^11.4.0",
43+
"@bitgo/sdk-core": "^35.2.1",
44+
"@bitgo/statics": "^54.3.0",
45+
"@bitgo/utxo-lib": "^11.5.0",
4646
"bs58check": "^2.1.2",
4747
"fp-ts": "^2.12.2",
4848
"io-ts": "npm:@bitgo-forks/[email protected]",

modules/abstract-substrate/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.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-06-10)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-substrate
9+
610
# [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-06-05)
711

812
### Features

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.7.0",
3+
"version": "1.7.1",
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": "^35.2.0",
41+
"@bitgo/sdk-core": "^35.2.1",
4242
"@bitgo/sdk-lib-mpc": "^10.5.0",
43-
"@bitgo/statics": "^54.2.0",
43+
"@bitgo/statics": "^54.3.0",
4444
"@polkadot/api": "14.1.1",
4545
"@polkadot/keyring": "13.3.1",
4646
"@polkadot/types": "14.1.1",

modules/abstract-utxo/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+
## [9.21.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-06-10)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-utxo
9+
610
# [9.21.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-06-05)
711

812
### Features

0 commit comments

Comments
 (0)