diff --git a/Dockerfile b/Dockerfile index 589149be3f..c88aa2348b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # An elaborated scheme to build all the dependencies of all packages first in a cached layer # https://stackoverflow.com/a/63142468/134409 # https://medium.com/@emilefugulin/building-a-sane-docker-image-for-typescript-lerna-and-prisma-2-76d8ff9926e4 -FROM node:16-buster-slim@sha256:1d5b38c2dc2a7752a13818dfef9c0ad752cbc3becee097053fac460a57120a8b AS filter-packages-json +FROM node:20-buster-slim@sha256:134bee0381294078c5f2750f26573ac30bc7c5be8dec922498dc4b0217f4ba2b AS filter-packages-json LABEL maintainer="Developer Relations " COPY package.json yarn.lock lerna.json ./ @@ -12,7 +12,7 @@ COPY modules ./modules # delete all the non package.json files under `./modules/` RUN find modules \! -name "package.json" -mindepth 2 -maxdepth 2 -print | xargs rm -rf -FROM node:16-buster-slim@sha256:1d5b38c2dc2a7752a13818dfef9c0ad752cbc3becee097053fac460a57120a8b AS builder +FROM node:20-buster-slim@sha256:134bee0381294078c5f2750f26573ac30bc7c5be8dec922498dc4b0217f4ba2b AS builder RUN apt-get update && apt-get install -y git python3 make g++ libtool autoconf automake WORKDIR /tmp/bitgo COPY --from=filter-packages-json /tmp/bitgo . @@ -31,7 +31,7 @@ RUN \ rm -r modules/*/src -FROM node:16-buster-slim@sha256:1d5b38c2dc2a7752a13818dfef9c0ad752cbc3becee097053fac460a57120a8b +FROM node:20-buster-slim@sha256:134bee0381294078c5f2750f26573ac30bc7c5be8dec922498dc4b0217f4ba2b RUN apt-get update && apt-get install -y tini # copy the root node_modules to the bitgo-express parent node_modules COPY --from=builder /tmp/bitgo/node_modules /var/node_modules/ @@ -55,10 +55,10 @@ COPY --from=builder /tmp/bitgo/modules/account-lib /var/modules/account-lib/ COPY --from=builder /tmp/bitgo/modules/sdk-coin-algo /var/modules/sdk-coin-algo/ COPY --from=builder /tmp/bitgo/modules/sdk-coin-arbeth /var/modules/sdk-coin-arbeth/ COPY --from=builder /tmp/bitgo/modules/abstract-eth /var/modules/abstract-eth/ -COPY --from=builder /tmp/bitgo/modules/sdk-coin-eth /var/modules/sdk-coin-eth/ COPY --from=builder /tmp/bitgo/modules/sdk-coin-atom /var/modules/sdk-coin-atom/ COPY --from=builder /tmp/bitgo/modules/sdk-coin-avaxc /var/modules/sdk-coin-avaxc/ COPY --from=builder /tmp/bitgo/modules/sdk-coin-avaxp /var/modules/sdk-coin-avaxp/ +COPY --from=builder /tmp/bitgo/modules/sdk-coin-eth /var/modules/sdk-coin-eth/ COPY --from=builder /tmp/bitgo/modules/sdk-coin-bera /var/modules/sdk-coin-bera/ COPY --from=builder /tmp/bitgo/modules/abstract-cosmos /var/modules/abstract-cosmos/ COPY --from=builder /tmp/bitgo/modules/sdk-coin-bld /var/modules/sdk-coin-bld/ @@ -120,10 +120,10 @@ cd /var/modules/account-lib && yarn link && \ cd /var/modules/sdk-coin-algo && yarn link && \ cd /var/modules/sdk-coin-arbeth && yarn link && \ cd /var/modules/abstract-eth && yarn link && \ -cd /var/modules/sdk-coin-eth && yarn link && \ cd /var/modules/sdk-coin-atom && yarn link && \ cd /var/modules/sdk-coin-avaxc && yarn link && \ cd /var/modules/sdk-coin-avaxp && yarn link && \ +cd /var/modules/sdk-coin-eth && yarn link && \ cd /var/modules/sdk-coin-bera && yarn link && \ cd /var/modules/abstract-cosmos && yarn link && \ cd /var/modules/sdk-coin-bld && yarn link && \ @@ -188,10 +188,10 @@ RUN cd /var/bitgo-express && \ yarn link @bitgo/sdk-coin-algo && \ yarn link @bitgo/sdk-coin-arbeth && \ yarn link @bitgo/abstract-eth && \ - yarn link @bitgo/sdk-coin-eth && \ yarn link @bitgo/sdk-coin-atom && \ yarn link @bitgo/sdk-coin-avaxc && \ yarn link @bitgo/sdk-coin-avaxp && \ + yarn link @bitgo/sdk-coin-eth && \ yarn link @bitgo/sdk-coin-bera && \ yarn link @bitgo/abstract-cosmos && \ yarn link @bitgo/sdk-coin-bld && \ @@ -238,9 +238,9 @@ RUN cd /var/bitgo-express && \ #LINK_END #LABEL_START -LABEL created="Fri, 20 Oct 2023 19:26:49 GMT" -LABEL version=9.42.0 -LABEL git_hash=c857efdab519f0549c061ec7b94140ba9af55c4f +LABEL created="Tue, 14 Nov 2023 15:29:31 GMT" +LABEL version=9.45.0 +LABEL git_hash=b3360aee26ed01df122e6ce3875f1bcea9724c96 #LABEL_END USER node diff --git a/modules/abstract-cosmos/CHANGELOG.md b/modules/abstract-cosmos/CHANGELOG.md index d93c136668..4c3c604e75 100644 --- a/modules/abstract-cosmos/CHANGELOG.md +++ b/modules/abstract-cosmos/CHANGELOG.md @@ -3,6 +3,45 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.11.0) (2023-11-13) + +### 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)) +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) + +### 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.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.10.0) (2023-11-13) + +### 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)) +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) + +### 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.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.9.0) (2023-11-13) + +### 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)) +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) + +### 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.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-cosmos@1.6.0...@bitgo/abstract-cosmos@1.8.0) (2023-10-20) ### Bug Fixes diff --git a/modules/abstract-cosmos/package.json b/modules/abstract-cosmos/package.json index 979ab24226..795a573a56 100644 --- a/modules/abstract-cosmos/package.json +++ b/modules/abstract-cosmos/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/abstract-cosmos", - "version": "1.8.0", + "version": "1.11.0", "description": "BitGo SDK coin library for COSMOS base implementation", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -37,10 +37,10 @@ ] }, "dependencies": { - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/sdk-lib-mpc": "^8.15.0", - "@bitgo/statics": "^29.0.0", - "@bitgo/utxo-lib": "^9.16.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/sdk-lib-mpc": "^8.18.0", + "@bitgo/statics": "^32.0.0", + "@bitgo/utxo-lib": "^9.19.0", "@cosmjs/amino": "^0.29.5", "@cosmjs/crypto": "^0.30.1", "@cosmjs/encoding": "^0.29.5", diff --git a/modules/abstract-eth/CHANGELOG.md b/modules/abstract-eth/CHANGELOG.md index 9b385f1514..600f2af478 100644 --- a/modules/abstract-eth/CHANGELOG.md +++ b/modules/abstract-eth/CHANGELOG.md @@ -3,6 +3,135 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@4.0.0) (2023-11-13) + +### Code Refactoring + +- **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea)) +- **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a)) +- **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212)) + +### Features + +- **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0)) + +### BREAKING CHANGES + +- **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild + interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. + getCustomChainName method is removed from Polygon class because a common + method getCustomChainCommon has been added to AbstractEthLikeNewCoins + class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins + and needs to be passed to derive the Eth common object from the chainId. + signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that + it can be used for other EthLike coins. getBaseFactor method in Eth + and Polygon class returns number instead of string just to align with + AbstractEthLikeCoin + Ticket: WIN-1012 +- **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added + a new class AbstractEthLikeNewCoins which will be having both multisig + and MPC related methods + +TICKET: WIN-1021 + +- **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken + class in abstract-eth module because TransactionBuilder in the + abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can + be added to the class that will inherit EthLikeToken class + +TransactionPrebuild from new class AbstractEthLikeNewCoins is being +exported now instead of TransactionPrebuild from AbstractEthLikeCoin +class as the TransactionPrebuild from AbstractEthLikeNewCoins also has +support for hop transactions, batch transactions, etc + +TICKET: WIN-1021 + +# [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@3.0.0) (2023-11-13) + +### Code Refactoring + +- **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea)) +- **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a)) +- **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212)) + +### Features + +- **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0)) + +### BREAKING CHANGES + +- **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild + interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. + getCustomChainName method is removed from Polygon class because a common + method getCustomChainCommon has been added to AbstractEthLikeNewCoins + class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins + and needs to be passed to derive the Eth common object from the chainId. + signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that + it can be used for other EthLike coins. getBaseFactor method in Eth + and Polygon class returns number instead of string just to align with + AbstractEthLikeCoin + Ticket: WIN-1012 +- **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added + a new class AbstractEthLikeNewCoins which will be having both multisig + and MPC related methods + +TICKET: WIN-1021 + +- **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken + class in abstract-eth module because TransactionBuilder in the + abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can + be added to the class that will inherit EthLikeToken class + +TransactionPrebuild from new class AbstractEthLikeNewCoins is being +exported now instead of TransactionPrebuild from AbstractEthLikeCoin +class as the TransactionPrebuild from AbstractEthLikeNewCoins also has +support for hop transactions, batch transactions, etc + +TICKET: WIN-1021 + +# [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@2.0.0) (2023-11-13) + +### Code Refactoring + +- **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea)) +- **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a)) +- **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212)) + +### Features + +- **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0)) + +### BREAKING CHANGES + +- **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild + interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. + getCustomChainName method is removed from Polygon class because a common + method getCustomChainCommon has been added to AbstractEthLikeNewCoins + class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins + and needs to be passed to derive the Eth common object from the chainId. + signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that + it can be used for other EthLike coins. getBaseFactor method in Eth + and Polygon class returns number instead of string just to align with + AbstractEthLikeCoin + Ticket: WIN-1012 +- **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added + a new class AbstractEthLikeNewCoins which will be having both multisig + and MPC related methods + +TICKET: WIN-1021 + +- **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken + class in abstract-eth module because TransactionBuilder in the + abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can + be added to the class that will inherit EthLikeToken class + +TransactionPrebuild from new class AbstractEthLikeNewCoins is being +exported now instead of TransactionPrebuild from AbstractEthLikeCoin +class as the TransactionPrebuild from AbstractEthLikeNewCoins also has +support for hop transactions, batch transactions, etc + +TICKET: WIN-1021 + # [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.6.0) (2023-10-20) ### Features diff --git a/modules/abstract-eth/package.json b/modules/abstract-eth/package.json index 1b6044d4f2..7977ef5134 100644 --- a/modules/abstract-eth/package.json +++ b/modules/abstract-eth/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/abstract-eth", - "version": "1.6.0", + "version": "4.0.0", "description": "BitGo SDK coin library for ETH base implementation", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -37,21 +37,21 @@ ] }, "dependencies": { - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", - "@bitgo/utxo-lib": "^9.16.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/sdk-lib-mpc": "^8.18.0", + "@bitgo/statics": "^32.0.0", + "@bitgo/utxo-lib": "^9.19.0", "@ethereumjs/common": "^2.6.5", "@ethereumjs/tx": "^3.3.0", + "@metamask/eth-sig-util": "^5.0.2", "bignumber.js": "^9.1.1", "bn.js": "^5.2.1", "debug": "^3.1.0", "ethereumjs-abi": "^0.6.5", "ethereumjs-util": "7.1.5", "ethers": "^5.1.3", - "lodash": "4.17.21", "keccak": "^3.0.3", - "secp256k1": "5.0.0", - "@bitgo/sdk-lib-mpc": "^8.15.0", - "@metamask/eth-sig-util": "^5.0.2" + "lodash": "4.17.21", + "secp256k1": "5.0.0" } } diff --git a/modules/abstract-utxo/CHANGELOG.md b/modules/abstract-utxo/CHANGELOG.md index 975aa18982..efb8878ca2 100644 --- a/modules/abstract-utxo/CHANGELOG.md +++ b/modules/abstract-utxo/CHANGELOG.md @@ -3,6 +3,42 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.21.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@3.5.0...@bitgo/abstract-utxo@3.21.0) (2023-11-13) + +### 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)) +- use psbt for prebuild when wallet is distributedCustody ([10f5e1a](https://github.com/BitGo/BitGoJS/commit/10f5e1ab37d2bea6acd93f94defbe786e4a027b9)) + +# [3.20.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@3.5.0...@bitgo/abstract-utxo@3.20.0) (2023-11-13) + +### 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)) +- use psbt for prebuild when wallet is distributedCustody ([10f5e1a](https://github.com/BitGo/BitGoJS/commit/10f5e1ab37d2bea6acd93f94defbe786e4a027b9)) + +# [3.19.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@3.5.0...@bitgo/abstract-utxo@3.19.0) (2023-11-13) + +### 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)) +- use psbt for prebuild when wallet is distributedCustody ([10f5e1a](https://github.com/BitGo/BitGoJS/commit/10f5e1ab37d2bea6acd93f94defbe786e4a027b9)) + # [3.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@3.5.0...@bitgo/abstract-utxo@3.18.0) (2023-10-20) ### Bug Fixes diff --git a/modules/abstract-utxo/package.json b/modules/abstract-utxo/package.json index 04f93fdcf8..53f00c5eac 100644 --- a/modules/abstract-utxo/package.json +++ b/modules/abstract-utxo/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/abstract-utxo", - "version": "3.18.0", + "version": "3.21.0", "description": "BitGo SDK coin library for UTXO base implementation", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -37,11 +37,11 @@ ] }, "dependencies": { - "@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", + "@bitgo/blockapis": "^1.7.19", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/unspents": "^0.31.0", + "@bitgo/utxo-lib": "^9.19.0", "@types/bluebird": "^3.5.25", "@types/lodash": "^4.14.121", "@types/superagent": "4.1.15", diff --git a/modules/account-lib/CHANGELOG.md b/modules/account-lib/CHANGELOG.md index 03220e5a86..24c0a81f3c 100644 --- a/modules/account-lib/CHANGELOG.md +++ b/modules/account-lib/CHANGELOG.md @@ -3,6 +3,96 @@ 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/account-lib@4.12.0...@bitgo/account-lib@7.0.0) (2023-11-13) + +### Bug Fixes + +- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44)) +- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0)) +- **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)) +- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) + +### Code Refactoring + +- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb)) + +### 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)) + +### BREAKING CHANGES + +- rename coin module, coin name, named exports for coreum + +# [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@6.0.0) (2023-11-13) + +### Bug Fixes + +- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44)) +- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0)) +- **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)) +- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) + +### Code Refactoring + +- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb)) + +### 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)) + +### BREAKING CHANGES + +- rename coin module, coin name, named exports for coreum + +# [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@5.0.0) (2023-11-13) + +### Bug Fixes + +- **account-lib:** pin substrate txwrapper ([e0c4b16](https://github.com/BitGo/BitGoJS/commit/e0c4b16615ab47326dce0da3712f0faa572bae44)) +- rename coin 'core' to 'coreum' in coinBuilderMap ([e85f658](https://github.com/BitGo/BitGoJS/commit/e85f658bd42490112716e5ffcb9f6e32f15bd5a0)) +- **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)) +- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) + +### Code Refactoring + +- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb)) + +### 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)) + +### BREAKING CHANGES + +- rename coin module, coin name, named exports for coreum + # [4.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.12.0...@bitgo/account-lib@4.15.0) (2023-10-20) ### Bug Fixes diff --git a/modules/account-lib/package.json b/modules/account-lib/package.json index b2faa613f9..e979370b72 100644 --- a/modules/account-lib/package.json +++ b/modules/account-lib/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/account-lib", - "version": "4.15.0", + "version": "7.0.0", "description": "BitGo's account library functions", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -27,42 +27,42 @@ "node": ">=16 <21" }, "dependencies": { - "@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-coreum": "^1.0.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", + "@bitgo/sdk-coin-algo": "^1.10.0", + "@bitgo/sdk-coin-arbeth": "^4.0.0", + "@bitgo/sdk-coin-atom": "^3.11.0", + "@bitgo/sdk-coin-avaxc": "^2.12.0", + "@bitgo/sdk-coin-avaxp": "^3.7.16", + "@bitgo/sdk-coin-bera": "^1.5.0", + "@bitgo/sdk-coin-bld": "^1.9.0", + "@bitgo/sdk-coin-bsc": "^6.0.0", + "@bitgo/sdk-coin-celo": "^1.5.16", + "@bitgo/sdk-coin-coreum": "^4.0.0", + "@bitgo/sdk-coin-cspr": "^1.10.0", + "@bitgo/sdk-coin-dot": "^3.18.0", + "@bitgo/sdk-coin-etc": "^1.4.16", + "@bitgo/sdk-coin-eth": "^7.0.0", + "@bitgo/sdk-coin-eth2": "^1.4.16", + "@bitgo/sdk-coin-hash": "^1.9.0", + "@bitgo/sdk-coin-hbar": "^1.5.16", + "@bitgo/sdk-coin-injective": "^1.9.0", + "@bitgo/sdk-coin-islm": "^1.5.0", + "@bitgo/sdk-coin-near": "^1.6.16", + "@bitgo/sdk-coin-opeth": "^1.5.0", + "@bitgo/sdk-coin-osmo": "^1.11.0", + "@bitgo/sdk-coin-polygon": "^4.0.0", + "@bitgo/sdk-coin-rbtc": "^1.5.16", + "@bitgo/sdk-coin-sei": "^1.9.0", + "@bitgo/sdk-coin-sol": "^2.23.0", + "@bitgo/sdk-coin-stx": "^2.3.16", + "@bitgo/sdk-coin-sui": "^4.8.0", + "@bitgo/sdk-coin-tia": "^1.9.0", + "@bitgo/sdk-coin-ton": "^1.5.0", + "@bitgo/sdk-coin-trx": "^1.21.0", + "@bitgo/sdk-coin-xtz": "^1.6.16", + "@bitgo/sdk-coin-zeta": "^1.14.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/sdk-lib-mpc": "^8.18.0", + "@bitgo/statics": "^32.0.0", "bignumber.js": "^9.1.1", "bs58": "^4.0.1" }, diff --git a/modules/bitgo/CHANGELOG.md b/modules/bitgo/CHANGELOG.md index 9554749b35..9d47d74e63 100644 --- a/modules/bitgo/CHANGELOG.md +++ b/modules/bitgo/CHANGELOG.md @@ -3,6 +3,165 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [22.0.0](https://github.com/BitGo/BitGoJS/compare/bitgo@19.7.0...bitgo@22.0.0) (2023-11-13) + +### 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:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) +- **sdk-core:** handle txRequest full PA before signing ([9de0eae](https://github.com/BitGo/BitGoJS/commit/9de0eae7cab1ad406e80a818555a7c8557b47eb3)) + +### Code Refactoring + +- **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a)) +- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb)) + +### 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)) + +### BREAKING CHANGES + +- **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild + interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. + getCustomChainName method is removed from Polygon class because a common + method getCustomChainCommon has been added to AbstractEthLikeNewCoins + class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins + and needs to be passed to derive the Eth common object from the chainId. + signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that + it can be used for other EthLike coins. getBaseFactor method in Eth + and Polygon class returns number instead of string just to align with + AbstractEthLikeCoin + Ticket: WIN-1012 +- rename coin module, coin name, named exports for coreum + +# [21.0.0](https://github.com/BitGo/BitGoJS/compare/bitgo@19.7.0...bitgo@21.0.0) (2023-11-13) + +### 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:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) +- **sdk-core:** handle txRequest full PA before signing ([9de0eae](https://github.com/BitGo/BitGoJS/commit/9de0eae7cab1ad406e80a818555a7c8557b47eb3)) + +### Code Refactoring + +- **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a)) +- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb)) + +### 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)) + +### BREAKING CHANGES + +- **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild + interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. + getCustomChainName method is removed from Polygon class because a common + method getCustomChainCommon has been added to AbstractEthLikeNewCoins + class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins + and needs to be passed to derive the Eth common object from the chainId. + signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that + it can be used for other EthLike coins. getBaseFactor method in Eth + and Polygon class returns number instead of string just to align with + AbstractEthLikeCoin + Ticket: WIN-1012 +- rename coin module, coin name, named exports for coreum + +# [20.0.0](https://github.com/BitGo/BitGoJS/compare/bitgo@19.7.0...bitgo@20.0.0) (2023-11-13) + +### 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:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) +- **sdk-core:** handle txRequest full PA before signing ([9de0eae](https://github.com/BitGo/BitGoJS/commit/9de0eae7cab1ad406e80a818555a7c8557b47eb3)) + +### Code Refactoring + +- **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a)) +- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb)) + +### 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)) + +### BREAKING CHANGES + +- **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild + interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. + getCustomChainName method is removed from Polygon class because a common + method getCustomChainCommon has been added to AbstractEthLikeNewCoins + class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins + and needs to be passed to derive the Eth common object from the chainId. + signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that + it can be used for other EthLike coins. getBaseFactor method in Eth + and Polygon class returns number instead of string just to align with + AbstractEthLikeCoin + Ticket: WIN-1012 +- rename coin module, coin name, named exports for coreum + # [19.20.0](https://github.com/BitGo/BitGoJS/compare/bitgo@19.7.0...bitgo@19.20.0) (2023-10-20) ### Bug Fixes diff --git a/modules/bitgo/package.json b/modules/bitgo/package.json index 7e3fe3da67..7510a587e6 100644 --- a/modules/bitgo/package.json +++ b/modules/bitgo/package.json @@ -1,6 +1,6 @@ { "name": "bitgo", - "version": "19.20.0", + "version": "22.0.0", "description": "BitGo JavaScript SDK", "main": "./dist/src/index.js", "types": "./dist/types/src/index.d.ts", @@ -44,63 +44,63 @@ "gen-docs": "typedoc" }, "dependencies": { - "@bitgo/abstract-utxo": "^3.18.0", - "@bitgo/account-lib": "^4.15.0", - "@bitgo/blockapis": "^1.7.16", - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-coin-ada": "^2.17.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-bch": "^1.5.13", - "@bitgo/sdk-coin-bcha": "^1.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-bsv": "^1.5.13", - "@bitgo/sdk-coin-btc": "^1.7.13", - "@bitgo/sdk-coin-btg": "^1.5.13", - "@bitgo/sdk-coin-celo": "^1.5.13", - "@bitgo/sdk-coin-coreum": "^1.0.0", - "@bitgo/sdk-coin-cspr": "^1.7.0", - "@bitgo/sdk-coin-dash": "^1.5.13", - "@bitgo/sdk-coin-doge": "^1.12.13", - "@bitgo/sdk-coin-dot": "^3.15.0", - "@bitgo/sdk-coin-eos": "^1.5.13", - "@bitgo/sdk-coin-etc": "^1.4.13", - "@bitgo/sdk-coin-eth": "^4.10.0", - "@bitgo/sdk-coin-eth2": "^1.4.13", - "@bitgo/sdk-coin-ethw": "^1.5.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-ltc": "^2.2.13", - "@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-xlm": "^2.5.0", - "@bitgo/sdk-coin-xrp": "^1.7.13", - "@bitgo/sdk-coin-xtz": "^1.6.13", - "@bitgo/sdk-coin-zec": "^1.5.13", - "@bitgo/sdk-coin-zeta": "^1.11.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/sdk-lib-mpc": "^8.15.0", + "@bitgo/abstract-utxo": "^3.21.0", + "@bitgo/account-lib": "^7.0.0", + "@bitgo/blockapis": "^1.7.19", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-coin-ada": "^2.20.0", + "@bitgo/sdk-coin-algo": "^1.10.0", + "@bitgo/sdk-coin-arbeth": "^4.0.0", + "@bitgo/sdk-coin-atom": "^3.11.0", + "@bitgo/sdk-coin-avaxc": "^2.12.0", + "@bitgo/sdk-coin-avaxp": "^3.7.16", + "@bitgo/sdk-coin-bch": "^1.5.16", + "@bitgo/sdk-coin-bcha": "^1.7.16", + "@bitgo/sdk-coin-bera": "^1.5.0", + "@bitgo/sdk-coin-bld": "^1.9.0", + "@bitgo/sdk-coin-bsc": "^6.0.0", + "@bitgo/sdk-coin-bsv": "^1.5.16", + "@bitgo/sdk-coin-btc": "^1.7.16", + "@bitgo/sdk-coin-btg": "^1.5.16", + "@bitgo/sdk-coin-celo": "^1.5.16", + "@bitgo/sdk-coin-coreum": "^4.0.0", + "@bitgo/sdk-coin-cspr": "^1.10.0", + "@bitgo/sdk-coin-dash": "^1.5.16", + "@bitgo/sdk-coin-doge": "^1.12.16", + "@bitgo/sdk-coin-dot": "^3.18.0", + "@bitgo/sdk-coin-eos": "^1.5.16", + "@bitgo/sdk-coin-etc": "^1.4.16", + "@bitgo/sdk-coin-eth": "^7.0.0", + "@bitgo/sdk-coin-eth2": "^1.4.16", + "@bitgo/sdk-coin-ethw": "^4.0.0", + "@bitgo/sdk-coin-hash": "^1.9.0", + "@bitgo/sdk-coin-hbar": "^1.5.16", + "@bitgo/sdk-coin-injective": "^1.9.0", + "@bitgo/sdk-coin-islm": "^1.5.0", + "@bitgo/sdk-coin-ltc": "^2.2.16", + "@bitgo/sdk-coin-near": "^1.6.16", + "@bitgo/sdk-coin-opeth": "^1.5.0", + "@bitgo/sdk-coin-osmo": "^1.11.0", + "@bitgo/sdk-coin-polygon": "^4.0.0", + "@bitgo/sdk-coin-rbtc": "^1.5.16", + "@bitgo/sdk-coin-sei": "^1.9.0", + "@bitgo/sdk-coin-sol": "^2.23.0", + "@bitgo/sdk-coin-stx": "^2.3.16", + "@bitgo/sdk-coin-sui": "^4.8.0", + "@bitgo/sdk-coin-tia": "^1.9.0", + "@bitgo/sdk-coin-ton": "^1.5.0", + "@bitgo/sdk-coin-trx": "^1.21.0", + "@bitgo/sdk-coin-xlm": "^2.8.0", + "@bitgo/sdk-coin-xrp": "^1.7.16", + "@bitgo/sdk-coin-xtz": "^1.6.16", + "@bitgo/sdk-coin-zec": "^1.5.16", + "@bitgo/sdk-coin-zeta": "^1.14.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/sdk-lib-mpc": "^8.18.0", "@bitgo/sjcl": "^1.0.1", - "@bitgo/statics": "^29.0.0", - "@bitgo/unspents": "^0.28.0", - "@bitgo/utxo-lib": "^9.16.0", + "@bitgo/statics": "^32.0.0", + "@bitgo/unspents": "^0.31.0", + "@bitgo/utxo-lib": "^9.19.0", "@types/bluebird": "^3.5.25", "@types/superagent": "^4.1.3", "bignumber.js": "^9.1.1", @@ -113,7 +113,7 @@ "superagent": "^3.8.3" }, "devDependencies": { - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-test": "^1.2.46", "@openpgp/web-stream-tools": "0.0.14", "@types/create-hmac": "^1.1.0", "@types/debug": "^4.1.4", diff --git a/modules/blockapis/CHANGELOG.md b/modules/blockapis/CHANGELOG.md index 396ffc9848..27dbdbdd94 100644 --- a/modules/blockapis/CHANGELOG.md +++ b/modules/blockapis/CHANGELOG.md @@ -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.7.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/blockapis@1.7.3...@bitgo/blockapis@1.7.19) (2023-11-13) + +**Note:** Version bump only for package @bitgo/blockapis + +## [1.7.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/blockapis@1.7.3...@bitgo/blockapis@1.7.18) (2023-11-13) + +**Note:** Version bump only for package @bitgo/blockapis + +## [1.7.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/blockapis@1.7.3...@bitgo/blockapis@1.7.17) (2023-11-13) + +**Note:** Version bump only for package @bitgo/blockapis + ## [1.7.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/blockapis@1.7.3...@bitgo/blockapis@1.7.16) (2023-10-20) **Note:** Version bump only for package @bitgo/blockapis diff --git a/modules/blockapis/package.json b/modules/blockapis/package.json index 11edc87643..9a643a1102 100644 --- a/modules/blockapis/package.json +++ b/modules/blockapis/package.json @@ -1,7 +1,7 @@ { "name": "@bitgo/blockapis", "description": "Access public block explorer APIs for a variety of coins", - "version": "1.7.16", + "version": "1.7.19", "main": "dist/src/index.js", "files": [ "dist/src/**/*" @@ -22,7 +22,7 @@ "directory": "modules/blockapis" }, "dependencies": { - "@bitgo/utxo-lib": "^9.16.0", + "@bitgo/utxo-lib": "^9.19.0", "@types/superagent": "4.1.16", "bluebird": "^3.7.2", "superagent": "^7.1.1" diff --git a/modules/express/CHANGELOG.md b/modules/express/CHANGELOG.md index cbb5e9204b..da67c7f881 100644 --- a/modules/express/CHANGELOG.md +++ b/modules/express/CHANGELOG.md @@ -3,6 +3,45 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [9.45.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/express@9.32.0...@bitgo/express@9.45.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) + +### Features + +- **express:** add external signer support for signig with derivation paths ([ceb89dd](https://github.com/BitGo/BitGoJS/commit/ceb89dd72b7f5f7c59484d5517ac32c4f499fd32)) +- migrate docker builds ([f67e5b2](https://github.com/BitGo/BitGoJS/commit/f67e5b2ef1eff2a773906e813304ae2c75aeb483)) +- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c)) + +# [9.44.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/express@9.32.0...@bitgo/express@9.44.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) + +### Features + +- **express:** add external signer support for signig with derivation paths ([ceb89dd](https://github.com/BitGo/BitGoJS/commit/ceb89dd72b7f5f7c59484d5517ac32c4f499fd32)) +- migrate docker builds ([f67e5b2](https://github.com/BitGo/BitGoJS/commit/f67e5b2ef1eff2a773906e813304ae2c75aeb483)) +- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c)) + +# [9.43.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/express@9.32.0...@bitgo/express@9.43.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) + +### Features + +- **express:** add external signer support for signig with derivation paths ([ceb89dd](https://github.com/BitGo/BitGoJS/commit/ceb89dd72b7f5f7c59484d5517ac32c4f499fd32)) +- migrate docker builds ([f67e5b2](https://github.com/BitGo/BitGoJS/commit/f67e5b2ef1eff2a773906e813304ae2c75aeb483)) +- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c)) + # [9.42.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/express@9.32.0...@bitgo/express@9.42.0) (2023-10-20) ### Bug Fixes diff --git a/modules/express/package.json b/modules/express/package.json index cd3e5574d9..ed59981890 100644 --- a/modules/express/package.json +++ b/modules/express/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/express", - "version": "9.42.0", + "version": "9.45.0", "private": true, "description": "Local signing server and proxy for the BitGo platform", "main": "./dist/src/index.js", @@ -37,9 +37,9 @@ "fmt": "yarn prettier --write '{src,test}/**/*.{ts,js,json}'" }, "dependencies": { - "@bitgo/sdk-core": "^8.26.0", + "@bitgo/sdk-core": "^11.0.0", "argparse": "^1.0.10", - "bitgo": "^19.20.0", + "bitgo": "^22.0.0", "bluebird": "^3.5.3", "body-parser": "^1.19.0", "connect-timeout": "^1.9.0", @@ -51,8 +51,8 @@ "superagent": "^3.8.3" }, "devDependencies": { - "@bitgo/sdk-lib-mpc": "^8.15.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-lib-mpc": "^8.18.0", + "@bitgo/sdk-test": "^1.2.46", "@types/argparse": "^1.0.36", "@types/bluebird": "^3.5.25", "@types/body-parser": "^1.17.0", diff --git a/modules/key-card/CHANGELOG.md b/modules/key-card/CHANGELOG.md index e16b69cbd6..0432ab6633 100644 --- a/modules/key-card/CHANGELOG.md +++ b/modules/key-card/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/key-card@0.1.16...@bitgo/key-card@0.6.0) (2023-11-13) + +### Bug Fixes + +- **key-card:** fix types ([810985e](https://github.com/BitGo/BitGoJS/commit/810985e54694a72492470e71731b4db74182cd5b)) + +### Features + +- **key-card:** add keycard generation for cold tss key creation ([76b7246](https://github.com/BitGo/BitGoJS/commit/76b7246e89ed2dd4c17dcfa330e4194d7d45d02f)) + +# [0.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/key-card@0.1.16...@bitgo/key-card@0.5.0) (2023-11-13) + +### Bug Fixes + +- **key-card:** fix types ([810985e](https://github.com/BitGo/BitGoJS/commit/810985e54694a72492470e71731b4db74182cd5b)) + +### Features + +- **key-card:** add keycard generation for cold tss key creation ([76b7246](https://github.com/BitGo/BitGoJS/commit/76b7246e89ed2dd4c17dcfa330e4194d7d45d02f)) + +# [0.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/key-card@0.1.16...@bitgo/key-card@0.4.0) (2023-11-13) + +### Bug Fixes + +- **key-card:** fix types ([810985e](https://github.com/BitGo/BitGoJS/commit/810985e54694a72492470e71731b4db74182cd5b)) + +### Features + +- **key-card:** add keycard generation for cold tss key creation ([76b7246](https://github.com/BitGo/BitGoJS/commit/76b7246e89ed2dd4c17dcfa330e4194d7d45d02f)) + # [0.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/key-card@0.1.16...@bitgo/key-card@0.3.0) (2023-10-20) ### Bug Fixes diff --git a/modules/key-card/package.json b/modules/key-card/package.json index 0df856aa21..2d3d244d44 100644 --- a/modules/key-card/package.json +++ b/modules/key-card/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/key-card", - "version": "0.3.0", + "version": "0.6.0", "description": "key card generator for BitGo wallets", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -33,9 +33,9 @@ ] }, "dependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", "jspdf": "^2.5.1", "qrcode": "^1.5.1" }, diff --git a/modules/sdk-api/CHANGELOG.md b/modules/sdk-api/CHANGELOG.md index e9d0d27029..d1730f4345 100644 --- a/modules/sdk-api/CHANGELOG.md +++ b/modules/sdk-api/CHANGELOG.md @@ -3,6 +3,51 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.27.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.27.0) (2023-11-13) + +### Bug Fixes + +- **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9)) +- **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d)) +- **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7)) + +### Features + +- improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b)) +- **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25)) +- **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d)) +- **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac)) + +# [1.26.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.26.0) (2023-11-13) + +### Bug Fixes + +- **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9)) +- **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d)) +- **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7)) + +### Features + +- improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b)) +- **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25)) +- **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d)) +- **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac)) + +# [1.25.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.25.0) (2023-11-13) + +### Bug Fixes + +- **bitgo:** add overrides and resolutions to pkgs ([14c33b4](https://github.com/BitGo/BitGoJS/commit/14c33b4bbffda09ba6a389f540c1fb8cc2a43bf9)) +- **sdk-api:** drop `superagent-proxy` dependency ([06a86fd](https://github.com/BitGo/BitGoJS/commit/06a86fd3def3865ac05713bd879e2d2df32c599d)) +- **sdk-api:** upgrade critical vulnerabilities from snyk scan ([cd97347](https://github.com/BitGo/BitGoJS/commit/cd97347046b1a6644db6682e9f8e9ca8b5fe4ad7)) + +### Features + +- improve logic and add unit test ([722d729](https://github.com/BitGo/BitGoJS/commit/722d729600ff6de2a04e93329d27e406f51a456b)) +- **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25)) +- **sdk-api:** test for fully signed tx of v1 safe wallet ([ec91fb6](https://github.com/BitGo/BitGoJS/commit/ec91fb616187983611044230097236fa9229f55d)) +- **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac)) + # [1.24.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.13.0...@bitgo/sdk-api@1.24.0) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-api/package.json b/modules/sdk-api/package.json index 1a5b196b62..b490651e03 100644 --- a/modules/sdk-api/package.json +++ b/modules/sdk-api/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-api", - "version": "1.24.0", + "version": "1.27.0", "description": "REST wrapper for BitGoJS", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -50,10 +50,10 @@ ] }, "dependencies": { - "@bitgo/sdk-core": "^8.26.0", + "@bitgo/sdk-core": "^11.0.0", "@bitgo/sjcl": "^1.0.1", - "@bitgo/unspents": "^0.28.0", - "@bitgo/utxo-lib": "^9.16.0", + "@bitgo/unspents": "^0.31.0", + "@bitgo/utxo-lib": "^9.19.0", "@types/superagent": "4.1.15", "bitcoinjs-message": "npm:@bitgo-forks/bitcoinjs-message@1.0.0-master.2", "bluebird": "^3.5.3", diff --git a/modules/sdk-coin-ada/CHANGELOG.md b/modules/sdk-coin-ada/CHANGELOG.md index dac8a82f07..6248a9f375 100644 --- a/modules/sdk-coin-ada/CHANGELOG.md +++ b/modules/sdk-coin-ada/CHANGELOG.md @@ -3,6 +3,63 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.20.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ada@2.6.0...@bitgo/sdk-coin-ada@2.20.0) (2023-11-13) + +### Bug Fixes + +- **sdk-coin-ada:** add multi-asset to init builder flow ([5c75ac6](https://github.com/BitGo/BitGoJS/commit/5c75ac6b9e3b4df146332670b85176375c58820b)) +- **sdk-coin-ada:** add separate UTXOs for each token with 1 ADA ([05ec950](https://github.com/BitGo/BitGoJS/commit/05ec950040e76f94a05a4e96add1683449a89b10)) +- **sdk-coin-ada:** fix ada createBroadcastableTransaction method for arrays of txns ([ee27caf](https://github.com/BitGo/BitGoJS/commit/ee27cafa9e6ad53b063c5365f4cafce0f4f46d89)) +- **sdk-coin-ada:** fix ada recovery for wallets derived from the same keys ([7900b22](https://github.com/BitGo/BitGoJS/commit/7900b22976a8829446cf0c991827239f9cdca19d)) + +### Features + +- **sdk-coin-ada:** add consolidation method for ada recovery ([d912027](https://github.com/BitGo/BitGoJS/commit/d9120274fa7324dc2d0b37eae5f35300efc3b492)) +- **sdk-coin-ada:** add lastScanIndex for consolidation support ([bf9b910](https://github.com/BitGo/BitGoJS/commit/bf9b9103e11cd5e0e38304d6ba2999d76fc128dc)) +- **sdk-coin-ada:** add support for multi asset in tx building ([c2e3d3e](https://github.com/BitGo/BitGoJS/commit/c2e3d3e63cbe5f2f040b52844b58f7988969e291)) +- **sdk-coin-ada:** create method to produce broadcastable ada sweep txn ([b5591ee](https://github.com/BitGo/BitGoJS/commit/b5591ee8e7a31cad1b817f02f9147bab10c49357)) +- **sdk-coin-ada:** fix ada sweep recovery format for ovc signing ([7b88f90](https://github.com/BitGo/BitGoJS/commit/7b88f902d533507ee6f499ba5650e5a61d2c54b6)) +- **sdk-coin-ada:** increase min amount to 1.5 ADA for token consolidation ([4db4e6d](https://github.com/BitGo/BitGoJS/commit/4db4e6d6e98d0b7f9d2b0cb81bfe3b3a5af0c545)) +- **sdk-coin-ada:** return ovc compatible format for ada sweep txns ([a32d18a](https://github.com/BitGo/BitGoJS/commit/a32d18ab09162ca48aefe8bd5e3be52a7a6b3924)) + +# [2.19.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ada@2.6.0...@bitgo/sdk-coin-ada@2.19.0) (2023-11-13) + +### Bug Fixes + +- **sdk-coin-ada:** add multi-asset to init builder flow ([5c75ac6](https://github.com/BitGo/BitGoJS/commit/5c75ac6b9e3b4df146332670b85176375c58820b)) +- **sdk-coin-ada:** add separate UTXOs for each token with 1 ADA ([05ec950](https://github.com/BitGo/BitGoJS/commit/05ec950040e76f94a05a4e96add1683449a89b10)) +- **sdk-coin-ada:** fix ada createBroadcastableTransaction method for arrays of txns ([ee27caf](https://github.com/BitGo/BitGoJS/commit/ee27cafa9e6ad53b063c5365f4cafce0f4f46d89)) +- **sdk-coin-ada:** fix ada recovery for wallets derived from the same keys ([7900b22](https://github.com/BitGo/BitGoJS/commit/7900b22976a8829446cf0c991827239f9cdca19d)) + +### Features + +- **sdk-coin-ada:** add consolidation method for ada recovery ([d912027](https://github.com/BitGo/BitGoJS/commit/d9120274fa7324dc2d0b37eae5f35300efc3b492)) +- **sdk-coin-ada:** add lastScanIndex for consolidation support ([bf9b910](https://github.com/BitGo/BitGoJS/commit/bf9b9103e11cd5e0e38304d6ba2999d76fc128dc)) +- **sdk-coin-ada:** add support for multi asset in tx building ([c2e3d3e](https://github.com/BitGo/BitGoJS/commit/c2e3d3e63cbe5f2f040b52844b58f7988969e291)) +- **sdk-coin-ada:** create method to produce broadcastable ada sweep txn ([b5591ee](https://github.com/BitGo/BitGoJS/commit/b5591ee8e7a31cad1b817f02f9147bab10c49357)) +- **sdk-coin-ada:** fix ada sweep recovery format for ovc signing ([7b88f90](https://github.com/BitGo/BitGoJS/commit/7b88f902d533507ee6f499ba5650e5a61d2c54b6)) +- **sdk-coin-ada:** increase min amount to 1.5 ADA for token consolidation ([4db4e6d](https://github.com/BitGo/BitGoJS/commit/4db4e6d6e98d0b7f9d2b0cb81bfe3b3a5af0c545)) +- **sdk-coin-ada:** return ovc compatible format for ada sweep txns ([a32d18a](https://github.com/BitGo/BitGoJS/commit/a32d18ab09162ca48aefe8bd5e3be52a7a6b3924)) + +# [2.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ada@2.6.0...@bitgo/sdk-coin-ada@2.18.0) (2023-11-13) + +### Bug Fixes + +- **sdk-coin-ada:** add multi-asset to init builder flow ([5c75ac6](https://github.com/BitGo/BitGoJS/commit/5c75ac6b9e3b4df146332670b85176375c58820b)) +- **sdk-coin-ada:** add separate UTXOs for each token with 1 ADA ([05ec950](https://github.com/BitGo/BitGoJS/commit/05ec950040e76f94a05a4e96add1683449a89b10)) +- **sdk-coin-ada:** fix ada createBroadcastableTransaction method for arrays of txns ([ee27caf](https://github.com/BitGo/BitGoJS/commit/ee27cafa9e6ad53b063c5365f4cafce0f4f46d89)) +- **sdk-coin-ada:** fix ada recovery for wallets derived from the same keys ([7900b22](https://github.com/BitGo/BitGoJS/commit/7900b22976a8829446cf0c991827239f9cdca19d)) + +### Features + +- **sdk-coin-ada:** add consolidation method for ada recovery ([d912027](https://github.com/BitGo/BitGoJS/commit/d9120274fa7324dc2d0b37eae5f35300efc3b492)) +- **sdk-coin-ada:** add lastScanIndex for consolidation support ([bf9b910](https://github.com/BitGo/BitGoJS/commit/bf9b9103e11cd5e0e38304d6ba2999d76fc128dc)) +- **sdk-coin-ada:** add support for multi asset in tx building ([c2e3d3e](https://github.com/BitGo/BitGoJS/commit/c2e3d3e63cbe5f2f040b52844b58f7988969e291)) +- **sdk-coin-ada:** create method to produce broadcastable ada sweep txn ([b5591ee](https://github.com/BitGo/BitGoJS/commit/b5591ee8e7a31cad1b817f02f9147bab10c49357)) +- **sdk-coin-ada:** fix ada sweep recovery format for ovc signing ([7b88f90](https://github.com/BitGo/BitGoJS/commit/7b88f902d533507ee6f499ba5650e5a61d2c54b6)) +- **sdk-coin-ada:** increase min amount to 1.5 ADA for token consolidation ([4db4e6d](https://github.com/BitGo/BitGoJS/commit/4db4e6d6e98d0b7f9d2b0cb81bfe3b3a5af0c545)) +- **sdk-coin-ada:** return ovc compatible format for ada sweep txns ([a32d18a](https://github.com/BitGo/BitGoJS/commit/a32d18ab09162ca48aefe8bd5e3be52a7a6b3924)) + # [2.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ada@2.6.0...@bitgo/sdk-coin-ada@2.17.0) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-ada/package.json b/modules/sdk-coin-ada/package.json index 47a7e45b10..e2fbee3e57 100644 --- a/modules/sdk-coin-ada/package.json +++ b/modules/sdk-coin-ada/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-ada", - "version": "2.17.0", + "version": "2.20.0", "description": "BitGo SDK coin library for Ada", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,9 +40,9 @@ ] }, "dependencies": { - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/sdk-lib-mpc": "^8.15.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/sdk-lib-mpc": "^8.18.0", + "@bitgo/statics": "^32.0.0", "@emurgo/cardano-serialization-lib-browser": "^11.4.0", "@emurgo/cardano-serialization-lib-nodejs": "^11.4.0", "bech32": "^2.0.0", @@ -52,7 +52,7 @@ "tweetnacl": "^1.0.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-algo/CHANGELOG.md b/modules/sdk-coin-algo/CHANGELOG.md index 68f9a0e1a1..69fd47a2ed 100644 --- a/modules/sdk-coin-algo/CHANGELOG.md +++ b/modules/sdk-coin-algo/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-algo@1.5.0...@bitgo/sdk-coin-algo@1.10.0) (2023-11-13) + +### Features + +- **sdk-coin-algo:** support for token enablement ([af718c9](https://github.com/BitGo/BitGoJS/commit/af718c992d0663722fe951f0a29a20825ba0e91c)) + +# [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-algo@1.5.0...@bitgo/sdk-coin-algo@1.9.0) (2023-11-13) + +### Features + +- **sdk-coin-algo:** support for token enablement ([af718c9](https://github.com/BitGo/BitGoJS/commit/af718c992d0663722fe951f0a29a20825ba0e91c)) + +# [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-algo@1.5.0...@bitgo/sdk-coin-algo@1.8.0) (2023-11-13) + +### Features + +- **sdk-coin-algo:** support for token enablement ([af718c9](https://github.com/BitGo/BitGoJS/commit/af718c992d0663722fe951f0a29a20825ba0e91c)) + # [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-algo@1.5.0...@bitgo/sdk-coin-algo@1.7.0) (2023-10-20) ### Features diff --git a/modules/sdk-coin-algo/package.json b/modules/sdk-coin-algo/package.json index 4993f59d0a..b57702d8c1 100644 --- a/modules/sdk-coin-algo/package.json +++ b/modules/sdk-coin-algo/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-algo", - "version": "1.7.0", + "version": "1.10.0", "description": "BitGo SDK coin library for Algorand", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,9 +40,9 @@ ] }, "dependencies": { - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", - "@bitgo/utxo-lib": "^9.16.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", + "@bitgo/utxo-lib": "^9.19.0", "@hashgraph/cryptography": "1.1.2", "@stablelib/hex": "^1.0.0", "algosdk": "1.14.0", @@ -55,8 +55,8 @@ "tweetnacl": "^1.0.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "should": "^13.1.3", "sinon": "^7.5.0" } diff --git a/modules/sdk-coin-arbeth/CHANGELOG.md b/modules/sdk-coin-arbeth/CHANGELOG.md index d528d95dd4..5ce1f36604 100644 --- a/modules/sdk-coin-arbeth/CHANGELOG.md +++ b/modules/sdk-coin-arbeth/CHANGELOG.md @@ -3,6 +3,102 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 4.0.0 (2023-11-13) + +### Code Refactoring + +- **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea)) +- **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a)) + +### Features + +- **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0)) +- **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)) + +### BREAKING CHANGES + +- **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild + interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. + getCustomChainName method is removed from Polygon class because a common + method getCustomChainCommon has been added to AbstractEthLikeNewCoins + class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins + and needs to be passed to derive the Eth common object from the chainId. + signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that + it can be used for other EthLike coins. getBaseFactor method in Eth + and Polygon class returns number instead of string just to align with + AbstractEthLikeCoin + Ticket: WIN-1012 +- **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added + a new class AbstractEthLikeNewCoins which will be having both multisig + and MPC related methods + +TICKET: WIN-1021 + +# 3.0.0 (2023-11-13) + +### Code Refactoring + +- **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea)) +- **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a)) + +### Features + +- **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0)) +- **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)) + +### BREAKING CHANGES + +- **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild + interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. + getCustomChainName method is removed from Polygon class because a common + method getCustomChainCommon has been added to AbstractEthLikeNewCoins + class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins + and needs to be passed to derive the Eth common object from the chainId. + signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that + it can be used for other EthLike coins. getBaseFactor method in Eth + and Polygon class returns number instead of string just to align with + AbstractEthLikeCoin + Ticket: WIN-1012 +- **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added + a new class AbstractEthLikeNewCoins which will be having both multisig + and MPC related methods + +TICKET: WIN-1021 + +# 2.0.0 (2023-11-13) + +### Code Refactoring + +- **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea)) +- **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a)) + +### Features + +- **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0)) +- **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)) + +### BREAKING CHANGES + +- **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild + interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. + getCustomChainName method is removed from Polygon class because a common + method getCustomChainCommon has been added to AbstractEthLikeNewCoins + class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins + and needs to be passed to derive the Eth common object from the chainId. + signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that + it can be used for other EthLike coins. getBaseFactor method in Eth + and Polygon class returns number instead of string just to align with + AbstractEthLikeCoin + Ticket: WIN-1012 +- **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added + a new class AbstractEthLikeNewCoins which will be having both multisig + and MPC related methods + +TICKET: WIN-1021 + # 1.2.0 (2023-10-20) ### Features diff --git a/modules/sdk-coin-arbeth/package.json b/modules/sdk-coin-arbeth/package.json index b943fb8988..8868daaf9c 100644 --- a/modules/sdk-coin-arbeth/package.json +++ b/modules/sdk-coin-arbeth/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-arbeth", - "version": "1.2.0", + "version": "4.0.0", "description": "BitGo SDK coin library for Arbitrum", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,16 +40,16 @@ ] }, "dependencies": { - "@bitgo/abstract-eth": "^1.6.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/abstract-eth": "^4.0.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", "@ethereumjs/common": "^2.6.5", "superagent": "^3.8.3", - "@bitgo/utxo-lib": "^9.16.0" + "@bitgo/utxo-lib": "^9.19.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "secp256k1": "5.0.0" } } diff --git a/modules/sdk-coin-atom/CHANGELOG.md b/modules/sdk-coin-atom/CHANGELOG.md index 8a9a0b74d5..0c6d14abde 100644 --- a/modules/sdk-coin-atom/CHANGELOG.md +++ b/modules/sdk-coin-atom/CHANGELOG.md @@ -3,6 +3,39 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.11.0) (2023-11-13) + +### Bug Fixes + +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870)) + +# [3.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.10.0) (2023-11-13) + +### Bug Fixes + +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870)) + +# [3.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.9.0) (2023-11-13) + +### Bug Fixes + +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870)) + # [3.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.6.0...@bitgo/sdk-coin-atom@3.8.0) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-atom/package.json b/modules/sdk-coin-atom/package.json index 5e90cdbcff..1886ba7a92 100644 --- a/modules/sdk-coin-atom/package.json +++ b/modules/sdk-coin-atom/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-atom", - "version": "3.8.0", + "version": "3.11.0", "description": "BitGo SDK coin library for Cosmos", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,10 +40,10 @@ ] }, "dependencies": { - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/sdk-lib-mpc": "^8.15.0", - "@bitgo/statics": "^29.0.0", - "@bitgo/utxo-lib": "^9.16.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/sdk-lib-mpc": "^8.18.0", + "@bitgo/statics": "^32.0.0", + "@bitgo/utxo-lib": "^9.19.0", "@cosmjs/amino": "^0.29.5", "@cosmjs/crypto": "^0.29.5", "@cosmjs/encoding": "^0.29.5", @@ -55,8 +55,8 @@ "superagent": "^3.8.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "@types/lodash": "^4.14.183", "axios": "^1.3.4" } diff --git a/modules/sdk-coin-avaxc/CHANGELOG.md b/modules/sdk-coin-avaxc/CHANGELOG.md index a833f8e13b..174ab6467f 100644 --- a/modules/sdk-coin-avaxc/CHANGELOG.md +++ b/modules/sdk-coin-avaxc/CHANGELOG.md @@ -3,6 +3,42 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxc@2.6.0...@bitgo/sdk-coin-avaxc@2.12.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) + +### Features + +- **sdk-coin-avaxc:** add avax token support in recovery method ([2ace2a1](https://github.com/BitGo/BitGoJS/commit/2ace2a1d34688b7496f1c085ae666e00387f639c)) +- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c)) + +# [2.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxc@2.6.0...@bitgo/sdk-coin-avaxc@2.11.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) + +### Features + +- **sdk-coin-avaxc:** add avax token support in recovery method ([2ace2a1](https://github.com/BitGo/BitGoJS/commit/2ace2a1d34688b7496f1c085ae666e00387f639c)) +- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c)) + +# [2.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxc@2.6.0...@bitgo/sdk-coin-avaxc@2.10.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) + +### Features + +- **sdk-coin-avaxc:** add avax token support in recovery method ([2ace2a1](https://github.com/BitGo/BitGoJS/commit/2ace2a1d34688b7496f1c085ae666e00387f639c)) +- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c)) + # [2.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxc@2.6.0...@bitgo/sdk-coin-avaxc@2.9.0) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-avaxc/package.json b/modules/sdk-coin-avaxc/package.json index 9c57b667e6..0e6edf670e 100644 --- a/modules/sdk-coin-avaxc/package.json +++ b/modules/sdk-coin-avaxc/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-avaxc", - "version": "2.9.0", + "version": "2.12.0", "description": "BitGo SDK coin library for Avalanche c-chain", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,11 +40,11 @@ ] }, "dependencies": { - "@bitgo/sdk-coin-avaxp": "^3.7.13", - "@bitgo/sdk-coin-eth": "^4.10.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", - "@bitgo/utxo-lib": "^9.16.0", + "@bitgo/sdk-coin-avaxp": "^3.7.16", + "@bitgo/sdk-coin-eth": "^7.0.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", + "@bitgo/utxo-lib": "^9.19.0", "@ethereumjs/common": "^2.6.5", "bignumber.js": "^9.1.1", "ethereumjs-abi": "^0.6.5", @@ -55,8 +55,8 @@ "superagent": "^3.8.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "ethers": "^5.1.3" } } diff --git a/modules/sdk-coin-avaxp/CHANGELOG.md b/modules/sdk-coin-avaxp/CHANGELOG.md index 0fe8f15eeb..3a8d796ed0 100644 --- a/modules/sdk-coin-avaxp/CHANGELOG.md +++ b/modules/sdk-coin-avaxp/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.7.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxp@3.7.0...@bitgo/sdk-coin-avaxp@3.7.16) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +## [3.7.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxp@3.7.0...@bitgo/sdk-coin-avaxp@3.7.15) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +## [3.7.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxp@3.7.0...@bitgo/sdk-coin-avaxp@3.7.14) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + ## [3.7.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxp@3.7.0...@bitgo/sdk-coin-avaxp@3.7.13) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-avaxp/package.json b/modules/sdk-coin-avaxp/package.json index 4d1223f40a..d241b91860 100644 --- a/modules/sdk-coin-avaxp/package.json +++ b/modules/sdk-coin-avaxp/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-avaxp", - "version": "3.7.13", + "version": "3.7.16", "description": "BitGo's SDK coin library for avaxp coin", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -43,14 +43,14 @@ ] }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "@types/elliptic": "^6.4.12" }, "dependencies": { - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", - "@bitgo/utxo-lib": "^9.16.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", + "@bitgo/utxo-lib": "^9.19.0", "avalanche": "3.15.3", "bignumber.js": "^9.0.0", "create-hash": "^1.2.0", diff --git a/modules/sdk-coin-bch/CHANGELOG.md b/modules/sdk-coin-bch/CHANGELOG.md index 135085198f..f4bf9ea503 100644 --- a/modules/sdk-coin-bch/CHANGELOG.md +++ b/modules/sdk-coin-bch/CHANGELOG.md @@ -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.5.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bch@1.5.0...@bitgo/sdk-coin-bch@1.5.16) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-bch + +## [1.5.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bch@1.5.0...@bitgo/sdk-coin-bch@1.5.15) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-bch + +## [1.5.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bch@1.5.0...@bitgo/sdk-coin-bch@1.5.14) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-bch + ## [1.5.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bch@1.5.0...@bitgo/sdk-coin-bch@1.5.13) (2023-10-20) **Note:** Version bump only for package @bitgo/sdk-coin-bch diff --git a/modules/sdk-coin-bch/package.json b/modules/sdk-coin-bch/package.json index 3979a667fa..c50bfc0aca 100644 --- a/modules/sdk-coin-bch/package.json +++ b/modules/sdk-coin-bch/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-bch", - "version": "1.5.13", + "version": "1.5.16", "description": "BitGo SDK coin library for Bitcoin Cash", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,12 +40,12 @@ ] }, "dependencies": { - "@bitgo/abstract-utxo": "^3.18.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/utxo-lib": "^9.16.0" + "@bitgo/abstract-utxo": "^3.21.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/utxo-lib": "^9.19.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-bcha/CHANGELOG.md b/modules/sdk-coin-bcha/CHANGELOG.md index 0a48d6939b..c0d95bc1f3 100644 --- a/modules/sdk-coin-bcha/CHANGELOG.md +++ b/modules/sdk-coin-bcha/CHANGELOG.md @@ -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.7.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bcha@1.7.0...@bitgo/sdk-coin-bcha@1.7.16) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-bcha + +## [1.7.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bcha@1.7.0...@bitgo/sdk-coin-bcha@1.7.15) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-bcha + +## [1.7.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bcha@1.7.0...@bitgo/sdk-coin-bcha@1.7.14) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-bcha + ## [1.7.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bcha@1.7.0...@bitgo/sdk-coin-bcha@1.7.13) (2023-10-20) **Note:** Version bump only for package @bitgo/sdk-coin-bcha diff --git a/modules/sdk-coin-bcha/package.json b/modules/sdk-coin-bcha/package.json index b2dd0c52cf..573bbcad1c 100644 --- a/modules/sdk-coin-bcha/package.json +++ b/modules/sdk-coin-bcha/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-bcha", - "version": "1.7.13", + "version": "1.7.16", "description": "BitGo SDK coin library for Bitcoin abc", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,13 +40,13 @@ ] }, "dependencies": { - "@bitgo/abstract-utxo": "^3.18.0", - "@bitgo/sdk-coin-bch": "^1.5.13", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/utxo-lib": "^9.16.0" + "@bitgo/abstract-utxo": "^3.21.0", + "@bitgo/sdk-coin-bch": "^1.5.16", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/utxo-lib": "^9.19.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-bera/CHANGELOG.md b/modules/sdk-coin-bera/CHANGELOG.md index 7f5cb0c782..4fc93e02ad 100644 --- a/modules/sdk-coin-bera/CHANGELOG.md +++ b/modules/sdk-coin-bera/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.5.0 (2023-11-13) + +### Bug Fixes + +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) + +### Features + +- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d)) + +# 1.4.0 (2023-11-13) + +### Bug Fixes + +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) + +### Features + +- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d)) + +# 1.3.0 (2023-11-13) + +### Bug Fixes + +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) + +### Features + +- **sdk-coin-bera:** add Berachain skeleton ([b3d43c5](https://github.com/BitGo/BitGoJS/commit/b3d43c52c7fd10d5fdc40123b3ad61cfe4784e5d)) + # 1.2.0 (2023-10-20) ### Features diff --git a/modules/sdk-coin-bera/package.json b/modules/sdk-coin-bera/package.json index 9e746eba54..feec195207 100644 --- a/modules/sdk-coin-bera/package.json +++ b/modules/sdk-coin-bera/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-bera", - "version": "1.2.0", + "version": "1.5.0", "description": "BitGo SDK coin library for Bera", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,15 +40,15 @@ ] }, "dependencies": { - "@bitgo/abstract-cosmos": "^1.8.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/abstract-cosmos": "^1.11.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", "@cosmjs/amino": "^0.29.5", "@cosmjs/stargate": "^0.29.5", "bignumber.js": "^9.1.1" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-bld/CHANGELOG.md b/modules/sdk-coin-bld/CHANGELOG.md index 28d6be96ab..f0a9bc17a8 100644 --- a/modules/sdk-coin-bld/CHANGELOG.md +++ b/modules/sdk-coin-bld/CHANGELOG.md @@ -3,6 +3,39 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.9.0) (2023-11-13) + +### Bug Fixes + +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870)) + +# [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.8.0) (2023-11-13) + +### Bug Fixes + +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **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/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.7.0) (2023-11-13) + +### Bug Fixes + +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870)) + # [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bld@1.4.0...@bitgo/sdk-coin-bld@1.6.0) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-bld/package.json b/modules/sdk-coin-bld/package.json index 3bdb5f2acf..76c2dc47c1 100644 --- a/modules/sdk-coin-bld/package.json +++ b/modules/sdk-coin-bld/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-bld", - "version": "1.6.0", + "version": "1.9.0", "description": "BitGo SDK coin library for Agoric", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,18 +40,18 @@ ] }, "dependencies": { - "@bitgo/abstract-cosmos": "^1.8.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/sdk-lib-mpc": "^8.15.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/abstract-cosmos": "^1.11.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/sdk-lib-mpc": "^8.18.0", + "@bitgo/statics": "^32.0.0", "@cosmjs/amino": "^0.29.5", "@cosmjs/encoding": "^0.29.5", "@cosmjs/stargate": "^0.29.5", "bignumber.js": "^9.1.1" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "@types/lodash": "^4.14.183" } } diff --git a/modules/sdk-coin-bsc/CHANGELOG.md b/modules/sdk-coin-bsc/CHANGELOG.md index 43103ac75b..83959e4306 100644 --- a/modules/sdk-coin-bsc/CHANGELOG.md +++ b/modules/sdk-coin-bsc/CHANGELOG.md @@ -3,6 +3,72 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.8.0...@bitgo/sdk-coin-bsc@6.0.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Code Refactoring + +- **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea)) + +### Features + +- **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0)) + +### BREAKING CHANGES + +- **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added + a new class AbstractEthLikeNewCoins which will be having both multisig + and MPC related methods + +TICKET: WIN-1021 + +# [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.8.0...@bitgo/sdk-coin-bsc@5.0.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Code Refactoring + +- **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea)) + +### Features + +- **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0)) + +### BREAKING CHANGES + +- **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added + a new class AbstractEthLikeNewCoins which will be having both multisig + and MPC related methods + +TICKET: WIN-1021 + +# [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.8.0...@bitgo/sdk-coin-bsc@4.0.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Code Refactoring + +- **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea)) + +### Features + +- **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0)) + +### BREAKING CHANGES + +- **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added + a new class AbstractEthLikeNewCoins which will be having both multisig + and MPC related methods + +TICKET: WIN-1021 + # [3.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.8.0...@bitgo/sdk-coin-bsc@3.10.0) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-bsc/package.json b/modules/sdk-coin-bsc/package.json index 69fa67e10e..135606ed44 100644 --- a/modules/sdk-coin-bsc/package.json +++ b/modules/sdk-coin-bsc/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-bsc", - "version": "3.10.0", + "version": "6.0.0", "description": "BitGo SDK coin library for Binance Smart Chain", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,14 +40,14 @@ ] }, "dependencies": { - "@bitgo/abstract-eth": "^1.6.0", - "@bitgo/sdk-coin-eth": "^4.10.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/abstract-eth": "^4.0.0", + "@bitgo/sdk-coin-eth": "^7.0.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", "@ethereumjs/common": "^2.6.5" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-bsv/CHANGELOG.md b/modules/sdk-coin-bsv/CHANGELOG.md index 3f2e15840c..f7fa8293d4 100644 --- a/modules/sdk-coin-bsv/CHANGELOG.md +++ b/modules/sdk-coin-bsv/CHANGELOG.md @@ -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.5.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsv@1.5.0...@bitgo/sdk-coin-bsv@1.5.16) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-bsv + +## [1.5.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsv@1.5.0...@bitgo/sdk-coin-bsv@1.5.15) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-bsv + +## [1.5.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsv@1.5.0...@bitgo/sdk-coin-bsv@1.5.14) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-bsv + ## [1.5.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsv@1.5.0...@bitgo/sdk-coin-bsv@1.5.13) (2023-10-20) **Note:** Version bump only for package @bitgo/sdk-coin-bsv diff --git a/modules/sdk-coin-bsv/package.json b/modules/sdk-coin-bsv/package.json index 51df8b6d2c..babad91733 100644 --- a/modules/sdk-coin-bsv/package.json +++ b/modules/sdk-coin-bsv/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-bsv", - "version": "1.5.13", + "version": "1.5.16", "description": "BitGo SDK coin library for Bitcoin sv", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,13 +40,13 @@ ] }, "dependencies": { - "@bitgo/abstract-utxo": "^3.18.0", - "@bitgo/sdk-coin-bch": "^1.5.13", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/utxo-lib": "^9.16.0" + "@bitgo/abstract-utxo": "^3.21.0", + "@bitgo/sdk-coin-bch": "^1.5.16", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/utxo-lib": "^9.19.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-btc/CHANGELOG.md b/modules/sdk-coin-btc/CHANGELOG.md index 7733f0d686..edef3b9988 100644 --- a/modules/sdk-coin-btc/CHANGELOG.md +++ b/modules/sdk-coin-btc/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.7.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-btc@1.7.0...@bitgo/sdk-coin-btc@1.7.16) (2023-11-13) + +### Bug Fixes + +- **abstract-utxo:** upper case address should return false ([f0b6c46](https://github.com/BitGo/BitGoJS/commit/f0b6c467daaa0e43bb2923993fb238c7a4ce6f59)) + +## [1.7.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-btc@1.7.0...@bitgo/sdk-coin-btc@1.7.15) (2023-11-13) + +### Bug Fixes + +- **abstract-utxo:** upper case address should return false ([f0b6c46](https://github.com/BitGo/BitGoJS/commit/f0b6c467daaa0e43bb2923993fb238c7a4ce6f59)) + +## [1.7.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-btc@1.7.0...@bitgo/sdk-coin-btc@1.7.14) (2023-11-13) + +### Bug Fixes + +- **abstract-utxo:** upper case address should return false ([f0b6c46](https://github.com/BitGo/BitGoJS/commit/f0b6c467daaa0e43bb2923993fb238c7a4ce6f59)) + ## [1.7.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-btc@1.7.0...@bitgo/sdk-coin-btc@1.7.13) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-btc/package.json b/modules/sdk-coin-btc/package.json index b703bc3c71..4d96a6bb33 100644 --- a/modules/sdk-coin-btc/package.json +++ b/modules/sdk-coin-btc/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-btc", - "version": "1.7.13", + "version": "1.7.16", "description": "BitGo SDK coin library for Bitcoin", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,13 +40,13 @@ ] }, "dependencies": { - "@bitgo/abstract-utxo": "^3.18.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/utxo-lib": "^9.16.0", - "@bitgo/utxo-ord": "^1.4.13" + "@bitgo/abstract-utxo": "^3.21.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/utxo-lib": "^9.19.0", + "@bitgo/utxo-ord": "^1.4.16" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-btg/CHANGELOG.md b/modules/sdk-coin-btg/CHANGELOG.md index 0351fac695..fcfad03a0c 100644 --- a/modules/sdk-coin-btg/CHANGELOG.md +++ b/modules/sdk-coin-btg/CHANGELOG.md @@ -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.5.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-btg@1.5.0...@bitgo/sdk-coin-btg@1.5.16) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-btg + +## [1.5.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-btg@1.5.0...@bitgo/sdk-coin-btg@1.5.15) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-btg + +## [1.5.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-btg@1.5.0...@bitgo/sdk-coin-btg@1.5.14) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-btg + ## [1.5.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-btg@1.5.0...@bitgo/sdk-coin-btg@1.5.13) (2023-10-20) **Note:** Version bump only for package @bitgo/sdk-coin-btg diff --git a/modules/sdk-coin-btg/package.json b/modules/sdk-coin-btg/package.json index 966f3a6f5b..0ffe8f993f 100644 --- a/modules/sdk-coin-btg/package.json +++ b/modules/sdk-coin-btg/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-btg", - "version": "1.5.13", + "version": "1.5.16", "description": "BitGo SDK coin library for Bitcoin Gold", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,12 +40,12 @@ ] }, "dependencies": { - "@bitgo/abstract-utxo": "^3.18.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/utxo-lib": "^9.16.0" + "@bitgo/abstract-utxo": "^3.21.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/utxo-lib": "^9.19.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-celo/CHANGELOG.md b/modules/sdk-coin-celo/CHANGELOG.md index 5f3ab184b3..562b727ef7 100644 --- a/modules/sdk-coin-celo/CHANGELOG.md +++ b/modules/sdk-coin-celo/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.5.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-celo@1.5.0...@bitgo/sdk-coin-celo@1.5.16) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +## [1.5.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-celo@1.5.0...@bitgo/sdk-coin-celo@1.5.15) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +## [1.5.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-celo@1.5.0...@bitgo/sdk-coin-celo@1.5.14) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + ## [1.5.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-celo@1.5.0...@bitgo/sdk-coin-celo@1.5.13) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-celo/package.json b/modules/sdk-coin-celo/package.json index 946f13e1df..016932ebad 100644 --- a/modules/sdk-coin-celo/package.json +++ b/modules/sdk-coin-celo/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-celo", - "version": "1.5.13", + "version": "1.5.16", "description": "BitGo SDK coin library for Celo", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,10 +40,10 @@ ] }, "dependencies": { - "@bitgo/abstract-eth": "^1.6.0", - "@bitgo/sdk-coin-eth": "^4.10.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/abstract-eth": "^4.0.0", + "@bitgo/sdk-coin-eth": "^7.0.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", "@celo/connect": "^2.0.0", "@celo/contractkit": "^2.0.0", "@celo/wallet-base": "^2.0.0", @@ -55,7 +55,7 @@ "ethers": "^5.1.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-coreum/CHANGELOG.md b/modules/sdk-coin-coreum/CHANGELOG.md index e41410656d..3901445a9c 100644 --- a/modules/sdk-coin-coreum/CHANGELOG.md +++ b/modules/sdk-coin-coreum/CHANGELOG.md @@ -3,6 +3,48 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 4.0.0 (2023-11-13) + +### Bug Fixes + +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) + +### Code Refactoring + +- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb)) + +### BREAKING CHANGES + +- rename coin module, coin name, named exports for coreum + +# 3.0.0 (2023-11-13) + +### Bug Fixes + +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) + +### Code Refactoring + +- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb)) + +### BREAKING CHANGES + +- rename coin module, coin name, named exports for coreum + +# 2.0.0 (2023-11-13) + +### Bug Fixes + +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) + +### Code Refactoring + +- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb)) + +### BREAKING CHANGES + +- rename coin module, coin name, named exports for coreum + # 1.2.0 (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-coreum/package.json b/modules/sdk-coin-coreum/package.json index cfa7a0ed9d..9dba761162 100644 --- a/modules/sdk-coin-coreum/package.json +++ b/modules/sdk-coin-coreum/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-coreum", - "version": "1.0.0", + "version": "4.0.0", "description": "BitGo SDK coin library for Coreum", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,16 +40,16 @@ ] }, "dependencies": { - "@bitgo/abstract-cosmos": "^1.8.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/abstract-cosmos": "^1.11.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", "@cosmjs/amino": "^0.29.5", "@cosmjs/encoding": "^0.29.5", "@cosmjs/stargate": "^0.29.5", "bignumber.js": "^9.1.1" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-cspr/CHANGELOG.md b/modules/sdk-coin-cspr/CHANGELOG.md index 53b74329ab..3011b30c12 100644 --- a/modules/sdk-coin-cspr/CHANGELOG.md +++ b/modules/sdk-coin-cspr/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cspr@1.4.0...@bitgo/sdk-coin-cspr@1.10.0) (2023-11-13) + +### Features + +- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c)) + +# [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cspr@1.4.0...@bitgo/sdk-coin-cspr@1.9.0) (2023-11-13) + +### Features + +- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c)) + +# [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cspr@1.4.0...@bitgo/sdk-coin-cspr@1.8.0) (2023-11-13) + +### Features + +- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c)) + # [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cspr@1.4.0...@bitgo/sdk-coin-cspr@1.7.0) (2023-10-20) ### Features diff --git a/modules/sdk-coin-cspr/package.json b/modules/sdk-coin-cspr/package.json index f98c2bd6c2..fa57e9f9c6 100644 --- a/modules/sdk-coin-cspr/package.json +++ b/modules/sdk-coin-cspr/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-cspr", - "version": "1.7.0", + "version": "1.10.0", "description": "BitGo SDK coin library for Casper", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,9 +40,9 @@ ] }, "dependencies": { - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", - "@bitgo/utxo-lib": "^9.16.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", + "@bitgo/utxo-lib": "^9.19.0", "@ethersproject/bignumber": "^5.6.0", "@stablelib/hex": "^1.0.0", "bignumber.js": "^9.0.0", @@ -51,8 +51,8 @@ "secp256k1": "5.0.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "tweetnacl": "^1.0.3" } } diff --git a/modules/sdk-coin-dash/CHANGELOG.md b/modules/sdk-coin-dash/CHANGELOG.md index 719895bb85..2930263dee 100644 --- a/modules/sdk-coin-dash/CHANGELOG.md +++ b/modules/sdk-coin-dash/CHANGELOG.md @@ -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.5.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dash@1.5.0...@bitgo/sdk-coin-dash@1.5.16) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-dash + +## [1.5.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dash@1.5.0...@bitgo/sdk-coin-dash@1.5.15) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-dash + +## [1.5.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dash@1.5.0...@bitgo/sdk-coin-dash@1.5.14) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-dash + ## [1.5.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dash@1.5.0...@bitgo/sdk-coin-dash@1.5.13) (2023-10-20) **Note:** Version bump only for package @bitgo/sdk-coin-dash diff --git a/modules/sdk-coin-dash/package.json b/modules/sdk-coin-dash/package.json index b56c10d99f..8fd6dfdc22 100644 --- a/modules/sdk-coin-dash/package.json +++ b/modules/sdk-coin-dash/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-dash", - "version": "1.5.13", + "version": "1.5.16", "description": "BitGo SDK coin library for Dash", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,12 +40,12 @@ ] }, "dependencies": { - "@bitgo/abstract-utxo": "^3.18.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/utxo-lib": "^9.16.0" + "@bitgo/abstract-utxo": "^3.21.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/utxo-lib": "^9.19.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-doge/CHANGELOG.md b/modules/sdk-coin-doge/CHANGELOG.md index 31e6b65f57..03b6ad51cb 100644 --- a/modules/sdk-coin-doge/CHANGELOG.md +++ b/modules/sdk-coin-doge/CHANGELOG.md @@ -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.12.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-doge@1.12.0...@bitgo/sdk-coin-doge@1.12.16) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-doge + +## [1.12.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-doge@1.12.0...@bitgo/sdk-coin-doge@1.12.15) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-doge + +## [1.12.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-doge@1.12.0...@bitgo/sdk-coin-doge@1.12.14) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-doge + ## [1.12.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-doge@1.12.0...@bitgo/sdk-coin-doge@1.12.13) (2023-10-20) **Note:** Version bump only for package @bitgo/sdk-coin-doge diff --git a/modules/sdk-coin-doge/package.json b/modules/sdk-coin-doge/package.json index 599f79b15f..d2a52fcfc3 100644 --- a/modules/sdk-coin-doge/package.json +++ b/modules/sdk-coin-doge/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-doge", - "version": "1.12.13", + "version": "1.12.16", "description": "BitGo SDK coin library for Dogecoin", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,12 +40,12 @@ ] }, "dependencies": { - "@bitgo/abstract-utxo": "^3.18.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/utxo-lib": "^9.16.0" + "@bitgo/abstract-utxo": "^3.21.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/utxo-lib": "^9.19.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-dot/CHANGELOG.md b/modules/sdk-coin-dot/CHANGELOG.md index cdc1b7e730..905848ed8b 100644 --- a/modules/sdk-coin-dot/CHANGELOG.md +++ b/modules/sdk-coin-dot/CHANGELOG.md @@ -3,6 +3,82 @@ 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/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.18.0) (2023-11-13) + +### Bug Fixes + +- **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b)) +- **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb)) +- **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e)) +- **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7)) +- **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f)) +- **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb)) +- **sdk-coin-dot:** fix getFee method for DOT ([a9b2481](https://github.com/BitGo/BitGoJS/commit/a9b24819beb3aaed0ed4814bc6fe208e8d4f1b29)) +- **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63)) +- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7)) + +### Features + +- **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306)) +- **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1)) +- **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0)) +- **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239)) +- **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d)) +- **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d)) +- **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100)) +- **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0)) +- **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5)) + +# [3.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.17.0) (2023-11-13) + +### Bug Fixes + +- **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b)) +- **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb)) +- **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e)) +- **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7)) +- **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f)) +- **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb)) +- **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63)) +- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7)) + +### Features + +- **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306)) +- **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1)) +- **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0)) +- **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239)) +- **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d)) +- **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d)) +- **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100)) +- **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0)) +- **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5)) + +# [3.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.16.0) (2023-11-13) + +### Bug Fixes + +- **sdk-coin-dot:** add logging to troublshoot DOT staking ([902558a](https://github.com/BitGo/BitGoJS/commit/902558a24c93ca8e7977bdbb370a24098aea775b)) +- **sdk-coin-dot:** add logs to debug dot staking txn build failure ([eb929e3](https://github.com/BitGo/BitGoJS/commit/eb929e351a2330e820360c54541943ad67ba15eb)) +- **sdk-coin-dot:** add more logs to debug Dot staking issue ([ccb9914](https://github.com/BitGo/BitGoJS/commit/ccb99143b7b1b875c7d81ebf3a90b966ab1cef8e)) +- **sdk-coin-dot:** fix dot createBroadcastableSweepTransaction method for arrays of txns ([def85f8](https://github.com/BitGo/BitGoJS/commit/def85f840c93770c10d3f935eedc9df6833d93a7)) +- **sdk-coin-dot:** fix dot txns to account for existential deposit and fee ([cfff91c](https://github.com/BitGo/BitGoJS/commit/cfff91c5c689ebf272d94abe7100833ec43a018f)) +- **sdk-coin-dot:** fix dot unsigned sweep consolidation recovery txn ([7c4a782](https://github.com/BitGo/BitGoJS/commit/7c4a782d2804343872390f66ebb829c41b6146fb)) +- **sdk-coin-dot:** make controller optional for bond call ([a6f6a0d](https://github.com/BitGo/BitGoJS/commit/a6f6a0d96afdb663a7a096c4eb2caf9ca1649d63)) +- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7)) + +### Features + +- **sdk-coin-dot:** add consolidation method for dot recovery ([a88633e](https://github.com/BitGo/BitGoJS/commit/a88633e27bd7ae33ab475ccea3e9385bea80b306)) +- **sdk-coin-dot:** add lastScanIndex for consolidation support ([3a4ce9f](https://github.com/BitGo/BitGoJS/commit/3a4ce9f0c6505032491ea453b5b34e182cf41da1)) +- **sdk-coin-dot:** add logs to debug DOT staking issue ([33c1a9c](https://github.com/BitGo/BitGoJS/commit/33c1a9c2d7051481f1afb993376a18d421170aa0)) +- **sdk-coin-dot:** add unit test for dot unsigned sweep consolidation recovery ([7ea5107](https://github.com/BitGo/BitGoJS/commit/7ea51076a7226b4b29ff6a07fbd8259214776239)) +- **sdk-coin-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d)) +- **sdk-coin-dot:** fix dot sweep recovery format for ovc signing ([d73271b](https://github.com/BitGo/BitGoJS/commit/d73271bfcb806d980cd09db3828805b1ece8689d)) +- **sdk-coin-dot:** remove DOT console debug logging ([d4aad05](https://github.com/BitGo/BitGoJS/commit/d4aad0509a14bc0a89e8af7435353621044a1100)) +- **sdk-coin-dot:** return ovc compatible format for dot sweep txns ([748f40c](https://github.com/BitGo/BitGoJS/commit/748f40c044fb047639b9e8a0ecab30c4692523b0)) +- **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5)) + # [3.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@3.2.0...@bitgo/sdk-coin-dot@3.15.0) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-dot/package.json b/modules/sdk-coin-dot/package.json index 227538dc67..913550200a 100644 --- a/modules/sdk-coin-dot/package.json +++ b/modules/sdk-coin-dot/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-dot", - "version": "3.15.0", + "version": "3.18.0", "description": "BitGo SDK coin library for Polkadot", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,9 +40,9 @@ ] }, "dependencies": { - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/sdk-lib-mpc": "^8.15.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/sdk-lib-mpc": "^8.18.0", + "@bitgo/statics": "^32.0.0", "@polkadot/api": "10.9.1", "@polkadot/keyring": "12.3.2", "@polkadot/types": "10.9.1", @@ -58,8 +58,8 @@ "tweetnacl": "^1.0.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "@types/lodash": "^4.14.151" } } diff --git a/modules/sdk-coin-eos/CHANGELOG.md b/modules/sdk-coin-eos/CHANGELOG.md index f7907d0e04..81a1b18ab6 100644 --- a/modules/sdk-coin-eos/CHANGELOG.md +++ b/modules/sdk-coin-eos/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.5.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@1.5.0...@bitgo/sdk-coin-eos@1.5.16) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +## [1.5.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@1.5.0...@bitgo/sdk-coin-eos@1.5.15) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +## [1.5.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@1.5.0...@bitgo/sdk-coin-eos@1.5.14) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + ## [1.5.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@1.5.0...@bitgo/sdk-coin-eos@1.5.13) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-eos/package.json b/modules/sdk-coin-eos/package.json index edf6500008..b62051c842 100644 --- a/modules/sdk-coin-eos/package.json +++ b/modules/sdk-coin-eos/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-eos", - "version": "1.5.13", + "version": "1.5.16", "description": "BitGo SDK coin library for Eos", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,9 +40,9 @@ ] }, "dependencies": { - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", - "@bitgo/utxo-lib": "^9.16.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", + "@bitgo/utxo-lib": "^9.19.0", "bignumber.js": "^9.0.2", "eosjs": "^21.0.2", "eosjs-ecc": "^4.0.4", @@ -50,8 +50,8 @@ "superagent": "^3.8.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "@types/lodash": "^4.14.121" } } diff --git a/modules/sdk-coin-etc/CHANGELOG.md b/modules/sdk-coin-etc/CHANGELOG.md index 2463c35c6a..e9b5200dd6 100644 --- a/modules/sdk-coin-etc/CHANGELOG.md +++ b/modules/sdk-coin-etc/CHANGELOG.md @@ -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.4.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-etc@1.4.0...@bitgo/sdk-coin-etc@1.4.16) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-etc + +## [1.4.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-etc@1.4.0...@bitgo/sdk-coin-etc@1.4.15) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-etc + +## [1.4.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-etc@1.4.0...@bitgo/sdk-coin-etc@1.4.14) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-etc + ## [1.4.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-etc@1.4.0...@bitgo/sdk-coin-etc@1.4.13) (2023-10-20) **Note:** Version bump only for package @bitgo/sdk-coin-etc diff --git a/modules/sdk-coin-etc/package.json b/modules/sdk-coin-etc/package.json index 37d65b5210..faaf75eb53 100644 --- a/modules/sdk-coin-etc/package.json +++ b/modules/sdk-coin-etc/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-etc", - "version": "1.4.13", + "version": "1.4.16", "description": "BitGo SDK coin library for Ethereum classic", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,15 +40,15 @@ ] }, "dependencies": { - "@bitgo/abstract-eth": "^1.6.0", - "@bitgo/sdk-coin-eth": "^4.10.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/abstract-eth": "^4.0.0", + "@bitgo/sdk-coin-eth": "^7.0.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", "@ethereumjs/common": "^2.6.5", "ethereumjs-abi": "^0.6.5" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-eth/CHANGELOG.md b/modules/sdk-coin-eth/CHANGELOG.md index f88aa6916c..defa8a214c 100644 --- a/modules/sdk-coin-eth/CHANGELOG.md +++ b/modules/sdk-coin-eth/CHANGELOG.md @@ -3,6 +3,132 @@ 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/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@7.0.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79)) + +### Code Refactoring + +- **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a)) +- **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212)) + +### Features + +- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2)) +- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c)) + +### BREAKING CHANGES + +- **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild + interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. + getCustomChainName method is removed from Polygon class because a common + method getCustomChainCommon has been added to AbstractEthLikeNewCoins + class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins + and needs to be passed to derive the Eth common object from the chainId. + signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that + it can be used for other EthLike coins. getBaseFactor method in Eth + and Polygon class returns number instead of string just to align with + AbstractEthLikeCoin + Ticket: WIN-1012 +- **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken + class in abstract-eth module because TransactionBuilder in the + abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can + be added to the class that will inherit EthLikeToken class + +TransactionPrebuild from new class AbstractEthLikeNewCoins is being +exported now instead of TransactionPrebuild from AbstractEthLikeCoin +class as the TransactionPrebuild from AbstractEthLikeNewCoins also has +support for hop transactions, batch transactions, etc + +TICKET: WIN-1021 + +# [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@6.0.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79)) + +### Code Refactoring + +- **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a)) +- **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212)) + +### Features + +- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2)) +- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c)) + +### BREAKING CHANGES + +- **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild + interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. + getCustomChainName method is removed from Polygon class because a common + method getCustomChainCommon has been added to AbstractEthLikeNewCoins + class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins + and needs to be passed to derive the Eth common object from the chainId. + signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that + it can be used for other EthLike coins. getBaseFactor method in Eth + and Polygon class returns number instead of string just to align with + AbstractEthLikeCoin + Ticket: WIN-1012 +- **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken + class in abstract-eth module because TransactionBuilder in the + abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can + be added to the class that will inherit EthLikeToken class + +TransactionPrebuild from new class AbstractEthLikeNewCoins is being +exported now instead of TransactionPrebuild from AbstractEthLikeCoin +class as the TransactionPrebuild from AbstractEthLikeNewCoins also has +support for hop transactions, batch transactions, etc + +TICKET: WIN-1021 + +# [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@5.0.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79)) + +### Code Refactoring + +- **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a)) +- **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212)) + +### Features + +- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2)) +- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c)) + +### BREAKING CHANGES + +- **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild + interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. + getCustomChainName method is removed from Polygon class because a common + method getCustomChainCommon has been added to AbstractEthLikeNewCoins + class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins + and needs to be passed to derive the Eth common object from the chainId. + signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that + it can be used for other EthLike coins. getBaseFactor method in Eth + and Polygon class returns number instead of string just to align with + AbstractEthLikeCoin + Ticket: WIN-1012 +- **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken + class in abstract-eth module because TransactionBuilder in the + abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can + be added to the class that will inherit EthLikeToken class + +TransactionPrebuild from new class AbstractEthLikeNewCoins is being +exported now instead of TransactionPrebuild from AbstractEthLikeCoin +class as the TransactionPrebuild from AbstractEthLikeNewCoins also has +support for hop transactions, batch transactions, etc + +TICKET: WIN-1021 + # [4.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.10.0) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-eth/package.json b/modules/sdk-coin-eth/package.json index 68ade6a042..d9ba25deda 100644 --- a/modules/sdk-coin-eth/package.json +++ b/modules/sdk-coin-eth/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-eth", - "version": "4.10.0", + "version": "7.0.0", "description": "BitGo SDK coin library for Ethereum", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,10 +40,10 @@ ] }, "dependencies": { - "@bitgo/abstract-eth": "^1.6.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", - "@bitgo/utxo-lib": "^9.16.0", + "@bitgo/abstract-eth": "^4.0.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", + "@bitgo/utxo-lib": "^9.19.0", "@ethereumjs/tx": "^3.3.0", "@ethereumjs/util": "8.0.3", "ethereumjs-abi": "^0.6.5", @@ -54,8 +54,8 @@ "superagent": "^3.8.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "tweetnacl": "^1.0.3" } } diff --git a/modules/sdk-coin-eth2/CHANGELOG.md b/modules/sdk-coin-eth2/CHANGELOG.md index 3d92fa30bd..b00d2e0ce2 100644 --- a/modules/sdk-coin-eth2/CHANGELOG.md +++ b/modules/sdk-coin-eth2/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth2@1.4.0...@bitgo/sdk-coin-eth2@1.4.16) (2023-11-13) + +### Bug Fixes + +- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) + +## [1.4.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth2@1.4.0...@bitgo/sdk-coin-eth2@1.4.15) (2023-11-13) + +### Bug Fixes + +- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) + +## [1.4.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth2@1.4.0...@bitgo/sdk-coin-eth2@1.4.14) (2023-11-13) + +### Bug Fixes + +- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) + ## [1.4.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth2@1.4.0...@bitgo/sdk-coin-eth2@1.4.13) (2023-10-20) **Note:** Version bump only for package @bitgo/sdk-coin-eth2 diff --git a/modules/sdk-coin-eth2/package.json b/modules/sdk-coin-eth2/package.json index 31c0c19ab9..815979fddb 100644 --- a/modules/sdk-coin-eth2/package.json +++ b/modules/sdk-coin-eth2/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-eth2", - "version": "1.4.13", + "version": "1.4.16", "description": "BitGo SDK coin library for Eth2", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,14 +40,14 @@ ] }, "dependencies": { - "@bitgo/sdk-core": "^8.26.0", + "@bitgo/sdk-core": "^11.0.0", "bignumber.js": "^9.1.1", "ethereumjs-util": "7.1.5", "lodash": "^4.17.14", "superagent": "^3.8.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-ethw/CHANGELOG.md b/modules/sdk-coin-ethw/CHANGELOG.md index ed94691204..15b1cdb3a0 100644 --- a/modules/sdk-coin-ethw/CHANGELOG.md +++ b/modules/sdk-coin-ethw/CHANGELOG.md @@ -3,6 +3,78 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.5.0...@bitgo/sdk-coin-ethw@4.0.0) (2023-11-13) + +### Bug Fixes + +- **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79)) + +### Code Refactoring + +- **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a)) + +### BREAKING CHANGES + +- **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild + interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. + getCustomChainName method is removed from Polygon class because a common + method getCustomChainCommon has been added to AbstractEthLikeNewCoins + class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins + and needs to be passed to derive the Eth common object from the chainId. + signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that + it can be used for other EthLike coins. getBaseFactor method in Eth + and Polygon class returns number instead of string just to align with + AbstractEthLikeCoin + Ticket: WIN-1012 + +# [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.5.0...@bitgo/sdk-coin-ethw@3.0.0) (2023-11-13) + +### Bug Fixes + +- **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79)) + +### Code Refactoring + +- **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a)) + +### BREAKING CHANGES + +- **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild + interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. + getCustomChainName method is removed from Polygon class because a common + method getCustomChainCommon has been added to AbstractEthLikeNewCoins + class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins + and needs to be passed to derive the Eth common object from the chainId. + signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that + it can be used for other EthLike coins. getBaseFactor method in Eth + and Polygon class returns number instead of string just to align with + AbstractEthLikeCoin + Ticket: WIN-1012 + +# [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.5.0...@bitgo/sdk-coin-ethw@2.0.0) (2023-11-13) + +### Bug Fixes + +- **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79)) + +### Code Refactoring + +- **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a)) + +### BREAKING CHANGES + +- **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild + interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. + getCustomChainName method is removed from Polygon class because a common + method getCustomChainCommon has been added to AbstractEthLikeNewCoins + class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins + and needs to be passed to derive the Eth common object from the chainId. + signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that + it can be used for other EthLike coins. getBaseFactor method in Eth + and Polygon class returns number instead of string just to align with + AbstractEthLikeCoin + Ticket: WIN-1012 + ## [1.5.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.5.0...@bitgo/sdk-coin-ethw@1.5.13) (2023-10-20) **Note:** Version bump only for package @bitgo/sdk-coin-ethw diff --git a/modules/sdk-coin-ethw/package.json b/modules/sdk-coin-ethw/package.json index 99435f1a7c..4ed47b328b 100644 --- a/modules/sdk-coin-ethw/package.json +++ b/modules/sdk-coin-ethw/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-ethw", - "version": "1.5.13", + "version": "4.0.0", "description": "BitGo SDK coin library for Ethereum pow", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,14 +40,14 @@ ] }, "dependencies": { - "@bitgo/sdk-coin-eth": "^4.10.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/sdk-coin-eth": "^7.0.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", "ethereumjs-util": "7.1.5", "superagent": "^3.8.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-hash/CHANGELOG.md b/modules/sdk-coin-hash/CHANGELOG.md index de447cd010..f9a3df8fe7 100644 --- a/modules/sdk-coin-hash/CHANGELOG.md +++ b/modules/sdk-coin-hash/CHANGELOG.md @@ -3,6 +3,42 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.9.0) (2023-11-13) + +### Bug Fixes + +- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4)) +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870)) + +# [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.8.0) (2023-11-13) + +### Bug Fixes + +- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4)) +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **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/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.7.0) (2023-11-13) + +### Bug Fixes + +- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4)) +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870)) + # [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.6.0) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-hash/package.json b/modules/sdk-coin-hash/package.json index 2cc70fb58a..0d8ac6b10b 100644 --- a/modules/sdk-coin-hash/package.json +++ b/modules/sdk-coin-hash/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-hash", - "version": "1.6.0", + "version": "1.9.0", "description": "BitGo SDK coin library for Provenance", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,18 +40,18 @@ ] }, "dependencies": { - "@bitgo/abstract-cosmos": "^1.8.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/sdk-lib-mpc": "^8.15.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/abstract-cosmos": "^1.11.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/sdk-lib-mpc": "^8.18.0", + "@bitgo/statics": "^32.0.0", "@cosmjs/amino": "^0.29.5", "@cosmjs/encoding": "^0.29.5", "@cosmjs/stargate": "^0.29.5", "bignumber.js": "^9.1.1" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "@types/lodash": "^4.14.183" } } diff --git a/modules/sdk-coin-hbar/CHANGELOG.md b/modules/sdk-coin-hbar/CHANGELOG.md index 666983e483..a64a73318e 100644 --- a/modules/sdk-coin-hbar/CHANGELOG.md +++ b/modules/sdk-coin-hbar/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.5.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.16) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e)) + +## [1.5.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.15) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e)) + +## [1.5.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.14) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-coin-hbar:** allow explain txn to take both feeParam as well as parsed json ([fcc8bc5](https://github.com/BitGo/BitGoJS/commit/fcc8bc571efb5c7ec218ef1d30b8eac4640a5d7e)) + ## [1.5.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.5.0...@bitgo/sdk-coin-hbar@1.5.13) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-hbar/package.json b/modules/sdk-coin-hbar/package.json index aad5086366..09e0808120 100644 --- a/modules/sdk-coin-hbar/package.json +++ b/modules/sdk-coin-hbar/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-hbar", - "version": "1.5.13", + "version": "1.5.16", "description": "BitGo SDK coin library for Hbar", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,9 +40,9 @@ ] }, "dependencies": { - "@bitgo/sdk-coin-algo": "^1.7.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/sdk-coin-algo": "^1.10.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", "@hashgraph/proto": "2.12.0", "@hashgraph/sdk": "2.29.0", "@stablelib/sha384": "^1.0.0", @@ -54,7 +54,7 @@ "tweetnacl": "^1.0.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-injective/CHANGELOG.md b/modules/sdk-coin-injective/CHANGELOG.md index 32f9085ae7..e06b9f4d53 100644 --- a/modules/sdk-coin-injective/CHANGELOG.md +++ b/modules/sdk-coin-injective/CHANGELOG.md @@ -3,6 +3,45 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-injective@1.4.0...@bitgo/sdk-coin-injective@1.9.0) (2023-11-13) + +### Bug Fixes + +- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae)) +- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936)) +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870)) + +# [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-injective@1.4.0...@bitgo/sdk-coin-injective@1.8.0) (2023-11-13) + +### Bug Fixes + +- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae)) +- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936)) +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **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/sdk-coin-injective@1.4.0...@bitgo/sdk-coin-injective@1.7.0) (2023-11-13) + +### Bug Fixes + +- **abstract-cosmos:** getAccountDetails fix ([d5c6c74](https://github.com/BitGo/BitGoJS/commit/d5c6c74845e62ee3cd68321c55d729da1526fcae)) +- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936)) +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870)) + # [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-injective@1.4.0...@bitgo/sdk-coin-injective@1.6.0) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-injective/package.json b/modules/sdk-coin-injective/package.json index b908d568b6..81312c71c5 100644 --- a/modules/sdk-coin-injective/package.json +++ b/modules/sdk-coin-injective/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-injective", - "version": "1.6.0", + "version": "1.9.0", "description": "BitGo SDK coin library for Injective", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,18 +40,18 @@ ] }, "dependencies": { - "@bitgo/abstract-cosmos": "^1.8.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/sdk-lib-mpc": "^8.15.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/abstract-cosmos": "^1.11.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/sdk-lib-mpc": "^8.18.0", + "@bitgo/statics": "^32.0.0", "@cosmjs/amino": "^0.29.5", "@cosmjs/encoding": "^0.29.5", "@cosmjs/stargate": "^0.29.5", "bignumber.js": "^9.1.1" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "@types/lodash": "^4.14.183" } } diff --git a/modules/sdk-coin-islm/CHANGELOG.md b/modules/sdk-coin-islm/CHANGELOG.md index 5cd415ba45..57edf53af1 100644 --- a/modules/sdk-coin-islm/CHANGELOG.md +++ b/modules/sdk-coin-islm/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.5.0 (2023-11-13) + +### Bug Fixes + +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) + +### Features + +- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596)) + +# 1.4.0 (2023-11-13) + +### Bug Fixes + +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) + +### Features + +- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596)) + +# 1.3.0 (2023-11-13) + +### Bug Fixes + +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) + +### Features + +- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596)) + # 1.2.0 (2023-10-20) ### Features diff --git a/modules/sdk-coin-islm/package.json b/modules/sdk-coin-islm/package.json index 7c9b01247b..c57a7dd584 100644 --- a/modules/sdk-coin-islm/package.json +++ b/modules/sdk-coin-islm/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-islm", - "version": "1.2.0", + "version": "1.5.0", "description": "BitGo SDK coin library for Islm", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,9 +40,9 @@ ] }, "dependencies": { - "@bitgo/abstract-cosmos": "^1.8.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/abstract-cosmos": "^1.11.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", "@cosmjs/amino": "^0.29.5", "@cosmjs/encoding": "^0.29.5", "@cosmjs/proto-signing": "^0.29.5", @@ -54,7 +54,7 @@ "protobufjs": "^7.2.4" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-ltc/CHANGELOG.md b/modules/sdk-coin-ltc/CHANGELOG.md index 60e191f7f1..d04e027543 100644 --- a/modules/sdk-coin-ltc/CHANGELOG.md +++ b/modules/sdk-coin-ltc/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.2.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ltc@2.2.0...@bitgo/sdk-coin-ltc@2.2.16) (2023-11-13) + +### Bug Fixes + +- **abstract-utxo:** upper case address should return false ([f0b6c46](https://github.com/BitGo/BitGoJS/commit/f0b6c467daaa0e43bb2923993fb238c7a4ce6f59)) + +## [2.2.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ltc@2.2.0...@bitgo/sdk-coin-ltc@2.2.15) (2023-11-13) + +### Bug Fixes + +- **abstract-utxo:** upper case address should return false ([f0b6c46](https://github.com/BitGo/BitGoJS/commit/f0b6c467daaa0e43bb2923993fb238c7a4ce6f59)) + +## [2.2.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ltc@2.2.0...@bitgo/sdk-coin-ltc@2.2.14) (2023-11-13) + +### Bug Fixes + +- **abstract-utxo:** upper case address should return false ([f0b6c46](https://github.com/BitGo/BitGoJS/commit/f0b6c467daaa0e43bb2923993fb238c7a4ce6f59)) + ## [2.2.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ltc@2.2.0...@bitgo/sdk-coin-ltc@2.2.13) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-ltc/package.json b/modules/sdk-coin-ltc/package.json index c29dc9e101..bae320b64a 100644 --- a/modules/sdk-coin-ltc/package.json +++ b/modules/sdk-coin-ltc/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-ltc", - "version": "2.2.13", + "version": "2.2.16", "description": "BitGo SDK coin library for Litecoin", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,12 +40,12 @@ ] }, "dependencies": { - "@bitgo/abstract-utxo": "^3.18.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/utxo-lib": "^9.16.0" + "@bitgo/abstract-utxo": "^3.21.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/utxo-lib": "^9.19.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-near/CHANGELOG.md b/modules/sdk-coin-near/CHANGELOG.md index 3276622f2e..b1a05f682e 100644 --- a/modules/sdk-coin-near/CHANGELOG.md +++ b/modules/sdk-coin-near/CHANGELOG.md @@ -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.6.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-near@1.6.0...@bitgo/sdk-coin-near@1.6.16) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-near + +## [1.6.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-near@1.6.0...@bitgo/sdk-coin-near@1.6.15) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-near + +## [1.6.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-near@1.6.0...@bitgo/sdk-coin-near@1.6.14) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-near + ## [1.6.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-near@1.6.0...@bitgo/sdk-coin-near@1.6.13) (2023-10-20) **Note:** Version bump only for package @bitgo/sdk-coin-near diff --git a/modules/sdk-coin-near/package.json b/modules/sdk-coin-near/package.json index f2f8839155..1cf1b8e7f2 100644 --- a/modules/sdk-coin-near/package.json +++ b/modules/sdk-coin-near/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-near", - "version": "1.6.13", + "version": "1.6.16", "description": "BitGo SDK coin library for Near", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,8 +40,8 @@ ] }, "dependencies": { - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", "@stablelib/hex": "^1.0.0", "bignumber.js": "^9.0.0", "bn.js": "^5.2.1", @@ -53,8 +53,8 @@ "tweetnacl": "^1.0.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "@types/lodash": "^4.14.121" } } diff --git a/modules/sdk-coin-opeth/CHANGELOG.md b/modules/sdk-coin-opeth/CHANGELOG.md index da8589a29b..5e7a3d645a 100644 --- a/modules/sdk-coin-opeth/CHANGELOG.md +++ b/modules/sdk-coin-opeth/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.5.0 (2023-11-13) + +### Features + +- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684)) + +# 1.4.0 (2023-11-13) + +### Features + +- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684)) + +# 1.3.0 (2023-11-13) + +### Features + +- **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684)) + # 1.2.0 (2023-10-20) ### Features diff --git a/modules/sdk-coin-opeth/package.json b/modules/sdk-coin-opeth/package.json index 927a31352f..13d072d9d0 100644 --- a/modules/sdk-coin-opeth/package.json +++ b/modules/sdk-coin-opeth/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-opeth", - "version": "1.2.0", + "version": "1.5.0", "description": "BitGo SDK coin library for Optimism", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,16 +40,16 @@ ] }, "dependencies": { - "@bitgo/abstract-eth": "^1.6.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/abstract-eth": "^4.0.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", "@ethereumjs/common": "^2.6.5", "superagent": "^3.8.3", - "@bitgo/utxo-lib": "^9.16.0" + "@bitgo/utxo-lib": "^9.19.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "secp256k1": "5.0.0" } } diff --git a/modules/sdk-coin-osmo/CHANGELOG.md b/modules/sdk-coin-osmo/CHANGELOG.md index 53f563b30e..d08d785436 100644 --- a/modules/sdk-coin-osmo/CHANGELOG.md +++ b/modules/sdk-coin-osmo/CHANGELOG.md @@ -3,6 +3,42 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-osmo@1.6.0...@bitgo/sdk-coin-osmo@1.11.0) (2023-11-13) + +### Bug Fixes + +- **abstract-cosmos:** allow valueless transfer for osmosis ([7aa6752](https://github.com/BitGo/BitGoJS/commit/7aa6752711eb604acd0d6e9b0b6f0bdb5e5be991)) +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870)) + +# [1.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-osmo@1.6.0...@bitgo/sdk-coin-osmo@1.10.0) (2023-11-13) + +### Bug Fixes + +- **abstract-cosmos:** allow valueless transfer for osmosis ([7aa6752](https://github.com/BitGo/BitGoJS/commit/7aa6752711eb604acd0d6e9b0b6f0bdb5e5be991)) +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870)) + +# [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-osmo@1.6.0...@bitgo/sdk-coin-osmo@1.9.0) (2023-11-13) + +### Bug Fixes + +- **abstract-cosmos:** allow valueless transfer for osmosis ([7aa6752](https://github.com/BitGo/BitGoJS/commit/7aa6752711eb604acd0d6e9b0b6f0bdb5e5be991)) +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870)) + # [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-osmo@1.6.0...@bitgo/sdk-coin-osmo@1.8.0) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-osmo/package.json b/modules/sdk-coin-osmo/package.json index a660a72b0b..ee374507c2 100644 --- a/modules/sdk-coin-osmo/package.json +++ b/modules/sdk-coin-osmo/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-osmo", - "version": "1.8.0", + "version": "1.11.0", "description": "BitGo SDK coin library for Osmosis", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,18 +40,18 @@ ] }, "dependencies": { - "@bitgo/abstract-cosmos": "^1.8.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/sdk-lib-mpc": "^8.15.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/abstract-cosmos": "^1.11.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/sdk-lib-mpc": "^8.18.0", + "@bitgo/statics": "^32.0.0", "@cosmjs/amino": "^0.29.5", "@cosmjs/encoding": "^0.29.5", "@cosmjs/stargate": "^0.29.5", "bignumber.js": "^9.1.1" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "@types/lodash": "^4.14.183" } } diff --git a/modules/sdk-coin-polygon/CHANGELOG.md b/modules/sdk-coin-polygon/CHANGELOG.md index 50ef349c80..91845dcf29 100644 --- a/modules/sdk-coin-polygon/CHANGELOG.md +++ b/modules/sdk-coin-polygon/CHANGELOG.md @@ -3,6 +3,90 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@4.0.0) (2023-11-13) + +### Bug Fixes + +- **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79)) + +### Code Refactoring + +- **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a)) + +### Features + +- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c)) + +### BREAKING CHANGES + +- **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild + interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. + getCustomChainName method is removed from Polygon class because a common + method getCustomChainCommon has been added to AbstractEthLikeNewCoins + class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins + and needs to be passed to derive the Eth common object from the chainId. + signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that + it can be used for other EthLike coins. getBaseFactor method in Eth + and Polygon class returns number instead of string just to align with + AbstractEthLikeCoin + Ticket: WIN-1012 + +# [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@3.0.0) (2023-11-13) + +### Bug Fixes + +- **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79)) + +### Code Refactoring + +- **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a)) + +### Features + +- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c)) + +### BREAKING CHANGES + +- **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild + interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. + getCustomChainName method is removed from Polygon class because a common + method getCustomChainCommon has been added to AbstractEthLikeNewCoins + class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins + and needs to be passed to derive the Eth common object from the chainId. + signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that + it can be used for other EthLike coins. getBaseFactor method in Eth + and Polygon class returns number instead of string just to align with + AbstractEthLikeCoin + Ticket: WIN-1012 + +# [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@2.0.0) (2023-11-13) + +### Bug Fixes + +- **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79)) + +### Code Refactoring + +- **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a)) + +### Features + +- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c)) + +### BREAKING CHANGES + +- **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild + interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. + getCustomChainName method is removed from Polygon class because a common + method getCustomChainCommon has been added to AbstractEthLikeNewCoins + class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins + and needs to be passed to derive the Eth common object from the chainId. + signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that + it can be used for other EthLike coins. getBaseFactor method in Eth + and Polygon class returns number instead of string just to align with + AbstractEthLikeCoin + Ticket: WIN-1012 + # [1.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.10.0) (2023-10-20) ### Features diff --git a/modules/sdk-coin-polygon/package.json b/modules/sdk-coin-polygon/package.json index 512b2cb5a4..e429a6d3fa 100644 --- a/modules/sdk-coin-polygon/package.json +++ b/modules/sdk-coin-polygon/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-polygon", - "version": "1.10.0", + "version": "4.0.0", "description": "BitGo SDK coin library for Polygon", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,17 +40,17 @@ ] }, "dependencies": { - "@bitgo/abstract-eth": "^1.6.0", - "@bitgo/sdk-core": "^8.26.0", + "@bitgo/abstract-eth": "^4.0.0", + "@bitgo/sdk-core": "^11.0.0", "@bitgo/sjcl": "^1.0.1", - "@bitgo/statics": "^29.0.0", - "@bitgo/utxo-lib": "^9.16.0", + "@bitgo/statics": "^32.0.0", + "@bitgo/utxo-lib": "^9.19.0", "@ethereumjs/common": "^2.6.5", "superagent": "^3.8.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "secp256k1": "5.0.0" } } diff --git a/modules/sdk-coin-rbtc/CHANGELOG.md b/modules/sdk-coin-rbtc/CHANGELOG.md index 6abf3d1c5d..606e749c28 100644 --- a/modules/sdk-coin-rbtc/CHANGELOG.md +++ b/modules/sdk-coin-rbtc/CHANGELOG.md @@ -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.5.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rbtc@1.5.0...@bitgo/sdk-coin-rbtc@1.5.16) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-rbtc + +## [1.5.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rbtc@1.5.0...@bitgo/sdk-coin-rbtc@1.5.15) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-rbtc + +## [1.5.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rbtc@1.5.0...@bitgo/sdk-coin-rbtc@1.5.14) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-rbtc + ## [1.5.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rbtc@1.5.0...@bitgo/sdk-coin-rbtc@1.5.13) (2023-10-20) **Note:** Version bump only for package @bitgo/sdk-coin-rbtc diff --git a/modules/sdk-coin-rbtc/package.json b/modules/sdk-coin-rbtc/package.json index be20460df7..744f10cc28 100644 --- a/modules/sdk-coin-rbtc/package.json +++ b/modules/sdk-coin-rbtc/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-rbtc", - "version": "1.5.13", + "version": "1.5.16", "description": "BitGo SDK coin library for Rootstock rsk", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,16 +40,16 @@ ] }, "dependencies": { - "@bitgo/abstract-eth": "^1.6.0", - "@bitgo/sdk-coin-eth": "^4.10.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/abstract-eth": "^4.0.0", + "@bitgo/sdk-coin-eth": "^7.0.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", "@ethereumjs/common": "^2.6.5", "ethereumjs-abi": "^0.6.5", "ethereumjs-util": "7.1.5" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-sei/CHANGELOG.md b/modules/sdk-coin-sei/CHANGELOG.md index b080c2d54f..f1bcd9f6c5 100644 --- a/modules/sdk-coin-sei/CHANGELOG.md +++ b/modules/sdk-coin-sei/CHANGELOG.md @@ -3,6 +3,42 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sei@1.4.0...@bitgo/sdk-coin-sei@1.9.0) (2023-11-13) + +### Bug Fixes + +- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4)) +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870)) + +# [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sei@1.4.0...@bitgo/sdk-coin-sei@1.8.0) (2023-11-13) + +### Bug Fixes + +- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4)) +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **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/sdk-coin-sei@1.4.0...@bitgo/sdk-coin-sei@1.7.0) (2023-11-13) + +### Bug Fixes + +- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4)) +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870)) + # [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sei@1.4.0...@bitgo/sdk-coin-sei@1.6.0) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-sei/package.json b/modules/sdk-coin-sei/package.json index 578c49d6b6..0cb764eebd 100644 --- a/modules/sdk-coin-sei/package.json +++ b/modules/sdk-coin-sei/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-sei", - "version": "1.6.0", + "version": "1.9.0", "description": "BitGo SDK coin library for Sei", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,18 +40,18 @@ ] }, "dependencies": { - "@bitgo/abstract-cosmos": "^1.8.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/sdk-lib-mpc": "^8.15.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/abstract-cosmos": "^1.11.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/sdk-lib-mpc": "^8.18.0", + "@bitgo/statics": "^32.0.0", "@cosmjs/amino": "^0.29.5", "@cosmjs/encoding": "^0.29.5", "@cosmjs/stargate": "^0.29.5", "bignumber.js": "^9.1.1" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "@types/lodash": "^4.14.183" } } diff --git a/modules/sdk-coin-sol/CHANGELOG.md b/modules/sdk-coin-sol/CHANGELOG.md index 7e83faf4c7..aa5883b932 100644 --- a/modules/sdk-coin-sol/CHANGELOG.md +++ b/modules/sdk-coin-sol/CHANGELOG.md @@ -3,6 +3,63 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.23.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sol@2.7.0...@bitgo/sdk-coin-sol@2.23.0) (2023-11-13) + +### Bug Fixes + +- **sdk-coin-sol:** fix sol createBroadcastableSweepTransaction method for arrays of txns ([3e2d40b](https://github.com/BitGo/BitGoJS/commit/3e2d40b05b6fe50b64566cbc60640c00c1dcb32c)) +- **sdk-coin-sol:** fix wrong file name ([1b8ca5b](https://github.com/BitGo/BitGoJS/commit/1b8ca5b4311bf8549499d72e8a0bbea7c3d94003)) +- **sdk-coin-sol:** fix wrong signable data ([0d76087](https://github.com/BitGo/BitGoJS/commit/0d76087afc756a525e122a706636ed30b59b85f1)) + +### Features + +- **sdk-coin-sol:** add consolidation method for sol recovery ([58fcc61](https://github.com/BitGo/BitGoJS/commit/58fcc61268fbe6975802499d7b1b9040ed074b52)) +- **sdk-coin-sol:** add tests for new sol builders ([561f916](https://github.com/BitGo/BitGoJS/commit/561f9160a8528419f653d818d847c29c5e56abc3)) +- **sdk-coin-sol:** add transaction message authorize builder ([649b7df](https://github.com/BitGo/BitGoJS/commit/649b7df0f65c2eee08e7c1e009ebb3c03cf4d011)) +- **sdk-coin-sol:** add tx builder for delegate and deactivate ([a7cdaaa](https://github.com/BitGo/BitGoJS/commit/a7cdaaa5a7b3bab83bccc82a7c001a9f23e94207)) +- **sdk-coin-sol:** add unit test for sol unsigned sweep consolidation recovery ([0c756ed](https://github.com/BitGo/BitGoJS/commit/0c756ed9f96eeda216c5e17d0f71feabc5d53b6e)) +- **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5)) +- **sdk-coin-sol:** fix sol sweep recovery format for ovc signing ([0ef6f67](https://github.com/BitGo/BitGoJS/commit/0ef6f6757f54ac9164927cfa764fcded2214421b)) +- **sdk-coin-sol:** return ovc compatible format for sol sweep txns ([aa536ff](https://github.com/BitGo/BitGoJS/commit/aa536ffc24a7e7dd3d4069d2d1bae0704a85d686)) + +# [2.22.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sol@2.7.0...@bitgo/sdk-coin-sol@2.22.0) (2023-11-13) + +### Bug Fixes + +- **sdk-coin-sol:** fix sol createBroadcastableSweepTransaction method for arrays of txns ([3e2d40b](https://github.com/BitGo/BitGoJS/commit/3e2d40b05b6fe50b64566cbc60640c00c1dcb32c)) +- **sdk-coin-sol:** fix wrong file name ([1b8ca5b](https://github.com/BitGo/BitGoJS/commit/1b8ca5b4311bf8549499d72e8a0bbea7c3d94003)) +- **sdk-coin-sol:** fix wrong signable data ([0d76087](https://github.com/BitGo/BitGoJS/commit/0d76087afc756a525e122a706636ed30b59b85f1)) + +### Features + +- **sdk-coin-sol:** add consolidation method for sol recovery ([58fcc61](https://github.com/BitGo/BitGoJS/commit/58fcc61268fbe6975802499d7b1b9040ed074b52)) +- **sdk-coin-sol:** add tests for new sol builders ([561f916](https://github.com/BitGo/BitGoJS/commit/561f9160a8528419f653d818d847c29c5e56abc3)) +- **sdk-coin-sol:** add transaction message authorize builder ([649b7df](https://github.com/BitGo/BitGoJS/commit/649b7df0f65c2eee08e7c1e009ebb3c03cf4d011)) +- **sdk-coin-sol:** add tx builder for delegate and deactivate ([a7cdaaa](https://github.com/BitGo/BitGoJS/commit/a7cdaaa5a7b3bab83bccc82a7c001a9f23e94207)) +- **sdk-coin-sol:** add unit test for sol unsigned sweep consolidation recovery ([0c756ed](https://github.com/BitGo/BitGoJS/commit/0c756ed9f96eeda216c5e17d0f71feabc5d53b6e)) +- **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5)) +- **sdk-coin-sol:** fix sol sweep recovery format for ovc signing ([0ef6f67](https://github.com/BitGo/BitGoJS/commit/0ef6f6757f54ac9164927cfa764fcded2214421b)) +- **sdk-coin-sol:** return ovc compatible format for sol sweep txns ([aa536ff](https://github.com/BitGo/BitGoJS/commit/aa536ffc24a7e7dd3d4069d2d1bae0704a85d686)) + +# [2.21.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sol@2.7.0...@bitgo/sdk-coin-sol@2.21.0) (2023-11-13) + +### Bug Fixes + +- **sdk-coin-sol:** fix sol createBroadcastableSweepTransaction method for arrays of txns ([3e2d40b](https://github.com/BitGo/BitGoJS/commit/3e2d40b05b6fe50b64566cbc60640c00c1dcb32c)) +- **sdk-coin-sol:** fix wrong file name ([1b8ca5b](https://github.com/BitGo/BitGoJS/commit/1b8ca5b4311bf8549499d72e8a0bbea7c3d94003)) +- **sdk-coin-sol:** fix wrong signable data ([0d76087](https://github.com/BitGo/BitGoJS/commit/0d76087afc756a525e122a706636ed30b59b85f1)) + +### Features + +- **sdk-coin-sol:** add consolidation method for sol recovery ([58fcc61](https://github.com/BitGo/BitGoJS/commit/58fcc61268fbe6975802499d7b1b9040ed074b52)) +- **sdk-coin-sol:** add tests for new sol builders ([561f916](https://github.com/BitGo/BitGoJS/commit/561f9160a8528419f653d818d847c29c5e56abc3)) +- **sdk-coin-sol:** add transaction message authorize builder ([649b7df](https://github.com/BitGo/BitGoJS/commit/649b7df0f65c2eee08e7c1e009ebb3c03cf4d011)) +- **sdk-coin-sol:** add tx builder for delegate and deactivate ([a7cdaaa](https://github.com/BitGo/BitGoJS/commit/a7cdaaa5a7b3bab83bccc82a7c001a9f23e94207)) +- **sdk-coin-sol:** add unit test for sol unsigned sweep consolidation recovery ([0c756ed](https://github.com/BitGo/BitGoJS/commit/0c756ed9f96eeda216c5e17d0f71feabc5d53b6e)) +- **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5)) +- **sdk-coin-sol:** fix sol sweep recovery format for ovc signing ([0ef6f67](https://github.com/BitGo/BitGoJS/commit/0ef6f6757f54ac9164927cfa764fcded2214421b)) +- **sdk-coin-sol:** return ovc compatible format for sol sweep txns ([aa536ff](https://github.com/BitGo/BitGoJS/commit/aa536ffc24a7e7dd3d4069d2d1bae0704a85d686)) + # [2.20.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sol@2.7.0...@bitgo/sdk-coin-sol@2.20.0) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-sol/package.json b/modules/sdk-coin-sol/package.json index 33c0e7b67e..b8c581288f 100644 --- a/modules/sdk-coin-sol/package.json +++ b/modules/sdk-coin-sol/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-sol", - "version": "2.20.0", + "version": "2.23.0", "description": "BitGo SDK coin library for Sol", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,9 +40,9 @@ ] }, "dependencies": { - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/sdk-lib-mpc": "^8.15.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/sdk-lib-mpc": "^8.18.0", + "@bitgo/statics": "^32.0.0", "@solana/spl-token": "0.3.1", "@solana/web3.js": "1.78.0", "bignumber.js": "^9.0.0", @@ -52,8 +52,8 @@ "tweetnacl": "^1.0.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "@types/lodash": "^4.14.121" } } diff --git a/modules/sdk-coin-stx/CHANGELOG.md b/modules/sdk-coin-stx/CHANGELOG.md index 9e8a945a70..56d0985705 100644 --- a/modules/sdk-coin-stx/CHANGELOG.md +++ b/modules/sdk-coin-stx/CHANGELOG.md @@ -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. +## [2.3.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.16) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-stx + +## [2.3.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.15) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-stx + +## [2.3.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.14) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-stx + ## [2.3.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@2.3.0...@bitgo/sdk-coin-stx@2.3.13) (2023-10-20) **Note:** Version bump only for package @bitgo/sdk-coin-stx diff --git a/modules/sdk-coin-stx/package.json b/modules/sdk-coin-stx/package.json index bc1efc1d74..ae1660e6b9 100644 --- a/modules/sdk-coin-stx/package.json +++ b/modules/sdk-coin-stx/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-stx", - "version": "2.3.13", + "version": "2.3.16", "description": "BitGo SDK coin library for Stacks", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,9 +40,9 @@ ] }, "dependencies": { - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", - "@bitgo/utxo-lib": "^9.16.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", + "@bitgo/utxo-lib": "^9.19.0", "@stacks/network": "^4.3.0", "@stacks/transactions": "2.0.1", "bignumber.js": "^9.0.0", @@ -52,8 +52,8 @@ "lodash": "^4.17.15" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "@types/elliptic": "^6.4.12" } } diff --git a/modules/sdk-coin-sui/CHANGELOG.md b/modules/sdk-coin-sui/CHANGELOG.md index e648abb4f5..0a869e688f 100644 --- a/modules/sdk-coin-sui/CHANGELOG.md +++ b/modules/sdk-coin-sui/CHANGELOG.md @@ -3,6 +3,51 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.8.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49)) +- **sdk-coin-sui:** parse recipients for custom tx ([0781d50](https://github.com/BitGo/BitGoJS/commit/0781d5090ce4c25a4f7fa9e47bcf858b35990140)) + +### Features + +- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf)) +- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394)) +- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c)) +- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf)) + +# [4.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.7.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49)) +- **sdk-coin-sui:** parse recipients for custom tx ([0781d50](https://github.com/BitGo/BitGoJS/commit/0781d5090ce4c25a4f7fa9e47bcf858b35990140)) + +### Features + +- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf)) +- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394)) +- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c)) +- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf)) + +# [4.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.6.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-coin-sui:** fix sui tx deserialization type inference bug ([b9e3f5e](https://github.com/BitGo/BitGoJS/commit/b9e3f5e19fa9cfa6f905d9c2af59aa2158af2d49)) +- **sdk-coin-sui:** parse recipients for custom tx ([0781d50](https://github.com/BitGo/BitGoJS/commit/0781d5090ce4c25a4f7fa9e47bcf858b35990140)) + +### Features + +- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf)) +- **sdk-coin-sui:** add more validations for custom tx ([6746f27](https://github.com/BitGo/BitGoJS/commit/6746f27cbc87a58c034c0a1b4b5fc67d34a3b394)) +- **sdk-coin-sui:** add new moveCall function ([c832651](https://github.com/BitGo/BitGoJS/commit/c8326510e8a1a039786408c832311e0faa8ddb0c)) +- **sdk-coin-sui:** export the new custom tx type ([0bd4130](https://github.com/BitGo/BitGoJS/commit/0bd4130afea919174cc29ac0575806096642e0cf)) + # [4.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sui@4.2.0...@bitgo/sdk-coin-sui@4.5.0) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-sui/package.json b/modules/sdk-coin-sui/package.json index 7dba3e8a53..09aedf1458 100644 --- a/modules/sdk-coin-sui/package.json +++ b/modules/sdk-coin-sui/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-sui", - "version": "4.5.0", + "version": "4.8.0", "description": "BitGo SDK coin library for Sui", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -41,9 +41,9 @@ }, "dependencies": { "@bitgo/blake2b": "^3.2.4", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/sdk-lib-mpc": "^8.15.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/sdk-lib-mpc": "^8.18.0", + "@bitgo/statics": "^32.0.0", "@mysten/bcs": "^0.7.0", "bignumber.js": "^9.0.0", "bs58": "^4.0.1", @@ -52,8 +52,8 @@ "tweetnacl": "^1.0.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "@types/lodash": "^4.14.183", "axios": "^1.4.0", "debug": "^4.3.4" diff --git a/modules/sdk-coin-tia/CHANGELOG.md b/modules/sdk-coin-tia/CHANGELOG.md index 0ebeb9b582..6a53396d62 100644 --- a/modules/sdk-coin-tia/CHANGELOG.md +++ b/modules/sdk-coin-tia/CHANGELOG.md @@ -3,6 +3,45 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.9.0) (2023-11-13) + +### Bug Fixes + +- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936)) +- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4)) +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870)) + +# [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.8.0) (2023-11-13) + +### Bug Fixes + +- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936)) +- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4)) +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **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/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.7.0) (2023-11-13) + +### Bug Fixes + +- **abstract-cosmos:** getAccountDetails mock added for testcases ([1c8795a](https://github.com/BitGo/BitGoJS/commit/1c8795a194d66b41ff46c33d70d14e8343048936)) +- **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4)) +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870)) + # [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-tia@1.4.0...@bitgo/sdk-coin-tia@1.6.0) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-tia/package.json b/modules/sdk-coin-tia/package.json index 3f139b8e08..eae869806c 100644 --- a/modules/sdk-coin-tia/package.json +++ b/modules/sdk-coin-tia/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-tia", - "version": "1.6.0", + "version": "1.9.0", "description": "BitGo SDK coin library for Celestia", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,18 +40,18 @@ ] }, "dependencies": { - "@bitgo/abstract-cosmos": "^1.8.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/sdk-lib-mpc": "^8.15.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/abstract-cosmos": "^1.11.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/sdk-lib-mpc": "^8.18.0", + "@bitgo/statics": "^32.0.0", "@cosmjs/amino": "^0.29.5", "@cosmjs/encoding": "^0.29.5", "@cosmjs/stargate": "^0.29.5", "bignumber.js": "^9.1.1" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "@types/lodash": "^4.14.183" } } diff --git a/modules/sdk-coin-ton/CHANGELOG.md b/modules/sdk-coin-ton/CHANGELOG.md index 8d98376414..541e28bd5b 100644 --- a/modules/sdk-coin-ton/CHANGELOG.md +++ b/modules/sdk-coin-ton/CHANGELOG.md @@ -3,6 +3,51 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.5.0 (2023-11-13) + +### Bug Fixes + +- **sdk-coin-ton:** add transaction builder ([66916de](https://github.com/BitGo/BitGoJS/commit/66916de23af3a3ac8efad5777cfa5d6cc2e0117e)) +- **sdk-coin-ton:** add validBlock and validTransaction ([ac41605](https://github.com/BitGo/BitGoJS/commit/ac416057c726532e382a5dd8fc6d2cbb3f009198)) +- **sdk-coin-ton:** fix add signature ([497d42a](https://github.com/BitGo/BitGoJS/commit/497d42aa03392b693374a645e5dca6734aac37cd)) +- **sdk-coin-ton:** fix dep ([837392e](https://github.com/BitGo/BitGoJS/commit/837392e939147e3cc3c173d214d7d6f0b5067984)) +- **sdk-coin-ton:** validate TON address length ([c32fa93](https://github.com/BitGo/BitGoJS/commit/c32fa93b5142bd0bc4d1c8fce0eb67225f3abbfb)) + +### Features + +- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4)) +- **bitgo:** add Ton skeleton ([fa49bde](https://github.com/BitGo/BitGoJS/commit/fa49bde246d3b4f22de25a1da9e079aad9f2551d)) + +# 1.4.0 (2023-11-13) + +### Bug Fixes + +- **sdk-coin-ton:** add transaction builder ([66916de](https://github.com/BitGo/BitGoJS/commit/66916de23af3a3ac8efad5777cfa5d6cc2e0117e)) +- **sdk-coin-ton:** add validBlock and validTransaction ([ac41605](https://github.com/BitGo/BitGoJS/commit/ac416057c726532e382a5dd8fc6d2cbb3f009198)) +- **sdk-coin-ton:** fix add signature ([497d42a](https://github.com/BitGo/BitGoJS/commit/497d42aa03392b693374a645e5dca6734aac37cd)) +- **sdk-coin-ton:** fix dep ([837392e](https://github.com/BitGo/BitGoJS/commit/837392e939147e3cc3c173d214d7d6f0b5067984)) +- **sdk-coin-ton:** validate TON address length ([c32fa93](https://github.com/BitGo/BitGoJS/commit/c32fa93b5142bd0bc4d1c8fce0eb67225f3abbfb)) + +### Features + +- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4)) +- **bitgo:** add Ton skeleton ([fa49bde](https://github.com/BitGo/BitGoJS/commit/fa49bde246d3b4f22de25a1da9e079aad9f2551d)) + +# 1.3.0 (2023-11-13) + +### Bug Fixes + +- **sdk-coin-ton:** add transaction builder ([66916de](https://github.com/BitGo/BitGoJS/commit/66916de23af3a3ac8efad5777cfa5d6cc2e0117e)) +- **sdk-coin-ton:** add validBlock and validTransaction ([ac41605](https://github.com/BitGo/BitGoJS/commit/ac416057c726532e382a5dd8fc6d2cbb3f009198)) +- **sdk-coin-ton:** fix add signature ([497d42a](https://github.com/BitGo/BitGoJS/commit/497d42aa03392b693374a645e5dca6734aac37cd)) +- **sdk-coin-ton:** fix dep ([837392e](https://github.com/BitGo/BitGoJS/commit/837392e939147e3cc3c173d214d7d6f0b5067984)) +- **sdk-coin-ton:** validate TON address length ([c32fa93](https://github.com/BitGo/BitGoJS/commit/c32fa93b5142bd0bc4d1c8fce0eb67225f3abbfb)) + +### Features + +- **account-lib:** expose Ton from sdk ([14c8b18](https://github.com/BitGo/BitGoJS/commit/14c8b1806ba82799a973544670fa01a6f2ce8dc4)) +- **bitgo:** add Ton skeleton ([fa49bde](https://github.com/BitGo/BitGoJS/commit/fa49bde246d3b4f22de25a1da9e079aad9f2551d)) + # 1.2.0 (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-ton/package.json b/modules/sdk-coin-ton/package.json index ea082d8eed..b41cea460e 100644 --- a/modules/sdk-coin-ton/package.json +++ b/modules/sdk-coin-ton/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-ton", - "version": "1.2.0", + "version": "1.5.0", "description": "BitGo SDK coin library for Ton", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,9 +40,9 @@ ] }, "dependencies": { - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/sdk-lib-mpc": "^8.15.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/sdk-lib-mpc": "^8.18.0", + "@bitgo/statics": "^32.0.0", "bignumber.js": "^9.0.0", "bn.js": "^5.2.1", "lodash": "^4.17.21", @@ -50,7 +50,7 @@ "tweetnacl": "^1.0.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-trx/CHANGELOG.md b/modules/sdk-coin-trx/CHANGELOG.md index b56a2cb49d..e45322d6f7 100644 --- a/modules/sdk-coin-trx/CHANGELOG.md +++ b/modules/sdk-coin-trx/CHANGELOG.md @@ -3,6 +3,51 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.21.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.21.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9)) +- **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021)) + +### Features + +- **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994)) +- **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce)) +- **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1)) +- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c)) + +# [1.20.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.20.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9)) +- **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021)) + +### Features + +- **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994)) +- **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce)) +- **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1)) +- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c)) + +# [1.19.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.19.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-coin-trx:** skip sweep address with balance lower than a threshold ([ebbdc8b](https://github.com/BitGo/BitGoJS/commit/ebbdc8b30e4078ffda1c134dfed0211e050e73c9)) +- **sdk-coin-trx:** use a safer fee for sweep ([a7575e0](https://github.com/BitGo/BitGoJS/commit/a7575e081e18e4c9128449e736d970b813a5b021)) + +### Features + +- **sdk-coin-trx:** add trx consolidate batch ([79b4c3b](https://github.com/BitGo/BitGoJS/commit/79b4c3b570151851b836d1d96d61997572270994)) +- **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce)) +- **sdk-coin-trx:** consolidate to base address ([d3b7558](https://github.com/BitGo/BitGoJS/commit/d3b75585471ca22441acffc58b2f94d192e8c2a1)) +- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c)) + # [1.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.10.0...@bitgo/sdk-coin-trx@1.18.0) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-trx/package.json b/modules/sdk-coin-trx/package.json index de983c0834..6cdb7f2517 100644 --- a/modules/sdk-coin-trx/package.json +++ b/modules/sdk-coin-trx/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-trx", - "version": "1.18.0", + "version": "1.21.0", "description": "BitGo SDK coin library for Tron", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -46,9 +46,9 @@ ] }, "dependencies": { - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", - "@bitgo/utxo-lib": "^9.16.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", + "@bitgo/utxo-lib": "^9.19.0", "@stablelib/hex": "^1.0.0", "bignumber.js": "^9.0.0", "ethers": "^5.7.2", @@ -59,8 +59,8 @@ "tronweb": "5.1.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "shx": "^0.3.4" } } diff --git a/modules/sdk-coin-xlm/CHANGELOG.md b/modules/sdk-coin-xlm/CHANGELOG.md index 00a12cb6a6..b732106cfd 100644 --- a/modules/sdk-coin-xlm/CHANGELOG.md +++ b/modules/sdk-coin-xlm/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-xlm@2.3.0...@bitgo/sdk-coin-xlm@2.8.0) (2023-11-13) + +### Bug Fixes + +- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) + +### Features + +- **sdk-coin-xlm:** support token enablement ([7e1e5c8](https://github.com/BitGo/BitGoJS/commit/7e1e5c8e836127a5ab45312895d73e499f694e16)) + +# [2.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-xlm@2.3.0...@bitgo/sdk-coin-xlm@2.7.0) (2023-11-13) + +### Bug Fixes + +- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) + +### Features + +- **sdk-coin-xlm:** support token enablement ([7e1e5c8](https://github.com/BitGo/BitGoJS/commit/7e1e5c8e836127a5ab45312895d73e499f694e16)) + +# [2.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-xlm@2.3.0...@bitgo/sdk-coin-xlm@2.6.0) (2023-11-13) + +### Bug Fixes + +- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) + +### Features + +- **sdk-coin-xlm:** support token enablement ([7e1e5c8](https://github.com/BitGo/BitGoJS/commit/7e1e5c8e836127a5ab45312895d73e499f694e16)) + # [2.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-xlm@2.3.0...@bitgo/sdk-coin-xlm@2.5.0) (2023-10-20) ### Features diff --git a/modules/sdk-coin-xlm/package.json b/modules/sdk-coin-xlm/package.json index b783ea4eef..2106c17c97 100644 --- a/modules/sdk-coin-xlm/package.json +++ b/modules/sdk-coin-xlm/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-xlm", - "version": "2.5.0", + "version": "2.8.0", "description": "BitGo SDK coin library for Xlm", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,16 +40,16 @@ ] }, "dependencies": { - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", - "@bitgo/utxo-lib": "^9.16.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", + "@bitgo/utxo-lib": "^9.19.0", "bignumber.js": "^9.1.1", "lodash": "^4.17.14", "stellar-sdk": "^10.0.1", "superagent": "^3.8.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-xrp/CHANGELOG.md b/modules/sdk-coin-xrp/CHANGELOG.md index 99d49a6c36..0a4b37f362 100644 --- a/modules/sdk-coin-xrp/CHANGELOG.md +++ b/modules/sdk-coin-xrp/CHANGELOG.md @@ -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.7.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-xrp@1.7.0...@bitgo/sdk-coin-xrp@1.7.16) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-xrp + +## [1.7.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-xrp@1.7.0...@bitgo/sdk-coin-xrp@1.7.15) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-xrp + +## [1.7.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-xrp@1.7.0...@bitgo/sdk-coin-xrp@1.7.14) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-xrp + ## [1.7.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-xrp@1.7.0...@bitgo/sdk-coin-xrp@1.7.13) (2023-10-20) **Note:** Version bump only for package @bitgo/sdk-coin-xrp diff --git a/modules/sdk-coin-xrp/package.json b/modules/sdk-coin-xrp/package.json index 407f73b82f..ad6cba41e7 100644 --- a/modules/sdk-coin-xrp/package.json +++ b/modules/sdk-coin-xrp/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-xrp", - "version": "1.7.13", + "version": "1.7.16", "description": "BitGo SDK coin library for Ripple", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,8 +40,8 @@ ] }, "dependencies": { - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/utxo-lib": "^9.16.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/utxo-lib": "^9.19.0", "bignumber.js": "^9.0.0", "lodash": "^4.17.14", "ripple-address-codec": "~4.1.3", @@ -50,7 +50,7 @@ "ripple-lib": "~1.4.1" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-xtz/CHANGELOG.md b/modules/sdk-coin-xtz/CHANGELOG.md index dea6ab859b..867076527a 100644 --- a/modules/sdk-coin-xtz/CHANGELOG.md +++ b/modules/sdk-coin-xtz/CHANGELOG.md @@ -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.6.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-xtz@1.6.0...@bitgo/sdk-coin-xtz@1.6.16) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-xtz + +## [1.6.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-xtz@1.6.0...@bitgo/sdk-coin-xtz@1.6.15) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-xtz + +## [1.6.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-xtz@1.6.0...@bitgo/sdk-coin-xtz@1.6.14) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-xtz + ## [1.6.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-xtz@1.6.0...@bitgo/sdk-coin-xtz@1.6.13) (2023-10-20) **Note:** Version bump only for package @bitgo/sdk-coin-xtz diff --git a/modules/sdk-coin-xtz/package.json b/modules/sdk-coin-xtz/package.json index bc0a3cd968..c647248f1d 100644 --- a/modules/sdk-coin-xtz/package.json +++ b/modules/sdk-coin-xtz/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-xtz", - "version": "1.6.13", + "version": "1.6.16", "description": "BitGo SDK coin library for Tezos", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -41,9 +41,9 @@ }, "dependencies": { "@bitgo/blake2b": "^3.2.4", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0", - "@bitgo/utxo-lib": "^9.16.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0", + "@bitgo/utxo-lib": "^9.19.0", "@taquito/local-forging": "6.3.5-beta.0", "@taquito/signer": "6.3.5-beta.0", "bignumber.js": "^9.0.0", @@ -53,7 +53,7 @@ "lodash": "^4.17.15" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46" } } diff --git a/modules/sdk-coin-zec/CHANGELOG.md b/modules/sdk-coin-zec/CHANGELOG.md index 4e319e4ac2..3a442a4456 100644 --- a/modules/sdk-coin-zec/CHANGELOG.md +++ b/modules/sdk-coin-zec/CHANGELOG.md @@ -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.5.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zec@1.5.0...@bitgo/sdk-coin-zec@1.5.16) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-zec + +## [1.5.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zec@1.5.0...@bitgo/sdk-coin-zec@1.5.15) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-zec + +## [1.5.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zec@1.5.0...@bitgo/sdk-coin-zec@1.5.14) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-coin-zec + ## [1.5.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zec@1.5.0...@bitgo/sdk-coin-zec@1.5.13) (2023-10-20) **Note:** Version bump only for package @bitgo/sdk-coin-zec diff --git a/modules/sdk-coin-zec/package.json b/modules/sdk-coin-zec/package.json index 0050097c21..604df6b7d6 100644 --- a/modules/sdk-coin-zec/package.json +++ b/modules/sdk-coin-zec/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-zec", - "version": "1.5.13", + "version": "1.5.16", "description": "BitGo SDK coin library for Zcash", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,11 +40,11 @@ ] }, "dependencies": { - "@bitgo/abstract-utxo": "^3.18.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/utxo-lib": "^9.16.0" + "@bitgo/abstract-utxo": "^3.21.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/utxo-lib": "^9.19.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0" + "@bitgo/sdk-api": "^1.27.0" } } diff --git a/modules/sdk-coin-zeta/CHANGELOG.md b/modules/sdk-coin-zeta/CHANGELOG.md index 106f42b466..e9aceb498f 100644 --- a/modules/sdk-coin-zeta/CHANGELOG.md +++ b/modules/sdk-coin-zeta/CHANGELOG.md @@ -3,6 +3,45 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zeta@1.2.0...@bitgo/sdk-coin-zeta@1.14.0) (2023-11-13) + +### Bug Fixes + +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-coin-zeta:** update mock for zet fullnode ([33890ae](https://github.com/BitGo/BitGoJS/commit/33890aecf87c8fdb5177b215612f4498595394d7)) + +### Features + +- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870)) +- **sdk-coin-zeta:** add recovery functionality for zeta ([b7d428f](https://github.com/BitGo/BitGoJS/commit/b7d428fcd69a22add44399a9a0e4eeb4519c4113)) + +# [1.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zeta@1.2.0...@bitgo/sdk-coin-zeta@1.13.0) (2023-11-13) + +### Bug Fixes + +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-coin-zeta:** update mock for zet fullnode ([33890ae](https://github.com/BitGo/BitGoJS/commit/33890aecf87c8fdb5177b215612f4498595394d7)) + +### Features + +- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870)) +- **sdk-coin-zeta:** add recovery functionality for zeta ([b7d428f](https://github.com/BitGo/BitGoJS/commit/b7d428fcd69a22add44399a9a0e4eeb4519c4113)) + +# [1.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zeta@1.2.0...@bitgo/sdk-coin-zeta@1.12.0) (2023-11-13) + +### Bug Fixes + +- address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-coin-zeta:** update mock for zet fullnode ([33890ae](https://github.com/BitGo/BitGoJS/commit/33890aecf87c8fdb5177b215612f4498595394d7)) + +### Features + +- **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870)) +- **sdk-coin-zeta:** add recovery functionality for zeta ([b7d428f](https://github.com/BitGo/BitGoJS/commit/b7d428fcd69a22add44399a9a0e4eeb4519c4113)) + # [1.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zeta@1.2.0...@bitgo/sdk-coin-zeta@1.11.0) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-coin-zeta/package.json b/modules/sdk-coin-zeta/package.json index c8003fbf80..6440df52dd 100644 --- a/modules/sdk-coin-zeta/package.json +++ b/modules/sdk-coin-zeta/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-coin-zeta", - "version": "1.11.0", + "version": "1.14.0", "description": "BitGo SDK coin library for Zeta", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,18 +40,18 @@ ] }, "dependencies": { - "@bitgo/abstract-cosmos": "^1.8.0", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/sdk-lib-mpc": "^8.15.0", - "@bitgo/statics": "^29.0.0", + "@bitgo/abstract-cosmos": "^1.11.0", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/sdk-lib-mpc": "^8.18.0", + "@bitgo/statics": "^32.0.0", "@cosmjs/amino": "^0.29.5", "@cosmjs/encoding": "^0.29.5", "@cosmjs/stargate": "^0.29.5", "bignumber.js": "^9.1.1" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-test": "^1.2.43", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-test": "^1.2.46", "@types/lodash": "^4.14.183" } } diff --git a/modules/sdk-core/CHANGELOG.md b/modules/sdk-core/CHANGELOG.md index f671c09fa3..097b36fdb6 100644 --- a/modules/sdk-core/CHANGELOG.md +++ b/modules/sdk-core/CHANGELOG.md @@ -3,6 +3,186 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [11.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@8.13.0...@bitgo/sdk-core@11.0.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-core:** add change address type for utxo coins ([711ba2d](https://github.com/BitGo/BitGoJS/commit/711ba2d8bd00cbb0ec644eefd20356507a50adb1)) +- **sdk-core:** add pendingappr id in build api ([3ace9ac](https://github.com/BitGo/BitGoJS/commit/3ace9ac74a0729f8ade84e8a0c8cd67429563147)) +- **sdk-core:** add rebuild step before eddsa signing ([462c7f8](https://github.com/BitGo/BitGoJS/commit/462c7f8519a96fcbc8d333a49b24d2d07479590b)) +- **sdk-core:** do not sign txRequest full with PA ([6558de2](https://github.com/BitGo/BitGoJS/commit/6558de263edea51ff2c87dc37889af5ba0654a4d)) +- **sdk-core:** export bip32HdTree as BIP32 ([cc80aa6](https://github.com/BitGo/BitGoJS/commit/cc80aa6dfc7ba7ac0657df6a685c7ebd6dc094a0)) +- **sdk-core:** fix dc wallet creation ([70c5e35](https://github.com/BitGo/BitGoJS/commit/70c5e35525c2803f739265ebbc734ab8de4d1870)) +- **sdk-core:** fix ecdsa with external signer ([09884c0](https://github.com/BitGo/BitGoJS/commit/09884c03f971e71c55f0461b449c18cf68c095db)) +- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) +- **sdk-core:** handle txRequest full PA before signing ([9de0eae](https://github.com/BitGo/BitGoJS/commit/9de0eae7cab1ad406e80a818555a7c8557b47eb3)) +- **sdk-core:** include tests in tsconfig.json ([91c1c6c](https://github.com/BitGo/BitGoJS/commit/91c1c6c47f809cbd826db2a7a59c96b74f0273e9)) +- **sdk-core:** move --recursive flag to package.json ([1147ebe](https://github.com/BitGo/BitGoJS/commit/1147ebe3d2ab1868fe1c6bbf343f68becc7d1169)) +- **sdk-core:** use BuildParams.encode when consolidating unspents ([f83f096](https://github.com/BitGo/BitGoJS/commit/f83f096b2839a0324d891d81c01e5265d10e4b97)) +- use public types for tx send ([6a0e5c7](https://github.com/BitGo/BitGoJS/commit/6a0e5c74d27d4a7ed5e9972e184fb9744b15793e)) + +### Code Refactoring + +- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb)) + +### Features + +- **express:** add external signer support for signig with derivation paths ([ceb89dd](https://github.com/BitGo/BitGoJS/commit/ceb89dd72b7f5f7c59484d5517ac32c4f499fd32)) +- **sdk-coin-algo:** support for token enablement ([af718c9](https://github.com/BitGo/BitGoJS/commit/af718c992d0663722fe951f0a29a20825ba0e91c)) +- **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-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d)) +- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596)) +- **sdk-coin-sol:** add transaction message authorize builder ([649b7df](https://github.com/BitGo/BitGoJS/commit/649b7df0f65c2eee08e7c1e009ebb3c03cf4d011)) +- **sdk-coin-sol:** add tx builder for delegate and deactivate ([a7cdaaa](https://github.com/BitGo/BitGoJS/commit/a7cdaaa5a7b3bab83bccc82a7c001a9f23e94207)) +- **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5)) +- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf)) +- **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce)) +- **sdk-coin-zeta:** add recovery functionality for zeta ([b7d428f](https://github.com/BitGo/BitGoJS/commit/b7d428fcd69a22add44399a9a0e4eeb4519c4113)) +- **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:** add postWithCodec utility function ([ff1ad07](https://github.com/BitGo/BitGoJS/commit/ff1ad07dfe476d38ae17cfb691ef0e6375a394ea)) +- **sdk-core:** add type for serializedNtilde with verifiers ([b8ba323](https://github.com/BitGo/BitGoJS/commit/b8ba323b5a00fceb1017c1c953375edbd5459f60)) +- **sdk-core:** add, use SendTransactionRequest and BuildParams codecs ([724fc6c](https://github.com/BitGo/BitGoJS/commit/724fc6c3adee3ef7dbeb39e023f2270ff36a233d)) +- **sdk-core:** create distributed custody wallet ([e53c9a4](https://github.com/BitGo/BitGoJS/commit/e53c9a489b557198fc1606856f32d7ede85e269b)) +- **sdk-core:** extend build param codec ([e224ca3](https://github.com/BitGo/BitGoJS/commit/e224ca306608e9618d080fdb623db09307a91910)) +- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3)) +- **sdk-core:** get utxo script types by coin ([b3cbc61](https://github.com/BitGo/BitGoJS/commit/b3cbc617565547b05d6ae2b1df184e9c0e2e247c)) +- **sdk-core:** phase 5 of gg18 signing ([d8ab3df](https://github.com/BitGo/BitGoJS/commit/d8ab3df38c7f0dc445117f68340cd3f17dfc9a68)) +- **sdk-core:** use BuildParams codec in Wallet.accelerateTransaction ([a9fab81](https://github.com/BitGo/BitGoJS/commit/a9fab813f27cdb40123c49b01570ecb6b9a67d91)) +- **sdk-core:** use BuildParams codec in Wallet.sendAccountConsolidation ([7d340ec](https://github.com/BitGo/BitGoJS/commit/7d340ec674116badf3b05aadf1d9aae130a8c69d)) +- **sdk-core:** whitelist distributed custody params ([2536388](https://github.com/BitGo/BitGoJS/commit/253638867d28e874d7d1ba808558cea16bc743f7)) +- **sdk-lib-mpc:** move ecdsa hdtree from core ([f0311a8](https://github.com/BitGo/BitGoJS/commit/f0311a8606b1a6aa82309ef7bb9a349782819c28)) +- **sdk-lib-mpc:** move shamir ([42fc946](https://github.com/BitGo/BitGoJS/commit/42fc946c8a5c4a1f7a09e5a9cb6c64a0b266a2a7)) +- **sdk-lib-mpc:** move types to types.ts ([cf2f482](https://github.com/BitGo/BitGoJS/commit/cf2f4821792172b1657fbcecd8886df5bacd817a)) +- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c)) +- use psbt for prebuild when wallet is distributedCustody ([10f5e1a](https://github.com/BitGo/BitGoJS/commit/10f5e1ab37d2bea6acd93f94defbe786e4a027b9)) + +### BREAKING CHANGES + +- rename coin module, coin name, named exports for coreum + +# [10.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@8.13.0...@bitgo/sdk-core@10.0.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-core:** add change address type for utxo coins ([711ba2d](https://github.com/BitGo/BitGoJS/commit/711ba2d8bd00cbb0ec644eefd20356507a50adb1)) +- **sdk-core:** add pendingappr id in build api ([3ace9ac](https://github.com/BitGo/BitGoJS/commit/3ace9ac74a0729f8ade84e8a0c8cd67429563147)) +- **sdk-core:** add rebuild step before eddsa signing ([462c7f8](https://github.com/BitGo/BitGoJS/commit/462c7f8519a96fcbc8d333a49b24d2d07479590b)) +- **sdk-core:** do not sign txRequest full with PA ([6558de2](https://github.com/BitGo/BitGoJS/commit/6558de263edea51ff2c87dc37889af5ba0654a4d)) +- **sdk-core:** export bip32HdTree as BIP32 ([cc80aa6](https://github.com/BitGo/BitGoJS/commit/cc80aa6dfc7ba7ac0657df6a685c7ebd6dc094a0)) +- **sdk-core:** fix dc wallet creation ([70c5e35](https://github.com/BitGo/BitGoJS/commit/70c5e35525c2803f739265ebbc734ab8de4d1870)) +- **sdk-core:** fix ecdsa with external signer ([09884c0](https://github.com/BitGo/BitGoJS/commit/09884c03f971e71c55f0461b449c18cf68c095db)) +- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) +- **sdk-core:** handle txRequest full PA before signing ([9de0eae](https://github.com/BitGo/BitGoJS/commit/9de0eae7cab1ad406e80a818555a7c8557b47eb3)) +- **sdk-core:** include tests in tsconfig.json ([91c1c6c](https://github.com/BitGo/BitGoJS/commit/91c1c6c47f809cbd826db2a7a59c96b74f0273e9)) +- **sdk-core:** move --recursive flag to package.json ([1147ebe](https://github.com/BitGo/BitGoJS/commit/1147ebe3d2ab1868fe1c6bbf343f68becc7d1169)) +- **sdk-core:** use BuildParams.encode when consolidating unspents ([f83f096](https://github.com/BitGo/BitGoJS/commit/f83f096b2839a0324d891d81c01e5265d10e4b97)) +- use public types for tx send ([6a0e5c7](https://github.com/BitGo/BitGoJS/commit/6a0e5c74d27d4a7ed5e9972e184fb9744b15793e)) + +### Code Refactoring + +- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb)) + +### Features + +- **express:** add external signer support for signig with derivation paths ([ceb89dd](https://github.com/BitGo/BitGoJS/commit/ceb89dd72b7f5f7c59484d5517ac32c4f499fd32)) +- **sdk-coin-algo:** support for token enablement ([af718c9](https://github.com/BitGo/BitGoJS/commit/af718c992d0663722fe951f0a29a20825ba0e91c)) +- **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-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d)) +- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596)) +- **sdk-coin-sol:** add transaction message authorize builder ([649b7df](https://github.com/BitGo/BitGoJS/commit/649b7df0f65c2eee08e7c1e009ebb3c03cf4d011)) +- **sdk-coin-sol:** add tx builder for delegate and deactivate ([a7cdaaa](https://github.com/BitGo/BitGoJS/commit/a7cdaaa5a7b3bab83bccc82a7c001a9f23e94207)) +- **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5)) +- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf)) +- **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce)) +- **sdk-coin-zeta:** add recovery functionality for zeta ([b7d428f](https://github.com/BitGo/BitGoJS/commit/b7d428fcd69a22add44399a9a0e4eeb4519c4113)) +- **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:** add postWithCodec utility function ([ff1ad07](https://github.com/BitGo/BitGoJS/commit/ff1ad07dfe476d38ae17cfb691ef0e6375a394ea)) +- **sdk-core:** add type for serializedNtilde with verifiers ([b8ba323](https://github.com/BitGo/BitGoJS/commit/b8ba323b5a00fceb1017c1c953375edbd5459f60)) +- **sdk-core:** add, use SendTransactionRequest and BuildParams codecs ([724fc6c](https://github.com/BitGo/BitGoJS/commit/724fc6c3adee3ef7dbeb39e023f2270ff36a233d)) +- **sdk-core:** create distributed custody wallet ([e53c9a4](https://github.com/BitGo/BitGoJS/commit/e53c9a489b557198fc1606856f32d7ede85e269b)) +- **sdk-core:** extend build param codec ([e224ca3](https://github.com/BitGo/BitGoJS/commit/e224ca306608e9618d080fdb623db09307a91910)) +- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3)) +- **sdk-core:** get utxo script types by coin ([b3cbc61](https://github.com/BitGo/BitGoJS/commit/b3cbc617565547b05d6ae2b1df184e9c0e2e247c)) +- **sdk-core:** phase 5 of gg18 signing ([d8ab3df](https://github.com/BitGo/BitGoJS/commit/d8ab3df38c7f0dc445117f68340cd3f17dfc9a68)) +- **sdk-core:** use BuildParams codec in Wallet.accelerateTransaction ([a9fab81](https://github.com/BitGo/BitGoJS/commit/a9fab813f27cdb40123c49b01570ecb6b9a67d91)) +- **sdk-core:** use BuildParams codec in Wallet.sendAccountConsolidation ([7d340ec](https://github.com/BitGo/BitGoJS/commit/7d340ec674116badf3b05aadf1d9aae130a8c69d)) +- **sdk-core:** whitelist distributed custody params ([2536388](https://github.com/BitGo/BitGoJS/commit/253638867d28e874d7d1ba808558cea16bc743f7)) +- **sdk-lib-mpc:** move ecdsa hdtree from core ([f0311a8](https://github.com/BitGo/BitGoJS/commit/f0311a8606b1a6aa82309ef7bb9a349782819c28)) +- **sdk-lib-mpc:** move shamir ([42fc946](https://github.com/BitGo/BitGoJS/commit/42fc946c8a5c4a1f7a09e5a9cb6c64a0b266a2a7)) +- **sdk-lib-mpc:** move types to types.ts ([cf2f482](https://github.com/BitGo/BitGoJS/commit/cf2f4821792172b1657fbcecd8886df5bacd817a)) +- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c)) +- use psbt for prebuild when wallet is distributedCustody ([10f5e1a](https://github.com/BitGo/BitGoJS/commit/10f5e1ab37d2bea6acd93f94defbe786e4a027b9)) + +### BREAKING CHANGES + +- rename coin module, coin name, named exports for coreum + +# [9.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@8.13.0...@bitgo/sdk-core@9.0.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-core:** add change address type for utxo coins ([711ba2d](https://github.com/BitGo/BitGoJS/commit/711ba2d8bd00cbb0ec644eefd20356507a50adb1)) +- **sdk-core:** add pendingappr id in build api ([3ace9ac](https://github.com/BitGo/BitGoJS/commit/3ace9ac74a0729f8ade84e8a0c8cd67429563147)) +- **sdk-core:** add rebuild step before eddsa signing ([462c7f8](https://github.com/BitGo/BitGoJS/commit/462c7f8519a96fcbc8d333a49b24d2d07479590b)) +- **sdk-core:** do not sign txRequest full with PA ([6558de2](https://github.com/BitGo/BitGoJS/commit/6558de263edea51ff2c87dc37889af5ba0654a4d)) +- **sdk-core:** export bip32HdTree as BIP32 ([cc80aa6](https://github.com/BitGo/BitGoJS/commit/cc80aa6dfc7ba7ac0657df6a685c7ebd6dc094a0)) +- **sdk-core:** fix dc wallet creation ([70c5e35](https://github.com/BitGo/BitGoJS/commit/70c5e35525c2803f739265ebbc734ab8de4d1870)) +- **sdk-core:** fix ecdsa with external signer ([09884c0](https://github.com/BitGo/BitGoJS/commit/09884c03f971e71c55f0461b449c18cf68c095db)) +- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) +- **sdk-core:** handle txRequest full PA before signing ([9de0eae](https://github.com/BitGo/BitGoJS/commit/9de0eae7cab1ad406e80a818555a7c8557b47eb3)) +- **sdk-core:** include tests in tsconfig.json ([91c1c6c](https://github.com/BitGo/BitGoJS/commit/91c1c6c47f809cbd826db2a7a59c96b74f0273e9)) +- **sdk-core:** move --recursive flag to package.json ([1147ebe](https://github.com/BitGo/BitGoJS/commit/1147ebe3d2ab1868fe1c6bbf343f68becc7d1169)) +- **sdk-core:** use BuildParams.encode when consolidating unspents ([f83f096](https://github.com/BitGo/BitGoJS/commit/f83f096b2839a0324d891d81c01e5265d10e4b97)) +- use public types for tx send ([6a0e5c7](https://github.com/BitGo/BitGoJS/commit/6a0e5c74d27d4a7ed5e9972e184fb9744b15793e)) + +### Code Refactoring + +- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb)) + +### Features + +- **express:** add external signer support for signig with derivation paths ([ceb89dd](https://github.com/BitGo/BitGoJS/commit/ceb89dd72b7f5f7c59484d5517ac32c4f499fd32)) +- **sdk-coin-algo:** support for token enablement ([af718c9](https://github.com/BitGo/BitGoJS/commit/af718c992d0663722fe951f0a29a20825ba0e91c)) +- **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-dot:** create function to produce broadcastable dot sweep ([ad9c9c4](https://github.com/BitGo/BitGoJS/commit/ad9c9c4cc79639a5745e82f62566afa6db2b8c6d)) +- **sdk-coin-islm:** add Islamic Coin ([c49bdd1](https://github.com/BitGo/BitGoJS/commit/c49bdd18df36a20d6e27cdd2686ec687bf653596)) +- **sdk-coin-sol:** add transaction message authorize builder ([649b7df](https://github.com/BitGo/BitGoJS/commit/649b7df0f65c2eee08e7c1e009ebb3c03cf4d011)) +- **sdk-coin-sol:** add tx builder for delegate and deactivate ([a7cdaaa](https://github.com/BitGo/BitGoJS/commit/a7cdaaa5a7b3bab83bccc82a7c001a9f23e94207)) +- **sdk-coin-sol:** create method to produce broadcastable sol sweep txn ([d69ca4e](https://github.com/BitGo/BitGoJS/commit/d69ca4ea0688c4cf7c738ca826a9231438bb49c5)) +- **sdk-coin-sui:** add custom tx type ([8136220](https://github.com/BitGo/BitGoJS/commit/81362200468f8a2d25b97186f56de5d5729fa0cf)) +- **sdk-coin-trx:** batch consolidate native TRX to base ([a781709](https://github.com/BitGo/BitGoJS/commit/a781709e296ac37edd8c49587fb46a3ae0202cce)) +- **sdk-coin-zeta:** add recovery functionality for zeta ([b7d428f](https://github.com/BitGo/BitGoJS/commit/b7d428fcd69a22add44399a9a0e4eeb4519c4113)) +- **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:** add postWithCodec utility function ([ff1ad07](https://github.com/BitGo/BitGoJS/commit/ff1ad07dfe476d38ae17cfb691ef0e6375a394ea)) +- **sdk-core:** add type for serializedNtilde with verifiers ([b8ba323](https://github.com/BitGo/BitGoJS/commit/b8ba323b5a00fceb1017c1c953375edbd5459f60)) +- **sdk-core:** add, use SendTransactionRequest and BuildParams codecs ([724fc6c](https://github.com/BitGo/BitGoJS/commit/724fc6c3adee3ef7dbeb39e023f2270ff36a233d)) +- **sdk-core:** create distributed custody wallet ([e53c9a4](https://github.com/BitGo/BitGoJS/commit/e53c9a489b557198fc1606856f32d7ede85e269b)) +- **sdk-core:** extend build param codec ([e224ca3](https://github.com/BitGo/BitGoJS/commit/e224ca306608e9618d080fdb623db09307a91910)) +- **sdk-core:** generate and verify schnorr proof of X_i ([ff58298](https://github.com/BitGo/BitGoJS/commit/ff58298c21ee8de4f6cee4fec857666e9556d0f3)) +- **sdk-core:** get utxo script types by coin ([b3cbc61](https://github.com/BitGo/BitGoJS/commit/b3cbc617565547b05d6ae2b1df184e9c0e2e247c)) +- **sdk-core:** phase 5 of gg18 signing ([d8ab3df](https://github.com/BitGo/BitGoJS/commit/d8ab3df38c7f0dc445117f68340cd3f17dfc9a68)) +- **sdk-core:** use BuildParams codec in Wallet.accelerateTransaction ([a9fab81](https://github.com/BitGo/BitGoJS/commit/a9fab813f27cdb40123c49b01570ecb6b9a67d91)) +- **sdk-core:** use BuildParams codec in Wallet.sendAccountConsolidation ([7d340ec](https://github.com/BitGo/BitGoJS/commit/7d340ec674116badf3b05aadf1d9aae130a8c69d)) +- **sdk-core:** whitelist distributed custody params ([2536388](https://github.com/BitGo/BitGoJS/commit/253638867d28e874d7d1ba808558cea16bc743f7)) +- **sdk-lib-mpc:** move ecdsa hdtree from core ([f0311a8](https://github.com/BitGo/BitGoJS/commit/f0311a8606b1a6aa82309ef7bb9a349782819c28)) +- **sdk-lib-mpc:** move shamir ([42fc946](https://github.com/BitGo/BitGoJS/commit/42fc946c8a5c4a1f7a09e5a9cb6c64a0b266a2a7)) +- **sdk-lib-mpc:** move types to types.ts ([cf2f482](https://github.com/BitGo/BitGoJS/commit/cf2f4821792172b1657fbcecd8886df5bacd817a)) +- update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c)) +- use psbt for prebuild when wallet is distributedCustody ([10f5e1a](https://github.com/BitGo/BitGoJS/commit/10f5e1ab37d2bea6acd93f94defbe786e4a027b9)) + +### BREAKING CHANGES + +- rename coin module, coin name, named exports for coreum + # [8.26.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@8.13.0...@bitgo/sdk-core@8.26.0) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-core/package.json b/modules/sdk-core/package.json index 46eafd299e..4bd3e4e2fe 100644 --- a/modules/sdk-core/package.json +++ b/modules/sdk-core/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-core", - "version": "8.26.0", + "version": "11.0.0", "description": "core library functions for BitGoJS", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -37,11 +37,11 @@ ] }, "dependencies": { - "@bitgo/public-types": "1.1.2", "@bitgo/bls-dkg": "^1.3.1", - "@bitgo/sdk-lib-mpc": "^8.15.0", - "@bitgo/statics": "^29.0.0", - "@bitgo/utxo-lib": "^9.16.0", + "@bitgo/public-types": "1.1.2", + "@bitgo/sdk-lib-mpc": "^8.18.0", + "@bitgo/statics": "^32.0.0", + "@bitgo/utxo-lib": "^9.19.0", "@noble/secp256k1": "1.6.3", "@stablelib/hex": "^1.0.0", "@types/elliptic": "^6.4.12", diff --git a/modules/sdk-lib-mpc/CHANGELOG.md b/modules/sdk-lib-mpc/CHANGELOG.md index 73ab6ff76f..976c20a4f4 100644 --- a/modules/sdk-lib-mpc/CHANGELOG.md +++ b/modules/sdk-lib-mpc/CHANGELOG.md @@ -3,6 +3,54 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-lib-mpc@8.5.0...@bitgo/sdk-lib-mpc@8.18.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-lib-mpc:** fix 0 values attack on range proof ([4a689dc](https://github.com/BitGo/BitGoJS/commit/4a689dcfcf0345132e54ddfd3e8a10e2452b0997)) + +### Features + +- **sdk-core:** add getDerivationPath method for smc wallets ([e0be65f](https://github.com/BitGo/BitGoJS/commit/e0be65f4c8904be313b4f453996f86326d2005e8)) +- **sdk-core:** phase 5 of gg18 signing ([d8ab3df](https://github.com/BitGo/BitGoJS/commit/d8ab3df38c7f0dc445117f68340cd3f17dfc9a68)) +- **sdk-lib-mpc:** convert interface to type ([e1c1065](https://github.com/BitGo/BitGoJS/commit/e1c1065928691a1f9d43522aeafa8751c2424d3e)) +- **sdk-lib-mpc:** move ecdsa hdtree from core ([f0311a8](https://github.com/BitGo/BitGoJS/commit/f0311a8606b1a6aa82309ef7bb9a349782819c28)) +- **sdk-lib-mpc:** move shamir ([42fc946](https://github.com/BitGo/BitGoJS/commit/42fc946c8a5c4a1f7a09e5a9cb6c64a0b266a2a7)) +- **sdk-lib-mpc:** move types to types.ts ([cf2f482](https://github.com/BitGo/BitGoJS/commit/cf2f4821792172b1657fbcecd8886df5bacd817a)) + +# [8.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-lib-mpc@8.5.0...@bitgo/sdk-lib-mpc@8.17.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-lib-mpc:** fix 0 values attack on range proof ([4a689dc](https://github.com/BitGo/BitGoJS/commit/4a689dcfcf0345132e54ddfd3e8a10e2452b0997)) + +### Features + +- **sdk-core:** add getDerivationPath method for smc wallets ([e0be65f](https://github.com/BitGo/BitGoJS/commit/e0be65f4c8904be313b4f453996f86326d2005e8)) +- **sdk-core:** phase 5 of gg18 signing ([d8ab3df](https://github.com/BitGo/BitGoJS/commit/d8ab3df38c7f0dc445117f68340cd3f17dfc9a68)) +- **sdk-lib-mpc:** convert interface to type ([e1c1065](https://github.com/BitGo/BitGoJS/commit/e1c1065928691a1f9d43522aeafa8751c2424d3e)) +- **sdk-lib-mpc:** move ecdsa hdtree from core ([f0311a8](https://github.com/BitGo/BitGoJS/commit/f0311a8606b1a6aa82309ef7bb9a349782819c28)) +- **sdk-lib-mpc:** move shamir ([42fc946](https://github.com/BitGo/BitGoJS/commit/42fc946c8a5c4a1f7a09e5a9cb6c64a0b266a2a7)) +- **sdk-lib-mpc:** move types to types.ts ([cf2f482](https://github.com/BitGo/BitGoJS/commit/cf2f4821792172b1657fbcecd8886df5bacd817a)) + +# [8.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-lib-mpc@8.5.0...@bitgo/sdk-lib-mpc@8.16.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **sdk-lib-mpc:** fix 0 values attack on range proof ([4a689dc](https://github.com/BitGo/BitGoJS/commit/4a689dcfcf0345132e54ddfd3e8a10e2452b0997)) + +### Features + +- **sdk-core:** add getDerivationPath method for smc wallets ([e0be65f](https://github.com/BitGo/BitGoJS/commit/e0be65f4c8904be313b4f453996f86326d2005e8)) +- **sdk-core:** phase 5 of gg18 signing ([d8ab3df](https://github.com/BitGo/BitGoJS/commit/d8ab3df38c7f0dc445117f68340cd3f17dfc9a68)) +- **sdk-lib-mpc:** convert interface to type ([e1c1065](https://github.com/BitGo/BitGoJS/commit/e1c1065928691a1f9d43522aeafa8751c2424d3e)) +- **sdk-lib-mpc:** move ecdsa hdtree from core ([f0311a8](https://github.com/BitGo/BitGoJS/commit/f0311a8606b1a6aa82309ef7bb9a349782819c28)) +- **sdk-lib-mpc:** move shamir ([42fc946](https://github.com/BitGo/BitGoJS/commit/42fc946c8a5c4a1f7a09e5a9cb6c64a0b266a2a7)) +- **sdk-lib-mpc:** move types to types.ts ([cf2f482](https://github.com/BitGo/BitGoJS/commit/cf2f4821792172b1657fbcecd8886df5bacd817a)) + # [8.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-lib-mpc@8.5.0...@bitgo/sdk-lib-mpc@8.15.0) (2023-10-20) ### Bug Fixes diff --git a/modules/sdk-lib-mpc/package.json b/modules/sdk-lib-mpc/package.json index 7337a4f334..a2764a3fc7 100644 --- a/modules/sdk-lib-mpc/package.json +++ b/modules/sdk-lib-mpc/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-lib-mpc", - "version": "8.15.0", + "version": "8.18.0", "description": "library functions for BitGo's MPC solution", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", diff --git a/modules/sdk-rpc-wrapper/CHANGELOG.md b/modules/sdk-rpc-wrapper/CHANGELOG.md index 2e1cb10660..6143dc1391 100644 --- a/modules/sdk-rpc-wrapper/CHANGELOG.md +++ b/modules/sdk-rpc-wrapper/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-rpc-wrapper@1.3.0...@bitgo/sdk-rpc-wrapper@1.7.0) (2023-11-13) + +### Features + +- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2)) + +# [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-rpc-wrapper@1.3.0...@bitgo/sdk-rpc-wrapper@1.6.0) (2023-11-13) + +### Features + +- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2)) + +# [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-rpc-wrapper@1.3.0...@bitgo/sdk-rpc-wrapper@1.5.0) (2023-11-13) + +### Features + +- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2)) + # [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-rpc-wrapper@1.3.0...@bitgo/sdk-rpc-wrapper@1.4.0) (2023-10-20) ### Features diff --git a/modules/sdk-rpc-wrapper/package.json b/modules/sdk-rpc-wrapper/package.json index 2457ee6dbf..4824bcb177 100644 --- a/modules/sdk-rpc-wrapper/package.json +++ b/modules/sdk-rpc-wrapper/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-rpc-wrapper", - "version": "1.4.0", + "version": "1.7.0", "description": "Bitgo SDK wrapper to handle EVM RPC events", "main": "./dist/src/index.js", "type": "./dist/src/index.d.ts", @@ -13,12 +13,12 @@ "fmt": "prettier --write '{src,test}/**/*.{ts,js,json}'" }, "dependencies": { - "@bitgo/sdk-core": "^8.26.0" + "@bitgo/sdk-core": "^11.0.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-coin-eth": "^4.10.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-coin-eth": "^7.0.0", + "@bitgo/sdk-test": "^1.2.46" }, "author": "Bitgo DEFI Team ", "license": "MIT", diff --git a/modules/sdk-test/CHANGELOG.md b/modules/sdk-test/CHANGELOG.md index 837f8baadd..3c86e81190 100644 --- a/modules/sdk-test/CHANGELOG.md +++ b/modules/sdk-test/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.46](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-test@1.2.30...@bitgo/sdk-test@1.2.46) (2023-11-13) + +### Bug Fixes + +- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) + +## [1.2.45](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-test@1.2.30...@bitgo/sdk-test@1.2.45) (2023-11-13) + +### Bug Fixes + +- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) + +## [1.2.44](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-test@1.2.30...@bitgo/sdk-test@1.2.44) (2023-11-13) + +### Bug Fixes + +- **sdk-core:** fix issue related to bignumber version ([519fe47](https://github.com/BitGo/BitGoJS/commit/519fe479ef51a72ddc1e94f87c10e031c0fd2c3f)) + ## [1.2.43](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-test@1.2.30...@bitgo/sdk-test@1.2.43) (2023-10-20) **Note:** Version bump only for package @bitgo/sdk-test diff --git a/modules/sdk-test/package.json b/modules/sdk-test/package.json index bc19bbf334..15c8ed5a59 100644 --- a/modules/sdk-test/package.json +++ b/modules/sdk-test/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-test", - "version": "1.2.43", + "version": "1.2.46", "private": "true", "description": "coin test libary for BitGoJS", "main": "./dist/src/index.js", @@ -27,8 +27,8 @@ ] }, "dependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-core": "^8.26.0", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-core": "^11.0.0", "bignumber.js": "^9.1.1", "should-http": "^0.1.1" } diff --git a/modules/sdk-unified-wallet/CHANGELOG.md b/modules/sdk-unified-wallet/CHANGELOG.md index 27331c61a4..1446eb9cb5 100644 --- a/modules/sdk-unified-wallet/CHANGELOG.md +++ b/modules/sdk-unified-wallet/CHANGELOG.md @@ -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. +## [3.2.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-unified-wallet@3.2.0...@bitgo/sdk-unified-wallet@3.2.16) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-unified-wallet + +## [3.2.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-unified-wallet@3.2.0...@bitgo/sdk-unified-wallet@3.2.15) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-unified-wallet + +## [3.2.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-unified-wallet@3.2.0...@bitgo/sdk-unified-wallet@3.2.14) (2023-11-13) + +**Note:** Version bump only for package @bitgo/sdk-unified-wallet + ## [3.2.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-unified-wallet@3.2.0...@bitgo/sdk-unified-wallet@3.2.13) (2023-10-20) **Note:** Version bump only for package @bitgo/sdk-unified-wallet diff --git a/modules/sdk-unified-wallet/package.json b/modules/sdk-unified-wallet/package.json index 91ffdfdcf7..892d6cb4ba 100644 --- a/modules/sdk-unified-wallet/package.json +++ b/modules/sdk-unified-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-unified-wallet", - "version": "3.2.13", + "version": "3.2.16", "description": "Bitgo SDK library for EVM Wallets", "main": "./dist/src/index.js", "type": "./dist/src/index.d.ts", @@ -16,15 +16,15 @@ "unit-test": "mocha" }, "dependencies": { - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/statics": "^29.0.0" + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/statics": "^32.0.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-coin-eth": "^4.10.0", - "@bitgo/sdk-coin-polygon": "^1.10.0", - "@bitgo/sdk-coin-sol": "^2.20.0", - "@bitgo/sdk-test": "^1.2.43" + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-coin-eth": "^7.0.0", + "@bitgo/sdk-coin-polygon": "^4.0.0", + "@bitgo/sdk-coin-sol": "^2.23.0", + "@bitgo/sdk-test": "^1.2.46" }, "author": "Bitgo DEFI Team ", "license": "MIT", diff --git a/modules/secp256k1/CHANGELOG.md b/modules/secp256k1/CHANGELOG.md index e9f98eafdd..b3365671c9 100644 --- a/modules/secp256k1/CHANGELOG.md +++ b/modules/secp256k1/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/secp256k1@1.2.0...@bitgo/secp256k1@1.2.11) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +## [1.2.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/secp256k1@1.2.0...@bitgo/secp256k1@1.2.10) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +## [1.2.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/secp256k1@1.2.0...@bitgo/secp256k1@1.2.9) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + ## [1.2.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/secp256k1@1.2.0...@bitgo/secp256k1@1.2.8) (2023-10-20) ### Bug Fixes diff --git a/modules/secp256k1/package.json b/modules/secp256k1/package.json index 2eaa98f2c0..f1cc6a71be 100644 --- a/modules/secp256k1/package.json +++ b/modules/secp256k1/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/secp256k1", - "version": "1.2.8", + "version": "1.2.11", "description": "Low-level cryptographic methods used in BitGo packages for the secp256k1 curve", "main": "./dist/src/index.js", "engines": { diff --git a/modules/statics/CHANGELOG.md b/modules/statics/CHANGELOG.md index 8406de1f00..fc0c1ed4bc 100644 --- a/modules/statics/CHANGELOG.md +++ b/modules/statics/CHANGELOG.md @@ -3,6 +3,183 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [32.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@32.0.0) (2023-11-13) + +### Bug Fixes + +- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7)) +- **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989)) +- **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a)) +- **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc)) +- **statics:** fix sol:vi decimal ([4713ce6](https://github.com/BitGo/BitGoJS/commit/4713ce61b13131c6f68b0862d11146c84548cd07)) + +### chore + +- **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4)) + +### Code Refactoring + +- **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a)) +- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb)) + +### Features + +- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2)) +- add DISTRIBUTED_CUSTODY coin feature ([7f349fe](https://github.com/BitGo/BitGoJS/commit/7f349fe499693a1e8a62054be63ffd4243008c03)) +- add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755)) +- **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f)) +- **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 coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1)) +- **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c)) +- **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34)) +- **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa)) +- **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b)) +- **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418)) +- **statics:** add new coinfeature for bulk transaction ([f48e8b7](https://github.com/BitGo/BitGoJS/commit/f48e8b70442dc75de1f339a23eeddc436d6b5af8)) +- **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57)) +- **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278)) +- **statics:** added coin staking feature for stx and cspr to see staking tab on bg23 ([4aa74d0](https://github.com/BitGo/BitGoJS/commit/4aa74d081f2dbbc1db951a638eeb459e5c30506d)) +- **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed)) +- **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1)) +- **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042)) +- **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7)) +- **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1)) + +### BREAKING CHANGES + +- **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild + interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. + getCustomChainName method is removed from Polygon class because a common + method getCustomChainCommon has been added to AbstractEthLikeNewCoins + class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins + and needs to be passed to derive the Eth common object from the chainId. + signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that + it can be used for other EthLike coins. getBaseFactor method in Eth + and Polygon class returns number instead of string just to align with + AbstractEthLikeCoin + Ticket: WIN-1012 +- rename coin module, coin name, named exports for coreum +- **statics:** FIX REEF to use UnderlyingAsset.REEF + +# [31.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@31.0.0) (2023-11-13) + +### Bug Fixes + +- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7)) +- **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989)) +- **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a)) +- **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc)) +- **statics:** fix sol:vi decimal ([4713ce6](https://github.com/BitGo/BitGoJS/commit/4713ce61b13131c6f68b0862d11146c84548cd07)) + +### chore + +- **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4)) + +### Code Refactoring + +- **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a)) +- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb)) + +### Features + +- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2)) +- add DISTRIBUTED_CUSTODY coin feature ([7f349fe](https://github.com/BitGo/BitGoJS/commit/7f349fe499693a1e8a62054be63ffd4243008c03)) +- add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755)) +- **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f)) +- **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 coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1)) +- **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c)) +- **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34)) +- **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa)) +- **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b)) +- **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418)) +- **statics:** add new coinfeature for bulk transaction ([f48e8b7](https://github.com/BitGo/BitGoJS/commit/f48e8b70442dc75de1f339a23eeddc436d6b5af8)) +- **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57)) +- **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278)) +- **statics:** added coin staking feature for stx and cspr to see staking tab on bg23 ([4aa74d0](https://github.com/BitGo/BitGoJS/commit/4aa74d081f2dbbc1db951a638eeb459e5c30506d)) +- **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed)) +- **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1)) +- **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042)) +- **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7)) +- **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1)) + +### BREAKING CHANGES + +- **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild + interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. + getCustomChainName method is removed from Polygon class because a common + method getCustomChainCommon has been added to AbstractEthLikeNewCoins + class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins + and needs to be passed to derive the Eth common object from the chainId. + signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that + it can be used for other EthLike coins. getBaseFactor method in Eth + and Polygon class returns number instead of string just to align with + AbstractEthLikeCoin + Ticket: WIN-1012 +- rename coin module, coin name, named exports for coreum +- **statics:** FIX REEF to use UnderlyingAsset.REEF + +# [30.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@30.0.0) (2023-11-13) + +### Bug Fixes + +- **sdk-coin-dot:** update DOT sdk to latest ([9385f80](https://github.com/BitGo/BitGoJS/commit/9385f803366b615d09bda31b8efda6f93e26e8e7)) +- **statics:** fix alk token name ([2a9b174](https://github.com/BitGo/BitGoJS/commit/2a9b1744b639b86a12f81d692167925163fd6989)) +- **statics:** fix avaxc bridged asset names ([fec8bb7](https://github.com/BitGo/BitGoJS/commit/fec8bb7e689fda23edd3ebc38328d29beeea3f6a)) +- **statics:** fix bera decimals ([8cc5eb7](https://github.com/BitGo/BitGoJS/commit/8cc5eb78f630db9cff5a9113900eedb4614596bc)) +- **statics:** fix sol:vi decimal ([4713ce6](https://github.com/BitGo/BitGoJS/commit/4713ce61b13131c6f68b0862d11146c84548cd07)) + +### chore + +- **statics:** onboard new ERC20s tokens ([c43cc31](https://github.com/BitGo/BitGoJS/commit/c43cc313bd56dafc9cbeca3dfb124747faf458c4)) + +### Code Refactoring + +- **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a)) +- rename coin 'core' to 'coreum' ([baecc01](https://github.com/BitGo/BitGoJS/commit/baecc013ff7243ce78ebd767bffdb0763b8b4cdb)) + +### Features + +- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2)) +- add DISTRIBUTED_CUSTODY coin feature ([7f349fe](https://github.com/BitGo/BitGoJS/commit/7f349fe499693a1e8a62054be63ffd4243008c03)) +- add TON to statics ([fa15414](https://github.com/BitGo/BitGoJS/commit/fa15414babdba76d74d8acd5ed73b1d10519e755)) +- **sdk-coin-arbeth:** add arbeth token support ([b55961b](https://github.com/BitGo/BitGoJS/commit/b55961bf474fe09d017c21d3d0169020fff1820f)) +- **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 coinfeature for higher txRequest rebuild limit ([a2bef34](https://github.com/BitGo/BitGoJS/commit/a2bef344ad4eba0486df315dd15f7300709c0ae1)) +- **statics:** add holesky config ([4c64297](https://github.com/BitGo/BitGoJS/commit/4c642970512c8d606795bd0e3e102ed7b92fec6c)) +- **statics:** add new batch of tokens ([f690f4f](https://github.com/BitGo/BitGoJS/commit/f690f4fbf5e98a412948925bbb00f06763709b34)) +- **statics:** add new coin feature for cosmos chains ([94341a1](https://github.com/BitGo/BitGoJS/commit/94341a12a08d99aa24988fe25e4cef712e3e73aa)) +- **statics:** add new coin feature to enable txn rebuild in TAT ([b93b7f8](https://github.com/BitGo/BitGoJS/commit/b93b7f8b33f7b624a051f4626906394a9d70cb4b)) +- **statics:** add new coin features for trust ([d5839e0](https://github.com/BitGo/BitGoJS/commit/d5839e0787dfb83638c7eb6b49417760f0993418)) +- **statics:** add new coinfeature for bulk transaction ([f48e8b7](https://github.com/BitGo/BitGoJS/commit/f48e8b70442dc75de1f339a23eeddc436d6b5af8)) +- **statics:** add new cosmoslikecoins feature for cosmos ([ff971bc](https://github.com/BitGo/BitGoJS/commit/ff971bcdad8fc3d533b271e3c70d7815d3b15c57)) +- **statics:** add opeth coin config ([c242760](https://github.com/BitGo/BitGoJS/commit/c2427602b3e8a49b5f1fb98bcd4489ed83d7c278)) +- **statics:** added coin staking feature for stx and cspr to see staking tab on bg23 ([4aa74d0](https://github.com/BitGo/BitGoJS/commit/4aa74d081f2dbbc1db951a638eeb459e5c30506d)) +- **statics:** adds ofc cosmos derivatives in coins.ts ([bb865a8](https://github.com/BitGo/BitGoJS/commit/bb865a85d0d7a467a1a0f861aaa0918e956689ed)) +- **statics:** adds ofcatom, ofctatom, ofcsui and ofctsui in coins.ts ([f15a1a3](https://github.com/BitGo/BitGoJS/commit/f15a1a3d103284779a596ff224ba5770239772a1)) +- **statics:** enable bsc staking ([8f54dc7](https://github.com/BitGo/BitGoJS/commit/8f54dc71de636d1ced22bc6323de72110df95042)) +- **statics:** enable coinfeature for atom ([64dc546](https://github.com/BitGo/BitGoJS/commit/64dc546fd4a91ba0c2f94f9fc2831b6c9f32d7b7)) +- **statics:** onboard ofcbsc ([cab1665](https://github.com/BitGo/BitGoJS/commit/cab16651a0eea62bfe0d8200804340d27b411bc1)) + +### BREAKING CHANGES + +- **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild + interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes. + getCustomChainName method is removed from Polygon class because a common + method getCustomChainCommon has been added to AbstractEthLikeNewCoins + class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins + and needs to be passed to derive the Eth common object from the chainId. + signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that + it can be used for other EthLike coins. getBaseFactor method in Eth + and Polygon class returns number instead of string just to align with + AbstractEthLikeCoin + Ticket: WIN-1012 +- rename coin module, coin name, named exports for coreum +- **statics:** FIX REEF to use UnderlyingAsset.REEF + # [29.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@18.2.0...@bitgo/statics@29.0.0) (2023-10-20) ### Bug Fixes diff --git a/modules/statics/package.json b/modules/statics/package.json index 2c7d6ee6c3..e3b6f85cb0 100644 --- a/modules/statics/package.json +++ b/modules/statics/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/statics", - "version": "29.0.0", + "version": "32.0.0", "description": "dependency-free static configuration for the bitgo platform", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", diff --git a/modules/unspents/CHANGELOG.md b/modules/unspents/CHANGELOG.md index f2d60798c5..8587492cdb 100644 --- a/modules/unspents/CHANGELOG.md +++ b/modules/unspents/CHANGELOG.md @@ -3,6 +3,48 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.31.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/unspents@0.17.0...@bitgo/unspents@0.31.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **unspents:** move `--recursive` flag to mocha ([275b8fb](https://github.com/BitGo/BitGoJS/commit/275b8fba5e3e806dd0e92f6659c92d18c097c45f)) + +### Features + +- **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25)) +- **unspents:** add test for finding feePerKB ([f6397d7](https://github.com/BitGo/BitGoJS/commit/f6397d73e1726fb9e58ba6344bb7aab1a3297126)) +- **unspents:** add ZCash ZIP-0317 fee calculation ([8c86f8f](https://github.com/BitGo/BitGoJS/commit/8c86f8f754409c46fb3af82ee55ad031ca16129b)) +- **unspents:** extend tests ([aec14ec](https://github.com/BitGo/BitGoJS/commit/aec14ecedd67016e732b518a5e7a0ae036817fb6)) + +# [0.30.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/unspents@0.17.0...@bitgo/unspents@0.30.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **unspents:** move `--recursive` flag to mocha ([275b8fb](https://github.com/BitGo/BitGoJS/commit/275b8fba5e3e806dd0e92f6659c92d18c097c45f)) + +### Features + +- **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25)) +- **unspents:** add test for finding feePerKB ([f6397d7](https://github.com/BitGo/BitGoJS/commit/f6397d73e1726fb9e58ba6344bb7aab1a3297126)) +- **unspents:** add ZCash ZIP-0317 fee calculation ([8c86f8f](https://github.com/BitGo/BitGoJS/commit/8c86f8f754409c46fb3af82ee55ad031ca16129b)) +- **unspents:** extend tests ([aec14ec](https://github.com/BitGo/BitGoJS/commit/aec14ecedd67016e732b518a5e7a0ae036817fb6)) + +# [0.29.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/unspents@0.17.0...@bitgo/unspents@0.29.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **unspents:** move `--recursive` flag to mocha ([275b8fb](https://github.com/BitGo/BitGoJS/commit/275b8fba5e3e806dd0e92f6659c92d18c097c45f)) + +### Features + +- **sdk-api:** add size correction factor for transactions created ([5f0131c](https://github.com/BitGo/BitGoJS/commit/5f0131cd7016ad7dc4cf4b0be177e0c7ab7f4d25)) +- **unspents:** add test for finding feePerKB ([f6397d7](https://github.com/BitGo/BitGoJS/commit/f6397d73e1726fb9e58ba6344bb7aab1a3297126)) +- **unspents:** add ZCash ZIP-0317 fee calculation ([8c86f8f](https://github.com/BitGo/BitGoJS/commit/8c86f8f754409c46fb3af82ee55ad031ca16129b)) +- **unspents:** extend tests ([aec14ec](https://github.com/BitGo/BitGoJS/commit/aec14ecedd67016e732b518a5e7a0ae036817fb6)) + # [0.28.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/unspents@0.17.0...@bitgo/unspents@0.28.0) (2023-10-20) ### Bug Fixes diff --git a/modules/unspents/package.json b/modules/unspents/package.json index f4a5461624..fbecd22c56 100644 --- a/modules/unspents/package.json +++ b/modules/unspents/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/unspents", - "version": "0.28.0", + "version": "0.31.0", "description": "Defines the chain codes used for different unspent types and methods to calculate bitcoin transaction sizes", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", @@ -36,7 +36,7 @@ "should": "~13.2.3" }, "dependencies": { - "@bitgo/utxo-lib": "^9.16.0", + "@bitgo/utxo-lib": "^9.19.0", "lodash": "~4.17.21", "tcomb": "~3.2.29", "varuint-bitcoin": "^1.0.4" diff --git a/modules/utxo-bin/CHANGELOG.md b/modules/utxo-bin/CHANGELOG.md index 790b995cf1..fea4f9d2f3 100644 --- a/modules/utxo-bin/CHANGELOG.md +++ b/modules/utxo-bin/CHANGELOG.md @@ -3,6 +3,36 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.30.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@2.14.0...@bitgo/utxo-bin@2.30.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **utxo-bin:** add regular base58 parsing ([41e856d](https://github.com/BitGo/BitGoJS/commit/41e856d44ffe75df42bae8140545d33ca5dd151e)) + +# [2.29.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@2.14.0...@bitgo/utxo-bin@2.29.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **utxo-bin:** add regular base58 parsing ([41e856d](https://github.com/BitGo/BitGoJS/commit/41e856d44ffe75df42bae8140545d33ca5dd151e)) + +# [2.28.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@2.14.0...@bitgo/utxo-bin@2.28.0) (2023-11-13) + +### Bug Fixes + +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) + +### Features + +- **utxo-bin:** add regular base58 parsing ([41e856d](https://github.com/BitGo/BitGoJS/commit/41e856d44ffe75df42bae8140545d33ca5dd151e)) + # [2.27.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@2.14.0...@bitgo/utxo-bin@2.27.0) (2023-10-20) ### Bug Fixes diff --git a/modules/utxo-bin/package.json b/modules/utxo-bin/package.json index de1f42d5a5..576610b1d0 100644 --- a/modules/utxo-bin/package.json +++ b/modules/utxo-bin/package.json @@ -1,7 +1,7 @@ { "name": "@bitgo/utxo-bin", "description": "Command-line utility for BitGo UTXO transactions", - "version": "2.27.0", + "version": "2.30.0", "files": [ "dist/**/*" ], @@ -26,9 +26,9 @@ }, "bin": "./dist/bin/index.js", "dependencies": { - "@bitgo/blockapis": "^1.7.16", - "@bitgo/statics": "^29.0.0", - "@bitgo/utxo-lib": "^9.16.0", + "@bitgo/blockapis": "^1.7.19", + "@bitgo/statics": "^32.0.0", + "@bitgo/utxo-lib": "^9.19.0", "archy": "^1.0.0", "bech32": "^2.0.0", "bitcoinjs-lib": "npm:@bitgo-forks/bitcoinjs-lib@7.1.0-master.2", diff --git a/modules/utxo-lib/CHANGELOG.md b/modules/utxo-lib/CHANGELOG.md index 83bf45627d..1468b7e04f 100644 --- a/modules/utxo-lib/CHANGELOG.md +++ b/modules/utxo-lib/CHANGELOG.md @@ -3,6 +3,63 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [9.19.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-lib@9.5.0...@bitgo/utxo-lib@9.19.0) (2023-11-13) + +### Bug Fixes + +- loosen unspent type from WalletUnspent to Unspent ([340a04b](https://github.com/BitGo/BitGoJS/commit/340a04b1c3efe0ebb65285d6cfc7c9d6a22498c8)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **utxo-lib:** assert p2tr sig hash type ([bc41ee6](https://github.com/BitGo/BitGoJS/commit/bc41ee6effa0e3a88d84a3e5409eb0da1042f84f)) +- **utxo-lib:** check prevout script against computed for non-taproot inputs ([c789a70](https://github.com/BitGo/BitGoJS/commit/c789a7057d34bc6592ddc29911ccf3e5a9d1d10c)) +- **utxo-lib:** p2tr fails to check pubkey against script ([09376da](https://github.com/BitGo/BitGoJS/commit/09376da5c621ec3a1d259b1bfd32b5377f18a2f9)) + +### Features + +- **utxo-lib:** accept isReplaceable flag while adding unspents to PSBT ([cd46d67](https://github.com/BitGo/BitGoJS/commit/cd46d670795304fa113428980b55b4c648baac8b)) +- **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac)) +- **utxo-lib:** allow a custom sequenceNumber to be added in tx creation ([8753e05](https://github.com/BitGo/BitGoJS/commit/8753e0574309f4053e641ce9d6d80167a5cfb396)) +- **utxo-lib:** allow both compressed & uncompressed pubkeys ([8db0785](https://github.com/BitGo/BitGoJS/commit/8db0785ecf7e5cfa05460a12c9c6943d0df0e033)) +- **utxo-lib:** build transaction without nonWitnessUtxo when specified ([871ad91](https://github.com/BitGo/BitGoJS/commit/871ad9141ff9a2b529d1a589d6294a7c1d2c5128)) +- **utxo-lib:** remove prev tx from psbt ([69bb9a1](https://github.com/BitGo/BitGoJS/commit/69bb9a1a7bcddb685045e43113926a7a7e6169bd)) + +# [9.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-lib@9.5.0...@bitgo/utxo-lib@9.18.0) (2023-11-13) + +### Bug Fixes + +- loosen unspent type from WalletUnspent to Unspent ([340a04b](https://github.com/BitGo/BitGoJS/commit/340a04b1c3efe0ebb65285d6cfc7c9d6a22498c8)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **utxo-lib:** assert p2tr sig hash type ([bc41ee6](https://github.com/BitGo/BitGoJS/commit/bc41ee6effa0e3a88d84a3e5409eb0da1042f84f)) +- **utxo-lib:** check prevout script against computed for non-taproot inputs ([c789a70](https://github.com/BitGo/BitGoJS/commit/c789a7057d34bc6592ddc29911ccf3e5a9d1d10c)) +- **utxo-lib:** p2tr fails to check pubkey against script ([09376da](https://github.com/BitGo/BitGoJS/commit/09376da5c621ec3a1d259b1bfd32b5377f18a2f9)) + +### Features + +- **utxo-lib:** accept isReplaceable flag while adding unspents to PSBT ([cd46d67](https://github.com/BitGo/BitGoJS/commit/cd46d670795304fa113428980b55b4c648baac8b)) +- **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac)) +- **utxo-lib:** allow a custom sequenceNumber to be added in tx creation ([8753e05](https://github.com/BitGo/BitGoJS/commit/8753e0574309f4053e641ce9d6d80167a5cfb396)) +- **utxo-lib:** allow both compressed & uncompressed pubkeys ([8db0785](https://github.com/BitGo/BitGoJS/commit/8db0785ecf7e5cfa05460a12c9c6943d0df0e033)) +- **utxo-lib:** build transaction without nonWitnessUtxo when specified ([871ad91](https://github.com/BitGo/BitGoJS/commit/871ad9141ff9a2b529d1a589d6294a7c1d2c5128)) +- **utxo-lib:** remove prev tx from psbt ([69bb9a1](https://github.com/BitGo/BitGoJS/commit/69bb9a1a7bcddb685045e43113926a7a7e6169bd)) + +# [9.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-lib@9.5.0...@bitgo/utxo-lib@9.17.0) (2023-11-13) + +### Bug Fixes + +- loosen unspent type from WalletUnspent to Unspent ([340a04b](https://github.com/BitGo/BitGoJS/commit/340a04b1c3efe0ebb65285d6cfc7c9d6a22498c8)) +- **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b)) +- **utxo-lib:** assert p2tr sig hash type ([bc41ee6](https://github.com/BitGo/BitGoJS/commit/bc41ee6effa0e3a88d84a3e5409eb0da1042f84f)) +- **utxo-lib:** check prevout script against computed for non-taproot inputs ([c789a70](https://github.com/BitGo/BitGoJS/commit/c789a7057d34bc6592ddc29911ccf3e5a9d1d10c)) +- **utxo-lib:** p2tr fails to check pubkey against script ([09376da](https://github.com/BitGo/BitGoJS/commit/09376da5c621ec3a1d259b1bfd32b5377f18a2f9)) + +### Features + +- **utxo-lib:** accept isReplaceable flag while adding unspents to PSBT ([cd46d67](https://github.com/BitGo/BitGoJS/commit/cd46d670795304fa113428980b55b4c648baac8b)) +- **utxo-lib:** add tests for v1 safe wallets with uncompressed ([4ac75f0](https://github.com/BitGo/BitGoJS/commit/4ac75f0031a40aa17de37f176e3493284cba4cac)) +- **utxo-lib:** allow a custom sequenceNumber to be added in tx creation ([8753e05](https://github.com/BitGo/BitGoJS/commit/8753e0574309f4053e641ce9d6d80167a5cfb396)) +- **utxo-lib:** allow both compressed & uncompressed pubkeys ([8db0785](https://github.com/BitGo/BitGoJS/commit/8db0785ecf7e5cfa05460a12c9c6943d0df0e033)) +- **utxo-lib:** build transaction without nonWitnessUtxo when specified ([871ad91](https://github.com/BitGo/BitGoJS/commit/871ad9141ff9a2b529d1a589d6294a7c1d2c5128)) +- **utxo-lib:** remove prev tx from psbt ([69bb9a1](https://github.com/BitGo/BitGoJS/commit/69bb9a1a7bcddb685045e43113926a7a7e6169bd)) + # [9.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-lib@9.5.0...@bitgo/utxo-lib@9.16.0) (2023-10-20) ### Bug Fixes diff --git a/modules/utxo-lib/package.json b/modules/utxo-lib/package.json index 2b4f1e0752..7a07a0f994 100644 --- a/modules/utxo-lib/package.json +++ b/modules/utxo-lib/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/utxo-lib", - "version": "9.16.0", + "version": "9.19.0", "description": "Client-side Bitcoin JavaScript library", "main": "./dist/src/index.js", "engines": { diff --git a/modules/utxo-ord/CHANGELOG.md b/modules/utxo-ord/CHANGELOG.md index e9e30beb85..3e50913439 100644 --- a/modules/utxo-ord/CHANGELOG.md +++ b/modules/utxo-ord/CHANGELOG.md @@ -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.4.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-ord@1.4.0...@bitgo/utxo-ord@1.4.16) (2023-11-13) + +**Note:** Version bump only for package @bitgo/utxo-ord + +## [1.4.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-ord@1.4.0...@bitgo/utxo-ord@1.4.15) (2023-11-13) + +**Note:** Version bump only for package @bitgo/utxo-ord + +## [1.4.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-ord@1.4.0...@bitgo/utxo-ord@1.4.14) (2023-11-13) + +**Note:** Version bump only for package @bitgo/utxo-ord + ## [1.4.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-ord@1.4.0...@bitgo/utxo-ord@1.4.13) (2023-10-20) **Note:** Version bump only for package @bitgo/utxo-ord diff --git a/modules/utxo-ord/package.json b/modules/utxo-ord/package.json index e1734266a8..a2512a720b 100644 --- a/modules/utxo-ord/package.json +++ b/modules/utxo-ord/package.json @@ -3,7 +3,7 @@ "description": "Utilities for building ordinals with BitGo utxo-lib", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", - "version": "1.4.13", + "version": "1.4.16", "files": [ "dist/**/*" ], @@ -28,9 +28,9 @@ "directory": "modules/utxo-ord" }, "dependencies": { - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/unspents": "^0.28.0", - "@bitgo/utxo-lib": "^9.16.0" + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/unspents": "^0.31.0", + "@bitgo/utxo-lib": "^9.19.0" }, "lint-staged": { "*.{js,ts}": [ diff --git a/modules/web-demo/CHANGELOG.md b/modules/web-demo/CHANGELOG.md index 535a4fb03a..59a15a1bb2 100644 --- a/modules/web-demo/CHANGELOG.md +++ b/modules/web-demo/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/web-demo@1.7.11...@bitgo/web-demo@1.12.0) (2023-11-13) + +### Features + +- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2)) +- **key-card:** add keycard generation for cold tss key creation ([76b7246](https://github.com/BitGo/BitGoJS/commit/76b7246e89ed2dd4c17dcfa330e4194d7d45d02f)) + +# [1.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/web-demo@1.7.11...@bitgo/web-demo@1.11.0) (2023-11-13) + +### Features + +- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2)) +- **key-card:** add keycard generation for cold tss key creation ([76b7246](https://github.com/BitGo/BitGoJS/commit/76b7246e89ed2dd4c17dcfa330e4194d7d45d02f)) + +# [1.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/web-demo@1.7.11...@bitgo/web-demo@1.10.0) (2023-11-13) + +### Features + +- **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2)) +- **key-card:** add keycard generation for cold tss key creation ([76b7246](https://github.com/BitGo/BitGoJS/commit/76b7246e89ed2dd4c17dcfa330e4194d7d45d02f)) + # [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/web-demo@1.7.11...@bitgo/web-demo@1.9.0) (2023-10-20) ### Features diff --git a/modules/web-demo/package.json b/modules/web-demo/package.json index 291b324355..cee5a25b7c 100644 --- a/modules/web-demo/package.json +++ b/modules/web-demo/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/web-demo", - "version": "1.9.0", + "version": "1.12.0", "description": "BitGoJS Web demo package", "repository": { "type": "git", @@ -24,45 +24,45 @@ "precommit": "yarn lint-staged" }, "dependencies": { - "@bitgo/key-card": "^0.3.0", - "@bitgo/sdk-api": "^1.24.0", - "@bitgo/sdk-coin-ada": "^2.17.0", - "@bitgo/sdk-coin-algo": "^1.7.0", - "@bitgo/sdk-coin-avaxc": "^2.9.0", - "@bitgo/sdk-coin-avaxp": "^3.7.13", - "@bitgo/sdk-coin-bch": "^1.5.13", - "@bitgo/sdk-coin-bcha": "^1.7.13", - "@bitgo/sdk-coin-bsc": "^3.10.0", - "@bitgo/sdk-coin-bsv": "^1.5.13", - "@bitgo/sdk-coin-btc": "^1.7.13", - "@bitgo/sdk-coin-btg": "^1.5.13", - "@bitgo/sdk-coin-celo": "^1.5.13", - "@bitgo/sdk-coin-cspr": "^1.7.0", - "@bitgo/sdk-coin-dash": "^1.5.13", - "@bitgo/sdk-coin-doge": "^1.12.13", - "@bitgo/sdk-coin-dot": "^3.15.0", - "@bitgo/sdk-coin-eos": "^1.5.13", - "@bitgo/sdk-coin-etc": "^1.4.13", - "@bitgo/sdk-coin-eth": "^4.10.0", - "@bitgo/sdk-coin-eth2": "^1.4.13", - "@bitgo/sdk-coin-ethw": "^1.5.13", - "@bitgo/sdk-coin-hbar": "^1.5.13", - "@bitgo/sdk-coin-ltc": "^2.2.13", - "@bitgo/sdk-coin-near": "^1.6.13", - "@bitgo/sdk-coin-polygon": "^1.10.0", - "@bitgo/sdk-coin-rbtc": "^1.5.13", - "@bitgo/sdk-coin-sol": "^2.20.0", - "@bitgo/sdk-coin-stx": "^2.3.13", - "@bitgo/sdk-coin-sui": "^4.5.0", - "@bitgo/sdk-coin-trx": "^1.18.0", - "@bitgo/sdk-coin-xlm": "^2.5.0", - "@bitgo/sdk-coin-xrp": "^1.7.13", - "@bitgo/sdk-coin-xtz": "^1.6.13", - "@bitgo/sdk-coin-zec": "^1.5.13", - "@bitgo/sdk-core": "^8.26.0", - "@bitgo/sdk-lib-mpc": "^8.15.0", - "@bitgo/statics": "^29.0.0", - "bitgo": "^19.20.0", + "@bitgo/key-card": "^0.6.0", + "@bitgo/sdk-api": "^1.27.0", + "@bitgo/sdk-coin-ada": "^2.20.0", + "@bitgo/sdk-coin-algo": "^1.10.0", + "@bitgo/sdk-coin-avaxc": "^2.12.0", + "@bitgo/sdk-coin-avaxp": "^3.7.16", + "@bitgo/sdk-coin-bch": "^1.5.16", + "@bitgo/sdk-coin-bcha": "^1.7.16", + "@bitgo/sdk-coin-bsc": "^6.0.0", + "@bitgo/sdk-coin-bsv": "^1.5.16", + "@bitgo/sdk-coin-btc": "^1.7.16", + "@bitgo/sdk-coin-btg": "^1.5.16", + "@bitgo/sdk-coin-celo": "^1.5.16", + "@bitgo/sdk-coin-cspr": "^1.10.0", + "@bitgo/sdk-coin-dash": "^1.5.16", + "@bitgo/sdk-coin-doge": "^1.12.16", + "@bitgo/sdk-coin-dot": "^3.18.0", + "@bitgo/sdk-coin-eos": "^1.5.16", + "@bitgo/sdk-coin-etc": "^1.4.16", + "@bitgo/sdk-coin-eth": "^7.0.0", + "@bitgo/sdk-coin-eth2": "^1.4.16", + "@bitgo/sdk-coin-ethw": "^4.0.0", + "@bitgo/sdk-coin-hbar": "^1.5.16", + "@bitgo/sdk-coin-ltc": "^2.2.16", + "@bitgo/sdk-coin-near": "^1.6.16", + "@bitgo/sdk-coin-polygon": "^4.0.0", + "@bitgo/sdk-coin-rbtc": "^1.5.16", + "@bitgo/sdk-coin-sol": "^2.23.0", + "@bitgo/sdk-coin-stx": "^2.3.16", + "@bitgo/sdk-coin-sui": "^4.8.0", + "@bitgo/sdk-coin-trx": "^1.21.0", + "@bitgo/sdk-coin-xlm": "^2.8.0", + "@bitgo/sdk-coin-xrp": "^1.7.16", + "@bitgo/sdk-coin-xtz": "^1.6.16", + "@bitgo/sdk-coin-zec": "^1.5.16", + "@bitgo/sdk-core": "^11.0.0", + "@bitgo/sdk-lib-mpc": "^8.18.0", + "@bitgo/statics": "^32.0.0", + "bitgo": "^22.0.0", "lodash": "^4.17.15", "react": "^17.0.2", "react-dom": "^17.0.2",