Skip to content

Commit

Permalink
Merge pull request #4983 from BitGo/rel/latest
Browse files Browse the repository at this point in the history
Rel/latest
  • Loading branch information
alebusse authored Oct 5, 2024
2 parents 8ef85c9 + 51fe857 commit 6ab0321
Show file tree
Hide file tree
Showing 141 changed files with 875 additions and 511 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@ RUN cd /var/bitgo-express && \
#LINK_END

#LABEL_START
LABEL created="Tue, 24 Sep 2024 19:16:16 GMT"
LABEL version=10.4.2
LABEL git_hash=002953d939e71e8ad2e349278264bd1d5cdbdb4a
LABEL created="Fri, 04 Oct 2024 01:21:20 GMT"
LABEL version=10.4.3
LABEL git_hash=46d7ad685ea88ad47b4f9e7dc4f45eee08515dc0
#LABEL_END

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

## [11.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-04)

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

## [11.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-09-24)

**Note:** Version bump only for package @bitgo/abstract-cosmos
Expand Down
8 changes: 4 additions & 4 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.0.7",
"version": "11.0.8",
"description": "BitGo SDK coin library for COSMOS base implementation",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -37,10 +37,10 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^28.7.0",
"@bitgo/sdk-core": "^28.8.0",
"@bitgo/sdk-lib-mpc": "^10.0.0",
"@bitgo/statics": "^50.0.0",
"@bitgo/utxo-lib": "^10.3.0",
"@bitgo/statics": "^50.1.0",
"@bitgo/utxo-lib": "^11.0.0",
"@cosmjs/amino": "^0.29.5",
"@cosmjs/crypto": "^0.30.1",
"@cosmjs/encoding": "^0.29.5",
Expand Down
6 changes: 6 additions & 0 deletions modules/abstract-eth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [22.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-04)

### Features

- **sdk-coin-avaxc:** add avaxc support for evm ccr ([b37f97b](https://github.com/BitGo/BitGoJS/commit/b37f97bf2aa1e7353e4ee15e53487c2f6024aa7e))

## [22.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-09-24)

**Note:** Version bump only for package @bitgo/abstract-eth
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": "22.1.2",
"version": "22.2.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": "^28.7.0",
"@bitgo/sdk-core": "^28.8.0",
"@bitgo/sdk-lib-mpc": "^10.0.0",
"@bitgo/statics": "^50.0.0",
"@bitgo/utxo-lib": "^10.3.0",
"@bitgo/statics": "^50.1.0",
"@bitgo/utxo-lib": "^11.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.54.3",
"@bitgo/sdk-test": "^8.0.43",
"@bitgo/sdk-api": "^1.55.0",
"@bitgo/sdk-test": "^8.0.44",
"secp256k1": "5.0.0"
}
}
4 changes: 4 additions & 0 deletions modules/abstract-lightning/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-04)

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

## [1.2.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-09-24)

**Note:** Version bump only for package @bitgo/abstract-lightning
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": "1.2.16",
"version": "1.2.17",
"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 @@ -37,7 +37,7 @@
]
},
"dependencies": {
"@bitgo/sdk-core": "^28.7.0",
"@bitgo/utxo-lib": "^10.3.0"
"@bitgo/sdk-core": "^28.8.0",
"@bitgo/utxo-lib": "^11.0.0"
}
}
16 changes: 16 additions & 0 deletions modules/abstract-utxo/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.

# [9.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-04)

### chore

