Skip to content
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
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ COPY --from=builder /tmp/bitgo/modules/sdk-coin-hbar /var/modules/sdk-coin-hbar/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-icp /var/modules/sdk-coin-icp/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-initia /var/modules/sdk-coin-initia/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-injective /var/modules/sdk-coin-injective/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-iota /var/modules/sdk-coin-iota/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-islm /var/modules/sdk-coin-islm/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-mantra /var/modules/sdk-coin-mantra/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-mon /var/modules/sdk-coin-mon/
Expand Down Expand Up @@ -130,6 +129,7 @@ COPY --from=builder /tmp/bitgo/modules/sdk-coin-doge /var/modules/sdk-coin-doge/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-eos /var/modules/sdk-coin-eos/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-ethlike /var/modules/sdk-coin-ethlike/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-ethw /var/modules/sdk-coin-ethw/
COPY --from=builder /tmp/bitgo/modules/sdk-coin-iota /var/modules/sdk-coin-iota/
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-xlm /var/modules/sdk-coin-xlm/
Expand Down Expand Up @@ -184,7 +184,6 @@ cd /var/modules/sdk-coin-hbar && yarn link && \
cd /var/modules/sdk-coin-icp && yarn link && \
cd /var/modules/sdk-coin-initia && yarn link && \
cd /var/modules/sdk-coin-injective && yarn link && \
cd /var/modules/sdk-coin-iota && yarn link && \
cd /var/modules/sdk-coin-islm && yarn link && \
cd /var/modules/sdk-coin-mantra && yarn link && \
cd /var/modules/sdk-coin-mon && yarn link && \
Expand Down Expand Up @@ -227,6 +226,7 @@ cd /var/modules/sdk-coin-doge && yarn link && \
cd /var/modules/sdk-coin-eos && yarn link && \
cd /var/modules/sdk-coin-ethlike && yarn link && \
cd /var/modules/sdk-coin-ethw && yarn link && \
cd /var/modules/sdk-coin-iota && yarn link && \
cd /var/modules/sdk-coin-lnbtc && yarn link && \
cd /var/modules/sdk-coin-ltc && yarn link && \
cd /var/modules/sdk-coin-xlm && yarn link && \
Expand Down Expand Up @@ -284,7 +284,6 @@ RUN cd /var/bitgo-express && \
yarn link @bitgo/sdk-coin-icp && \
yarn link @bitgo/sdk-coin-initia && \
yarn link @bitgo/sdk-coin-injective && \
yarn link @bitgo/sdk-coin-iota && \
yarn link @bitgo/sdk-coin-islm && \
yarn link @bitgo/sdk-coin-mantra && \
yarn link @bitgo/sdk-coin-mon && \
Expand Down Expand Up @@ -327,16 +326,17 @@ RUN cd /var/bitgo-express && \
yarn link @bitgo/sdk-coin-eos && \
yarn link @bitgo/sdk-coin-ethlike && \
yarn link @bitgo/sdk-coin-ethw && \
yarn link @bitgo/sdk-coin-iota && \
yarn link @bitgo/sdk-coin-lnbtc && \
yarn link @bitgo/sdk-coin-ltc && \
yarn link @bitgo/sdk-coin-xlm && \
yarn link @bitgo/sdk-coin-zec
#LINK_END

#LABEL_START
LABEL created="Fri, 22 Aug 2025 15:11:11 GMT"
LABEL version=14.4.0
LABEL git_hash=b37533c54509d4c7ac9590aed5c57995fc7ac859
LABEL created="Thu, 04 Sep 2025 18:59:30 GMT"
LABEL version=15.0.0
LABEL git_hash=bbdf6e60b720b25e3212f3a4c5bdc81732a505e8
#LABEL_END

USER node
Expand Down
20 changes: 20 additions & 0 deletions modules/abstract-cosmos/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.

## [11.14.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.14.1...@bitgo/abstract-cosmos@11.14.2) (2025-09-03)

### Bug Fixes

