Skip to content

Rel/latest #6147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ COPY --from=builder /tmp/bitgo/modules/sdk-coin-oas /var/modules/sdk-coin-oas/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-opeth /var/modules/sdk-coin-opeth/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-osmo /var/modules/sdk-coin-osmo/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-polygon /var/modules/sdk-coin-polygon/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-polyx /var/modules/sdk-coin-polyx/
COPY --from=builder /tmp/bitgo/modules/abstract-substrate /var/modules/abstract-substrate/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-rbtc /var/modules/sdk-coin-rbtc/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-rune /var/modules/sdk-coin-rune/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-sei /var/modules/sdk-coin-sei/
Expand All @@ -101,7 +103,6 @@ COPY --from=builder /tmp/bitgo/modules/sdk-coin-stt /var/modules/sdk-coin-stt/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-stx /var/modules/sdk-coin-stx/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-sui /var/modules/sdk-coin-sui/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-tao /var/modules/sdk-coin-tao/
COPY --from=builder /tmp/bitgo/modules/abstract-substrate /var/modules/abstract-substrate/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-tia /var/modules/sdk-coin-tia/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-ton /var/modules/sdk-coin-ton/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-trx /var/modules/sdk-coin-trx/
Expand All @@ -126,10 +127,9 @@ COPY --from=builder /tmp/bitgo/modules/sdk-coin-ethlike /var/modules/sdk-coin-et
COPY --from=builder /tmp/bitgo/modules/sdk-coin-ethw /var/modules/sdk-coin-ethw/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-lnbtc /var/modules/sdk-coin-lnbtc/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-ltc /var/modules/sdk-coin-ltc/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-polyx /var/modules/sdk-coin-polyx/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-vet /var/modules/sdk-coin-vet/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-xlm /var/modules/sdk-coin-xlm/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-zec /var/modules/sdk-coin-zec/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-vet /var/modules/sdk-coin-vet/

RUN cd /var/modules/abstract-lightning && yarn link && \
cd /var/modules/sdk-core && yarn link && \
Expand Down Expand Up @@ -184,6 +184,8 @@ cd /var/modules/sdk-coin-oas && yarn link && \
cd /var/modules/sdk-coin-opeth && yarn link && \
cd /var/modules/sdk-coin-osmo && yarn link && \
cd /var/modules/sdk-coin-polygon && yarn link && \
cd /var/modules/sdk-coin-polyx && yarn link && \
cd /var/modules/abstract-substrate && yarn link && \
cd /var/modules/sdk-coin-rbtc && yarn link && \
cd /var/modules/sdk-coin-rune && yarn link && \
cd /var/modules/sdk-coin-sei && yarn link && \
Expand All @@ -194,7 +196,6 @@ cd /var/modules/sdk-coin-stt && yarn link && \
cd /var/modules/sdk-coin-stx && yarn link && \
cd /var/modules/sdk-coin-sui && yarn link && \
cd /var/modules/sdk-coin-tao && yarn link && \
cd /var/modules/abstract-substrate && yarn link && \
cd /var/modules/sdk-coin-tia && yarn link && \
cd /var/modules/sdk-coin-ton && yarn link && \
cd /var/modules/sdk-coin-trx && yarn link && \
Expand All @@ -219,10 +220,9 @@ cd /var/modules/sdk-coin-ethlike && yarn link && \
cd /var/modules/sdk-coin-ethw && yarn link && \
cd /var/modules/sdk-coin-lnbtc && yarn link && \
cd /var/modules/sdk-coin-ltc && yarn link && \
cd /var/modules/sdk-coin-polyx && yarn link && \
cd /var/modules/sdk-coin-vet && yarn link && \
cd /var/modules/sdk-coin-xlm && yarn link && \
cd /var/modules/sdk-coin-zec && yarn link && \
cd /var/modules/sdk-coin-vet && yarn link
cd /var/modules/sdk-coin-zec && yarn link
#COPY_END

