Skip to content

Commit

Permalink
chore(release): publish modules
Browse files Browse the repository at this point in the history
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - [email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]
 - @bitgo/[email protected]

WP-858
  • Loading branch information
alebusse committed Oct 20, 2023
1 parent e8b3c2f commit c857efd
Show file tree
Hide file tree
Showing 136 changed files with 1,168 additions and 500 deletions.
12 changes: 12 additions & 0 deletions modules/abstract-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-10-20)

### Bug Fixes

- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae))
- **abstract-cosmos:** getAccountDetails fix ([3c869f2](https://github.com/BitGo/BitGoJS/commit/3c869f22ce9db917feaa75acec8a47696043bcd3))

### Features

- **abstract-cosmos:** add support for different pubkey types ([e257093](https://github.com/BitGo/BitGoJS/commit/e257093605a4bfe22fbe0b0f9933bfef1a3975c6))
- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))

# [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-10-18)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 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": "1.7.0",
"version": "1.8.0",
"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": "^8.25.0",
"@bitgo/sdk-lib-mpc": "^8.14.0",
"@bitgo/statics": "^28.0.0",
"@bitgo/utxo-lib": "^9.15.0",
"@bitgo/sdk-core": "^8.26.0",
"@bitgo/sdk-lib-mpc": "^8.15.0",
"@bitgo/statics": "^29.0.0",
"@bitgo/utxo-lib": "^9.16.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.

# [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-10-20)

### Features

- **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))

# [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-10-18)

### 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": "1.5.0",
"version": "1.6.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 @@ -37,10 +37,10 @@
]
},
"dependencies": {
"@bitgo/sdk-coin-eth": "^4.9.0",
"@bitgo/sdk-core": "^8.25.0",
"@bitgo/statics": "^28.0.0",
"@bitgo/utxo-lib": "^9.15.0",
"@bitgo/sdk-coin-eth": "^4.10.0",
"@bitgo/sdk-core": "^8.26.0",
"@bitgo/statics": "^29.0.0",
"@bitgo/utxo-lib": "^9.16.0",
"bignumber.js": "^8.0.1"
}
}
11 changes: 11 additions & 0 deletions modules/abstract-utxo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-10-20)

### Bug Fixes

- **abstract-utxo:** upper case address should return false ([f0b6c46](https://github.com/BitGo/BitGoJS/commit/f0b6c467daaa0e43bb2923993fb238c7a4ce6f59))

### Features

- **abstract-utxo:** change api used for bitcoin recovery from blockstream to blockchair ([6da5791](https://github.com/BitGo/BitGoJS/commit/6da5791bce2fc73d5d77c1eee6cb581b60da2079))
- **bitgo:** calculate fees explicitly for psbts ([7a7e288](https://github.com/BitGo/BitGoJS/commit/7a7e288c63718a112abf633b842e7538d1e25693))

# [3.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-10-18)

### 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": "3.17.0",
"version": "3.18.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.7.15",
"@bitgo/sdk-api": "^1.23.0",
"@bitgo/sdk-core": "^8.25.0",
"@bitgo/unspents": "^0.27.0",
"@bitgo/utxo-lib": "^9.15.0",
"@bitgo/blockapis": "^1.7.16",
"@bitgo/sdk-api": "^1.24.0",
"@bitgo/sdk-core": "^8.26.0",
"@bitgo/unspents": "^0.28.0",
"@bitgo/utxo-lib": "^9.16.0",
"@types/bluebird": "^3.5.25",
"@types/lodash": "^4.14.121",
"@types/superagent": "4.1.15",
Expand Down
19 changes: 19 additions & 0 deletions modules/account-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-10-20)

### Bug Fixes

- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7))

### Features

- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4))
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3))
- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))

# [4.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2023-10-18)