- **utxo-lib:** remove unnecessary properties from WalletUnspent ([159f667](https://github.com/BitGo/BitGoJS/commit/159f66715cf8aa0f485d4df601556b0564cc6cfa))

### Features

- add btc testnet4 to sdk ([8edfa40](https://github.com/BitGo/BitGoJS/commit/8edfa40e24fa5061f104e7e59a8e55c2dd27a0b8))

### BREAKING CHANGES

- **utxo-lib:** removes fields from WalletUnspent type

Issue: BTC-1351

## [8.14.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-09-24)

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 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": "8.14.4",
"version": "9.0.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 @@ -37,11 +37,11 @@
]
},
"dependencies": {
"@bitgo/blockapis": "^1.10.4",
"@bitgo/sdk-api": "^1.54.3",
"@bitgo/sdk-core": "^28.7.0",
"@bitgo/unspents": "^0.47.10",
"@bitgo/utxo-lib": "^10.3.0",
"@bitgo/blockapis": "^1.10.5",
"@bitgo/sdk-api": "^1.55.0",
"@bitgo/sdk-core": "^28.8.0",
"@bitgo/unspents": "^0.47.11",
"@bitgo/utxo-lib": "^11.0.0",
"@bitgo/wasm-miniscript": "^1.3.0",
"@types/bluebird": "^3.5.25",
"@types/lodash": "^4.14.121",
Expand Down
4 changes: 4 additions & 0 deletions modules/account-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [23.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-10-04)

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

## [23.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-09-24)

**Note:** Version bump only for package @bitgo/account-lib
Expand Down
74 changes: 37 additions & 37 deletions modules/account-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitgo/account-lib",
"version": "23.1.6",
"version": "23.1.7",
"description": "BitGo's account library functions",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand All @@ -27,43 +27,43 @@
"node": ">=18 <21"
},
"dependencies": {
"@bitgo/sdk-coin-algo": "^2.1.36",
"@bitgo/sdk-coin-arbeth": "^21.0.30",
"@bitgo/sdk-coin-atom": "^13.0.7",
"@bitgo/sdk-coin-avaxc": "^5.0.30",
"@bitgo/sdk-coin-avaxp": "^5.0.37",
"@bitgo/sdk-coin-bera": "^2.1.6",
"@bitgo/sdk-coin-bld": "^3.0.7",
"@bitgo/sdk-coin-bsc": "^22.1.22",
"@bitgo/sdk-coin-celo": "^3.0.30",
"@bitgo/sdk-coin-coreum": "^21.0.7",
"@bitgo/sdk-coin-cspr": "^2.0.38",
"@bitgo/sdk-coin-dot": "^4.1.16",
"@bitgo/sdk-coin-etc": "^2.2.5",
"@bitgo/sdk-coin-eth": "^24.2.27",
"@bitgo/sdk-coin-eth2": "^3.0.37",
"@bitgo/sdk-coin-hash": "^3.0.7",
"@bitgo/sdk-coin-hbar": "^2.0.38",
"@bitgo/sdk-coin-injective": "^3.0.7",
"@bitgo/sdk-coin-islm": "^2.0.38",
"@bitgo/sdk-coin-near": "^2.0.38",
"@bitgo/sdk-coin-opeth": "^18.1.23",
"@bitgo/sdk-coin-osmo": "^3.0.7",
"@bitgo/sdk-coin-polygon": "^21.0.7",
"@bitgo/sdk-coin-rbtc": "^2.0.38",
"@bitgo/sdk-coin-sei": "^3.0.7",
"@bitgo/sdk-coin-sol": "^4.5.4",
"@bitgo/sdk-coin-stx": "^3.2.23",
"@bitgo/sdk-coin-sui": "^5.7.1",
"@bitgo/sdk-coin-tia": "^3.0.7",
"@bitgo/sdk-coin-ton": "^3.2.11",
"@bitgo/sdk-coin-trx": "^2.0.38",
"@bitgo/sdk-coin-xtz": "^2.1.36",
"@bitgo/sdk-coin-zeta": "^3.0.7",
"@bitgo/sdk-coin-zketh": "^2.0.30",
"@bitgo/sdk-core": "^28.7.0",
"@bitgo/sdk-coin-algo": "^2.1.37",
"@bitgo/sdk-coin-arbeth": "^21.0.31",
"@bitgo/sdk-coin-atom": "^13.0.8",
"@bitgo/sdk-coin-avaxc": "^5.1.0",
"@bitgo/sdk-coin-avaxp": "^5.0.38",
"@bitgo/sdk-coin-bera": "^2.2.0",
"@bitgo/sdk-coin-bld": "^3.0.8",
"@bitgo/sdk-coin-bsc": "^22.1.23",
"@bitgo/sdk-coin-celo": "^3.0.31",
"@bitgo/sdk-coin-coreum": "^21.0.8",
"@bitgo/sdk-coin-cspr": "^2.0.39",
"@bitgo/sdk-coin-dot": "^4.1.17",
"@bitgo/sdk-coin-etc": "^2.2.6",
"@bitgo/sdk-coin-eth": "^24.2.28",
"@bitgo/sdk-coin-eth2": "^3.0.38",
"@bitgo/sdk-coin-hash": "^3.0.8",
"@bitgo/sdk-coin-hbar": "^2.0.39",
"@bitgo/sdk-coin-injective": "^3.0.8",
"@bitgo/sdk-coin-islm": "^2.0.39",
"@bitgo/sdk-coin-near": "^2.0.39",
"@bitgo/sdk-coin-opeth": "^18.1.24",
"@bitgo/sdk-coin-osmo": "^3.0.8",
"@bitgo/sdk-coin-polygon": "^21.0.8",
"@bitgo/sdk-coin-rbtc": "^2.0.39",
"@bitgo/sdk-coin-sei": "^3.0.8",
"@bitgo/sdk-coin-sol": "^4.5.5",
"@bitgo/sdk-coin-stx": "^3.2.24",
"@bitgo/sdk-coin-sui": "^5.7.2",
"@bitgo/sdk-coin-tia": "^3.0.8",
"@bitgo/sdk-coin-ton": "^3.3.0",
"@bitgo/sdk-coin-trx": "^2.0.39",
"@bitgo/sdk-coin-xtz": "^2.1.37",
"@bitgo/sdk-coin-zeta": "^3.0.8",
"@bitgo/sdk-coin-zketh": "^2.0.31",
"@bitgo/sdk-core": "^28.8.0",
"@bitgo/sdk-lib-mpc": "^10.0.0",
"@bitgo/statics": "^50.0.0",
"@bitgo/statics": "^50.1.0",
"bignumber.js": "^9.1.1",
"bs58": "^4.0.1"
},
Expand Down
14 changes: 14 additions & 0 deletions modules/bitgo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [39.6.0](https://github.com/BitGo/BitGoJS/compare/[email protected]@39.6.0) (2024-10-04)

### Bug Fixes

- **sdk-core:** merge unit tests ([54bd2b7](https://github.com/BitGo/BitGoJS/commit/54bd2b7185f0749fde939cf84273adb3f71441df))
- **sdk-core:** remove logs ([dc22770](https://github.com/BitGo/BitGoJS/commit/dc22770e987e3de98e6e18f1fd585f1756a89f1e))

### Features

- add btc testnet4 to sdk ([8edfa40](https://github.com/BitGo/BitGoJS/commit/8edfa40e24fa5061f104e7e59a8e55c2dd27a0b8))
- **sdk-coin-bera:** add bera token support ([6dc002d](https://github.com/BitGo/BitGoJS/commit/6dc002d1c50eebee171256c732aab05a10337350))
- **sdk-core:** add new param to fanout interface ([7c98f35](https://github.com/BitGo/BitGoJS/commit/7c98f35a2da5da6708bec7cd8d3285a0518cca34))
- **sdk-core:** reserve unspents from the SDK ([42ffe16](https://github.com/BitGo/BitGoJS/commit/42ffe168022efc5828cb2f5e8747158ba4105ffd))

# [39.5.0](https://github.com/BitGo/BitGoJS/compare/[email protected]@39.5.0) (2024-09-24)

### Bug Fixes
Expand Down
Loading

0 comments on commit 6ab0321

Please sign in to comment.