- use publicKey for cold wallet recovery ([6e39f3e](https://github.com/BitGo/BitGoJS/commit/6e39f3edc14681150c272dfd2d7aae9cfab5437d))

## [11.14.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.14.0...@bitgo/abstract-cosmos@11.14.1) (2025-08-30)

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

# [11.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.13.1...@bitgo/abstract-cosmos@11.14.0) (2025-08-29)

### Features

- **abstract-cosmos:** add non-bitgo token recovery support on wrw ([86f44eb](https://github.com/BitGo/BitGoJS/commit/86f44ebbae563085dab6323ebae12301753fbbe4))

## [11.13.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.13.0...@bitgo/abstract-cosmos@11.13.1) (2025-08-27)

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

# [11.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@11.12.3...@bitgo/abstract-cosmos@11.13.0) (2025-08-22)

### Features
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.13.0",
"version": "11.14.2",
"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,10 +38,10 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^36.5.0",
"@bitgo/sdk-core": "^36.8.0",
"@bitgo/sdk-lib-mpc": "^10.7.0",
"@bitgo/secp256k1": "^1.5.0",
"@bitgo/statics": "^57.5.0",
"@bitgo/statics": "^57.8.0",
"@cosmjs/amino": "^0.29.5",
"@cosmjs/crypto": "^0.30.1",
"@cosmjs/encoding": "^0.29.5",
Expand Down
22 changes: 22 additions & 0 deletions modules/abstract-eth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [24.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.11.3...@bitgo/abstract-eth@24.12.0) (2025-09-03)

### Bug Fixes

- fixed gasPrice issue for base ([743effd](https://github.com/BitGo/BitGoJS/commit/743effd79faca6e89cd696e351844ed0c0bafe67))

### Features

- **abstract-eth:** support eip712 signing ([5f14318](https://github.com/BitGo/BitGoJS/commit/5f14318198dfb52aff3d0f2551fafd357c68cee2))

## [24.11.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.11.2...@bitgo/abstract-eth@24.11.3) (2025-08-30)

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

## [24.11.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.11.1...@bitgo/abstract-eth@24.11.2) (2025-08-29)

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

## [24.11.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.11.0...@bitgo/abstract-eth@24.11.1) (2025-08-27)

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

# [24.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@24.10.1...@bitgo/abstract-eth@24.11.0) (2025-08-22)

### Features
Expand Down
10 changes: 5 additions & 5 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.11.0",
"version": "24.12.0",
"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": "^36.5.0",
"@bitgo/sdk-core": "^36.8.0",
"@bitgo/sdk-lib-mpc": "^10.7.0",
"@bitgo/secp256k1": "^1.5.0",
"@bitgo/statics": "^57.5.0",
"@bitgo/statics": "^57.8.0",
"@ethereumjs/common": "^2.6.5",
"@ethereumjs/rlp": "^4.0.0",
"@ethereumjs/tx": "^3.3.0",
Expand All @@ -60,8 +60,8 @@
"superagent": "^9.0.1"
},
"devDependencies": {
"@bitgo/sdk-api": "^1.67.0",
"@bitgo/sdk-test": "^9.0.5",
"@bitgo/sdk-api": "^1.68.3",
"@bitgo/sdk-test": "^9.0.9",
"@types/keccak": "^3.0.5"
},
"gitHead": "18e460ddf02de2dbf13c2aa243478188fb539f0c"
Expand Down
26 changes: 26 additions & 0 deletions modules/abstract-lightning/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@6.5.1...@bitgo/abstract-lightning@7.0.0) (2025-09-03)

### Features

- adding signature in withdraw lightning ([514aaee](https://github.com/BitGo/BitGoJS/commit/514aaeebf0e6a20c78f9a3beb7715a77d2b0b9dc))

### BREAKING CHANGES

- withdraw request changed

## [6.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@6.5.0...@bitgo/abstract-lightning@6.5.1) (2025-08-30)

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

# [6.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@6.4.0...@bitgo/abstract-lightning@6.5.0) (2025-08-29)

### Features

- updated withdraw codecs signature verify ([23e87b9](https://github.com/BitGo/BitGoJS/commit/23e87b92fec9b2d98291424251e17c2a4ab53793))

# [6.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@6.3.0...@bitgo/abstract-lightning@6.4.0) (2025-08-27)

### Features

- bump public types ([e98036a](https://github.com/BitGo/BitGoJS/commit/e98036a8480aa6cfbc55b092a439ba8f80d23656))

# [6.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-lightning@6.2.10...@bitgo/abstract-lightning@6.3.0) (2025-08-22)

### Features
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": "6.3.0",
"version": "7.0.0",
"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.20.0",
"@bitgo/sdk-core": "^36.5.0",
"@bitgo/statics": "^57.5.0",
"@bitgo/sdk-core": "^36.8.0",
"@bitgo/statics": "^57.8.0",
"@bitgo/utxo-lib": "^11.10.0",
"bs58check": "^2.1.2",
"fp-ts": "^2.12.2",
Expand Down
16 changes: 16 additions & 0 deletions modules/abstract-substrate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.10.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.10.3...@bitgo/abstract-substrate@1.10.4) (2025-09-03)

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

## [1.10.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.10.2...@bitgo/abstract-substrate@1.10.3) (2025-08-30)

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

## [1.10.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.10.1...@bitgo/abstract-substrate@1.10.2) (2025-08-29)

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

## [1.10.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.10.0...@bitgo/abstract-substrate@1.10.1) (2025-08-27)

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

# [1.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-substrate@1.9.2...@bitgo/abstract-substrate@1.10.0) (2025-08-22)

### Features
Expand Down
6 changes: 3 additions & 3 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.10.0",
"version": "1.10.4",
"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": "^36.5.0",
"@bitgo/sdk-core": "^36.8.0",
"@bitgo/sdk-lib-mpc": "^10.7.0",
"@bitgo/statics": "^57.5.0",
"@bitgo/statics": "^57.8.0",
"@polkadot/api": "14.1.1",
"@polkadot/keyring": "13.3.1",
"@polkadot/types": "14.1.1",
Expand Down
25 changes: 25 additions & 0 deletions modules/abstract-utxo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [9.26.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@9.25.2...@bitgo/abstract-utxo@9.26.0) (2025-09-03)

### Bug Fixes

- **abstract-utxo:** export transaction ([75d6552](https://github.com/BitGo/BitGoJS/commit/75d6552a73c19de53a95450ff46da28cd30f1c05))
- export bip322 types and utility functions ([d352531](https://github.com/BitGo/BitGoJS/commit/d3525316f2e5de4b48b4796857efc7c573c38170))

### Features

- **abstract-utxo:** add BIP322 message verification functionality ([531a83c](https://github.com/BitGo/BitGoJS/commit/531a83c16d9b187506068d57a27bab1bc5b3b865))

## [9.25.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@9.25.1...@bitgo/abstract-utxo@9.25.2) (2025-08-30)

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

## [9.25.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@9.25.0...@bitgo/abstract-utxo@9.25.1) (2025-08-29)

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

# [9.25.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@9.24.0...@bitgo/abstract-utxo@9.25.0) (2025-08-27)

### Features

- **abstract-utxo:** add BIP322 message serialization format ([b3f30de](https://github.com/BitGo/BitGoJS/commit/b3f30dedb715d29a1f180ba1b0f3d30d806fce6d))

# [9.24.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@9.23.0...@bitgo/abstract-utxo@9.24.0) (2025-08-22)

### Features
Expand Down
8 changes: 4 additions & 4 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.24.0",
"version": "9.26.0",
"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,10 +43,10 @@
},
"dependencies": {
"@bitgo/blockapis": "^1.11.0",
"@bitgo/sdk-api": "^1.67.0",
"@bitgo/sdk-core": "^36.5.0",
"@bitgo/sdk-api": "^1.68.3",
"@bitgo/sdk-core": "^36.8.0",
"@bitgo/unspents": "^0.49.0",
"@bitgo/utxo-core": "^1.17.0",
"@bitgo/utxo-core": "^1.19.0",
"@bitgo/utxo-lib": "^11.10.0",
"@bitgo/wasm-miniscript": "2.0.0-beta.7",
"@types/lodash": "^4.14.121",
Expand Down
16 changes: 16 additions & 0 deletions modules/account-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [27.10.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.10.3...@bitgo/account-lib@27.10.4) (2025-09-03)

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

## [27.10.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.10.2...@bitgo/account-lib@27.10.3) (2025-08-30)

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

## [27.10.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.10.1...@bitgo/account-lib@27.10.2) (2025-08-29)

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

## [27.10.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.10.0...@bitgo/account-lib@27.10.1) (2025-08-27)

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

# [27.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@27.9.4...@bitgo/account-lib@27.10.0) (2025-08-22)

### Bug Fixes
Expand Down
Loading