### Bug Fixes
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": "4.14.0",
"version": "4.15.0",
"description": "BitGo's account library functions",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand All @@ -27,42 +27,42 @@
"node": ">=16 <19"
},
"dependencies": {
"@bitgo/sdk-coin-algo": "^1.6.0",
"@bitgo/sdk-coin-arbeth": "^1.1.0",
"@bitgo/sdk-coin-atom": "^3.7.0",
"@bitgo/sdk-coin-avaxc": "^2.8.0",
"@bitgo/sdk-coin-avaxp": "^3.7.12",
"@bitgo/sdk-coin-bera": "^1.1.0",
"@bitgo/sdk-coin-bld": "^1.5.0",
"@bitgo/sdk-coin-bsc": "^3.9.0",
"@bitgo/sdk-coin-celo": "^1.5.12",
"@bitgo/sdk-coin-core": "^1.1.0",
"@bitgo/sdk-coin-cspr": "^1.6.0",
"@bitgo/sdk-coin-dot": "^3.14.0",
"@bitgo/sdk-coin-etc": "^1.4.12",
"@bitgo/sdk-coin-eth": "^4.9.0",
"@bitgo/sdk-coin-eth2": "^1.4.12",
"@bitgo/sdk-coin-hash": "^1.5.0",
"@bitgo/sdk-coin-hbar": "^1.5.12",
"@bitgo/sdk-coin-injective": "^1.5.0",
"@bitgo/sdk-coin-islm": "^1.1.0",
"@bitgo/sdk-coin-near": "^1.6.12",
"@bitgo/sdk-coin-opeth": "^1.1.0",
"@bitgo/sdk-coin-osmo": "^1.7.0",
"@bitgo/sdk-coin-polygon": "^1.9.0",
"@bitgo/sdk-coin-rbtc": "^1.5.12",
"@bitgo/sdk-coin-sei": "^1.5.0",
"@bitgo/sdk-coin-sol": "^2.19.0",
"@bitgo/sdk-coin-stx": "^2.3.12",
"@bitgo/sdk-coin-sui": "^4.4.0",
"@bitgo/sdk-coin-tia": "^1.5.0",
"@bitgo/sdk-coin-ton": "^1.1.0",
"@bitgo/sdk-coin-trx": "^1.17.0",
"@bitgo/sdk-coin-xtz": "^1.6.12",
"@bitgo/sdk-coin-zeta": "^1.10.0",
"@bitgo/sdk-core": "^8.25.0",
"@bitgo/sdk-lib-mpc": "^8.14.0",
"@bitgo/statics": "^28.0.0",
"@bitgo/sdk-coin-algo": "^1.7.0",
"@bitgo/sdk-coin-arbeth": "^1.2.0",
"@bitgo/sdk-coin-atom": "^3.8.0",
"@bitgo/sdk-coin-avaxc": "^2.9.0",
"@bitgo/sdk-coin-avaxp": "^3.7.13",
"@bitgo/sdk-coin-bera": "^1.2.0",
"@bitgo/sdk-coin-bld": "^1.6.0",
"@bitgo/sdk-coin-bsc": "^3.10.0",
"@bitgo/sdk-coin-celo": "^1.5.13",
"@bitgo/sdk-coin-core": "^1.2.0",
"@bitgo/sdk-coin-cspr": "^1.7.0",
"@bitgo/sdk-coin-dot": "^3.15.0",
"@bitgo/sdk-coin-etc": "^1.4.13",
"@bitgo/sdk-coin-eth": "^4.10.0",
"@bitgo/sdk-coin-eth2": "^1.4.13",
"@bitgo/sdk-coin-hash": "^1.6.0",
"@bitgo/sdk-coin-hbar": "^1.5.13",
"@bitgo/sdk-coin-injective": "^1.6.0",
"@bitgo/sdk-coin-islm": "^1.2.0",
"@bitgo/sdk-coin-near": "^1.6.13",
"@bitgo/sdk-coin-opeth": "^1.2.0",
"@bitgo/sdk-coin-osmo": "^1.8.0",
"@bitgo/sdk-coin-polygon": "^1.10.0",
"@bitgo/sdk-coin-rbtc": "^1.5.13",
"@bitgo/sdk-coin-sei": "^1.6.0",
"@bitgo/sdk-coin-sol": "^2.20.0",
"@bitgo/sdk-coin-stx": "^2.3.13",
"@bitgo/sdk-coin-sui": "^4.5.0",
"@bitgo/sdk-coin-tia": "^1.6.0",
"@bitgo/sdk-coin-ton": "^1.2.0",
"@bitgo/sdk-coin-trx": "^1.18.0",
"@bitgo/sdk-coin-xtz": "^1.6.13",
"@bitgo/sdk-coin-zeta": "^1.11.0",
"@bitgo/sdk-core": "^8.26.0",
"@bitgo/sdk-lib-mpc": "^8.15.0",
"@bitgo/statics": "^29.0.0",
"bignumber.js": "^9.0.0",
"bs58": "^4.0.1"
},
Expand Down
32 changes: 32 additions & 0 deletions modules/bitgo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [19.20.0](https://github.com/BitGo/BitGoJS/compare/[email protected]@19.20.0) (2023-10-20)

### Bug Fixes

- **abstract-utxo:** upper case address should return false ([f0b6c46](https://github.com/BitGo/BitGoJS/commit/f0b6c467daaa0e43bb2923993fb238c7a4ce6f59))
- ensure no pending mocks linger after test ([1a4e0e9](https://github.com/BitGo/BitGoJS/commit/1a4e0e9cba2a3ad8cd7af74c34e18e113f195a3c))
- remove .nvmrc file ([a3edcc3](https://github.com/BitGo/BitGoJS/commit/a3edcc3725570d65154d541a932025bc3ad4416b))
- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
- **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021))
- **sdk-core:** handle txRequest full PA before signing ([9de0eae](https://github.com/BitGo/BitGoJS/commit/9de0eae7cab1ad406e80a818555a7c8557b47eb3))

### Features

- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
- **bitgo:** add Ton skeleton ([fa49bde](https://github.com/BitGo/BitGoJS/commit/fa49bde246d3b4f22de25a1da9e079aad9f2551d))
- **bitgo:** calculate fees explicitly for psbts ([7a7e288](https://github.com/BitGo/BitGoJS/commit/7a7e288c63718a112abf633b842e7538d1e25693))
- improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b))
- **sdk-coin-algo:** support for token enablement ([af718c9](https://github.com/BitGo/BitGoJS/commit/af718c992d0663722fe951f0a29a20825ba0e91c))
- **sdk-coin-arbeth:** add arbeth sdk skeleton ([f86018e](https://github.com/BitGo/BitGoJS/commit/f86018eef56adf22b5539bfb8716175eb1fb152e))
- **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f))
- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d))
- **sdk-coin-core:** add coreum sdk ([af73ccd](https://github.com/BitGo/BitGoJS/commit/af73ccd445b52dcf378ebd18260e628de0687043))
- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596))
- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
- **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1))
- **sdk-core:** add helpers to support resigning ent challenges ([e9bb150](https://github.com/BitGo/BitGoJS/commit/e9bb1505af331f6caa7b0bcda2037483f57238fd))
- **sdk-core:** add new method to sign tss txs ([3e2654d](https://github.com/BitGo/BitGoJS/commit/3e2654d31baae8723d5a449ed79be14980410e1b))
- **sdk-core:** use BuildParams codec in Wallet.sendAccountConsolidation ([7d340ec](https://github.com/BitGo/BitGoJS/commit/7d340ec674116badf3b05aadf1d9aae130a8c69d))
- **statics:** add arbeth coin config ([2d84aa4](https://github.com/BitGo/BitGoJS/commit/2d84aa4cee970aab91bb27a391390e7d257d6349))
- **statics:** add Berachain & Haqq ([988cfd4](https://github.com/BitGo/BitGoJS/commit/988cfd4cd40d0f3fc72b6c080ec19a0acf1b55b4))
- **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278))

# [19.19.0](https://github.com/BitGo/BitGoJS/compare/[email protected]@19.19.0) (2023-10-18)

### Bug Fixes
Expand Down
Loading

0 comments on commit c857efd

Please sign in to comment.