#LINK_START
Expand Down Expand Up @@ -280,6 +280,8 @@ RUN cd /var/bitgo-express && \
yarn link @bitgo/sdk-coin-opeth && \
yarn link @bitgo/sdk-coin-osmo && \
yarn link @bitgo/sdk-coin-polygon && \
yarn link @bitgo/sdk-coin-polyx && \
yarn link @bitgo/abstract-substrate && \
yarn link @bitgo/sdk-coin-rbtc && \
yarn link @bitgo/sdk-coin-rune && \
yarn link @bitgo/sdk-coin-sei && \
Expand All @@ -290,7 +292,6 @@ RUN cd /var/bitgo-express && \
yarn link @bitgo/sdk-coin-stx && \
yarn link @bitgo/sdk-coin-sui && \
yarn link @bitgo/sdk-coin-tao && \
yarn link @bitgo/abstract-substrate && \
yarn link @bitgo/sdk-coin-tia && \
yarn link @bitgo/sdk-coin-ton && \
yarn link @bitgo/sdk-coin-trx && \
Expand All @@ -315,16 +316,15 @@ RUN cd /var/bitgo-express && \
yarn link @bitgo/sdk-coin-ethw && \
yarn link @bitgo/sdk-coin-lnbtc && \
yarn link @bitgo/sdk-coin-ltc && \
yarn link @bitgo/sdk-coin-polyx && \
yarn link @bitgo/sdk-coin-vet && \
yarn link @bitgo/sdk-coin-xlm && \
yarn link @bitgo/sdk-coin-zec && \
yarn link @bitgo/sdk-coin-vet
yarn link @bitgo/sdk-coin-zec
#LINK_END

#LABEL_START
LABEL created="Wed, 07 May 2025 14:51:40 GMT"
LABEL version=13.5.1
LABEL git_hash=e0a1c34ff16cd5b0fe2c32b4c3ccbb7e3fc9f55b
LABEL created="Thu, 22 May 2025 18:25:09 GMT"
LABEL version=13.6.1
LABEL git_hash=7ad3f7025a1d0bc6c5848e4c8e7979a9d26a3741
#LABEL_END

USER node
Expand Down
8 changes: 8 additions & 0 deletions modules/abstract-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [11.7.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-05-22)

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

## [11.7.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-05-20)

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

## [11.7.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-05-07)

**Note:** Version bump only for package @bitgo/abstract-cosmos
Expand Down
6 changes: 3 additions & 3 deletions modules/abstract-cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/abstract-cosmos",
"version": "11.7.3",
"version": "11.7.5",
"description": "BitGo SDK coin library for COSMOS base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -38,9 +38,9 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^33.2.0",
"@bitgo/sdk-core": "^35.0.0",
"@bitgo/secp256k1": "^1.3.3",
"@bitgo/statics": "^52.2.0",
"@bitgo/statics": "^54.0.0",
"@cosmjs/amino": "^0.29.5",
"@cosmjs/crypto": "^0.30.1",
"@cosmjs/encoding": "^0.29.5",
Expand Down
8 changes: 8 additions & 0 deletions modules/abstract-eth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [24.3.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-05-22)

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

## [24.3.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-05-20)

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

## [24.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-05-07)

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 deletions modules/abstract-eth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/abstract-eth",
"version": "24.3.2",
"version": "24.3.4",
"description": "BitGo SDK coin library for ETH base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -40,10 +40,10 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^33.2.0",
"@bitgo/sdk-lib-mpc": "^10.2.0",
"@bitgo/sdk-core": "^35.0.0",
"@bitgo/sdk-lib-mpc": "^10.3.0",
"@bitgo/secp256k1": "^1.3.3",
"@bitgo/statics": "^52.2.0",
"@bitgo/statics": "^54.0.0",
"@ethereumjs/common": "^2.6.5",
"@ethereumjs/tx": "^3.3.0",
"@metamask/eth-sig-util": "^5.0.2",
Expand All @@ -59,8 +59,8 @@
"superagent": "^9.0.1"
},
"devDependencies": {
"@bitgo/sdk-api": "^1.62.3",
"@bitgo/sdk-test": "^8.0.84",
"@bitgo/sdk-api": "^1.63.1",
"@bitgo/sdk-test": "^8.0.86",
"@types/keccak": "^3.0.5"
},
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"
Expand Down
8 changes: 8 additions & 0 deletions modules/abstract-lightning/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-05-22)

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

## [4.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-05-20)

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

## [4.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-05-07)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions modules/abstract-lightning/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/abstract-lightning",
"version": "4.3.1",
"version": "4.3.3",
"description": "BitGo SDK coin library for base Lightning Network coin implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -40,8 +40,8 @@
},
"dependencies": {
"@bitgo/public-types": "5.1.0",
"@bitgo/sdk-core": "^33.2.0",
"@bitgo/statics": "^52.2.0",
"@bitgo/sdk-core": "^35.0.0",
"@bitgo/statics": "^54.0.0",
"@bitgo/utxo-lib": "^11.3.0",
"bs58check": "^2.1.2",
"fp-ts": "^2.12.2",
Expand Down
13 changes: 13 additions & 0 deletions modules/abstract-substrate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-05-22)

### Bug Fixes

- **sdk-coin-polyx:** all fixed ([f9c23bc](https://github.com/BitGo/BitGoJS/commit/f9c23bc9a8bc609be5f41a4ffd980138ecb63148))
- **sdk-coin-polyx:** fix cdd builder ([2461fbf](https://github.com/BitGo/BitGoJS/commit/2461fbfcc76f8f6e7f89302f5e3c4b99097cb97a))

# [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-05-20)

### Features

- **sdk-coin-polyx:** add transaction builders ([31c96bb](https://github.com/BitGo/BitGoJS/commit/31c96bbbce60b93e13208e3eab06bd144cfe57e4))

## [1.4.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-05-07)

**Note:** Version bump only for package @bitgo/abstract-substrate
Expand Down
8 changes: 4 additions & 4 deletions modules/abstract-substrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/abstract-substrate",
"version": "1.4.9",
"version": "1.5.1",
"description": "BitGo SDK coin library for Substrate base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -38,9 +38,9 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^33.2.0",
"@bitgo/sdk-lib-mpc": "^10.2.0",
"@bitgo/statics": "^52.2.0",
"@bitgo/sdk-core": "^35.0.0",
"@bitgo/sdk-lib-mpc": "^10.3.0",
"@bitgo/statics": "^54.0.0",
"@polkadot/api": "14.1.1",
"@polkadot/keyring": "13.3.1",
"@polkadot/types": "14.1.1",
Expand Down
8 changes: 8 additions & 0 deletions modules/abstract-utxo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.19.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-05-22)

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

## [9.19.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-05-20)

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

## [9.19.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-05-07)

**Note:** Version bump only for package @bitgo/abstract-utxo
Expand Down
6 changes: 3 additions & 3 deletions modules/abstract-utxo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/abstract-utxo",
"version": "9.19.9",
"version": "9.19.11",
"description": "BitGo SDK coin library for UTXO base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"dependencies": {
"@bitgo/blockapis": "^1.10.14",
"@bitgo/sdk-api": "^1.62.3",
"@bitgo/sdk-core": "^33.2.0",
"@bitgo/sdk-api": "^1.63.1",
"@bitgo/sdk-core": "^35.0.0",
"@bitgo/unspents": "^0.47.21",
"@bitgo/utxo-core": "^1.8.0",
"@bitgo/utxo-lib": "^11.3.0",
Expand Down
20 changes: 20 additions & 0 deletions modules/account-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [27.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-05-22)

### Bug Fixes

- **sdk-coin-fetchai:** change asset name from fetch to fetchai ([9cc7236](https://github.com/BitGo/BitGoJS/commit/9cc72360dbb7c025000fe5cccc5d05a974cae6f5))

### BREAKING CHANGES

- **sdk-coin-fetchai:** Changing module/asset name from fetch to fetchai

# [26.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-05-20)

### Bug Fixes

- **sdk-coin-initia:** change asset name from init to initia ([87c65dd](https://github.com/BitGo/BitGoJS/commit/87c65dd98c132fa22ba145e7acafaa703b60f484))

### BREAKING CHANGES

- **sdk-coin-initia:** Changing module/asset name from init to initia

# [25.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2025-05-07)

### Features
Expand Down
Loading