diff --git a/modules/abstract-eth/CHANGELOG.md b/modules/abstract-eth/CHANGELOG.md index 4d08015762..a6b452d83e 100644 --- a/modules/abstract-eth/CHANGELOG.md +++ b/modules/abstract-eth/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.0.1-rc.23...@bitgo/abstract-eth@1.2.0) (2022-10-18) + + +### Bug Fixes + +* **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1)) + + +### Features + +* **abstract-eth:** validate istss for evms ([29f0b5a](https://github.com/BitGo/BitGoJS/commit/29f0b5aa875c4a6a727f9b3e9a073740230c4fb8)) + + + + + ## [1.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.0.1-rc.23...@bitgo/abstract-eth@1.0.1) (2022-07-19) **Note:** Version bump only for package @bitgo/abstract-eth diff --git a/modules/abstract-eth/package.json b/modules/abstract-eth/package.json index a8b0907017..c931051026 100644 --- a/modules/abstract-eth/package.json +++ b/modules/abstract-eth/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/abstract-eth", - "version": "1.1.0", + "version": "1.2.0", "description": "BitGo SDK coin library for ETH base implementation", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -37,10 +37,10 @@ ] }, "dependencies": { - "@bitgo/sdk-coin-eth": "^2.1.0", - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/statics": "^8.1.0", - "@bitgo/utxo-lib": "^3.1.0", + "@bitgo/sdk-coin-eth": "^2.2.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.0", + "@bitgo/utxo-lib": "^3.2.0", "bignumber.js": "^8.0.1" } } diff --git a/modules/abstract-utxo/CHANGELOG.md b/modules/abstract-utxo/CHANGELOG.md index 7834a7a795..72b873a474 100644 --- a/modules/abstract-utxo/CHANGELOG.md +++ b/modules/abstract-utxo/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.1.0-rc.6...@bitgo/abstract-utxo@1.4.0) (2022-10-18) + + +### Bug Fixes + +* **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1)) + + +### Features + +* **abstract-utxo:** add support for bigints from new utxo-lib ([77c60dd](https://github.com/BitGo/BitGoJS/commit/77c60ddd4d0ddd1e82a8b1bb041686a9c7f39fae)) +* **abstract-utxo:** backup key recovery service for doge ([612be53](https://github.com/BitGo/BitGoJS/commit/612be533836f33fdecb9584ddc0f5674df31dcb0)) +* **abstract-utxo:** cross chain recovery support for bigint coins (doge) ([ad6bf71](https://github.com/BitGo/BitGoJS/commit/ad6bf71f58a4bae79f3bb014ee947a878f4b89d2)) +* **sdk-core:** added large value support while calling WP ([870621e](https://github.com/BitGo/BitGoJS/commit/870621e2bc93d15ed6f040379353d039eb17e609)) +* **utxo-lib:** export BIP32/ECPair interfaces ([8628507](https://github.com/BitGo/BitGoJS/commit/862850781b2e8b36c71608c5ae71424b9ebe9dee)) + + + + + # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-utxo@1.1.0-rc.6...@bitgo/abstract-utxo@1.1.0) (2022-07-19) **Note:** Version bump only for package @bitgo/abstract-utxo diff --git a/modules/abstract-utxo/package.json b/modules/abstract-utxo/package.json index d8613f5700..6f86d04fba 100644 --- a/modules/abstract-utxo/package.json +++ b/modules/abstract-utxo/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/abstract-utxo", - "version": "1.3.0", + "version": "1.4.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.2.0", - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/unspents": "^0.10.0", - "@bitgo/utxo-lib": "^3.1.0", + "@bitgo/blockapis": "^1.3.0", + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/unspents": "^0.11.0", + "@bitgo/utxo-lib": "^3.2.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 52b1ae2280..e19554e74a 100644 --- a/modules/account-lib/CHANGELOG.md +++ b/modules/account-lib/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.23.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.38...@bitgo/account-lib@2.23.0) (2022-10-18) + + +### Bug Fixes + +* **account-lib:** fix EDDSA MPC key validation for small number keys ([f9f7407](https://github.com/BitGo/BitGoJS/commit/f9f740721a91f8351df40b3b4d89f2c393acd7cf)) +* **account-lib:** shamir secret indices validity ([4e22783](https://github.com/BitGo/BitGoJS/commit/4e227839d5c1fb84a583f17d8754b46324f4eef9)) +* **sdk-coin-eth:** fixes to the sign and verify functions for eth tss ([ce79269](https://github.com/BitGo/BitGoJS/commit/ce7926985886cfd48a174df4ea1341e1ec388f8b)) +* **sdk-core:** ecdsa send signing bitgo's n share u ([1cb1e93](https://github.com/BitGo/BitGoJS/commit/1cb1e933c692f454de538b3b189ef2feb1b39475)) + + +### Features + +* **account-lib:** add option to pass in custom seed ecdsa ([86b205e](https://github.com/BitGo/BitGoJS/commit/86b205e342ca5610ce460877a64f4733f944bf6e)) +* **account-lib:** add support for additional hash algorithms ([4e2aefe](https://github.com/BitGo/BitGoJS/commit/4e2aefe8bb7754f891e5f9919f591ad1cc04b34d)) +* **account-lib:** custom salt shamir share ([fa34652](https://github.com/BitGo/BitGoJS/commit/fa346529b5dc9897b6bbf6fb4a05ac77f2f05b2d)) +* **sdk-coin-bsc:** create bsc module ([b55ca71](https://github.com/BitGo/BitGoJS/commit/b55ca7173e27ee2d75d342b6706698769f11734f)) +* **sdk-core:** add recid to fully constructed signature ([a8adcd9](https://github.com/BitGo/BitGoJS/commit/a8adcd9c3f452f1dfc85454668c19103cec7160d)) +* **sdk-core:** implement signing flow ecdsa ([68aa561](https://github.com/BitGo/BitGoJS/commit/68aa561193fe0574bd7b7080bb51d1d795cf31f9)) + + +### BREAKING CHANGES + +* **sdk-core:** The SShare type's `r` field is now `R` (33 bytes encoded as 66 hex characters). +ISSUE: BG-56664 + + + + + # [2.20.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@2.20.0-rc.38...@bitgo/account-lib@2.20.0) (2022-07-19) **Note:** Version bump only for package @bitgo/account-lib diff --git a/modules/account-lib/package.json b/modules/account-lib/package.json index a05503262a..35a26515ae 100644 --- a/modules/account-lib/package.json +++ b/modules/account-lib/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/account-lib", - "version": "2.22.0", + "version": "2.23.0", "description": "BitGo's account library functions", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -27,26 +27,26 @@ "node": ">=14 <17" }, "dependencies": { - "@bitgo/sdk-coin-algo": "^1.2.0", - "@bitgo/sdk-coin-avaxc": "^2.1.0", - "@bitgo/sdk-coin-avaxp": "^3.1.0", - "@bitgo/sdk-coin-bsc": "^1.2.0", - "@bitgo/sdk-coin-celo": "^1.2.0", - "@bitgo/sdk-coin-cspr": "^1.1.0", - "@bitgo/sdk-coin-dot": "^1.2.0", - "@bitgo/sdk-coin-etc": "^1.1.0", - "@bitgo/sdk-coin-eth": "^2.1.0", - "@bitgo/sdk-coin-eth2": "^1.1.0", - "@bitgo/sdk-coin-hbar": "^1.2.0", - "@bitgo/sdk-coin-near": "^1.2.0", - "@bitgo/sdk-coin-polygon": "^1.2.0", - "@bitgo/sdk-coin-rbtc": "^1.2.0", - "@bitgo/sdk-coin-sol": "^2.1.0", - "@bitgo/sdk-coin-stx": "^1.3.0", - "@bitgo/sdk-coin-trx": "^1.1.0", - "@bitgo/sdk-coin-xtz": "^1.3.0", - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/statics": "^8.1.0", + "@bitgo/sdk-coin-algo": "^1.3.0", + "@bitgo/sdk-coin-avaxc": "^2.2.0", + "@bitgo/sdk-coin-avaxp": "^3.2.0", + "@bitgo/sdk-coin-bsc": "^1.3.0", + "@bitgo/sdk-coin-celo": "^1.3.0", + "@bitgo/sdk-coin-cspr": "^1.2.0", + "@bitgo/sdk-coin-dot": "^1.3.0", + "@bitgo/sdk-coin-etc": "^1.2.0", + "@bitgo/sdk-coin-eth": "^2.2.0", + "@bitgo/sdk-coin-eth2": "^1.2.0", + "@bitgo/sdk-coin-hbar": "^1.3.0", + "@bitgo/sdk-coin-near": "^1.3.0", + "@bitgo/sdk-coin-polygon": "^1.3.0", + "@bitgo/sdk-coin-rbtc": "^1.3.0", + "@bitgo/sdk-coin-sol": "^2.2.0", + "@bitgo/sdk-coin-stx": "^1.4.0", + "@bitgo/sdk-coin-trx": "^1.2.0", + "@bitgo/sdk-coin-xtz": "^1.4.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.0", "bignumber.js": "^9.0.0", "bs58": "^4.0.1" }, diff --git a/modules/bitgo/CHANGELOG.md b/modules/bitgo/CHANGELOG.md index 924ab783c2..b4a8ba34d8 100644 --- a/modules/bitgo/CHANGELOG.md +++ b/modules/bitgo/CHANGELOG.md @@ -3,6 +3,101 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [14.5.0](https://github.com/BitGo/BitGoJS/compare/bitgo@14.2.0-rc.42...bitgo@14.5.0) (2022-10-18) + + +### Bug Fixes + +* **bitgo:** remove address param from lightning().deposit ([b49ec63](https://github.com/BitGo/BitGoJS/commit/b49ec638e130633508cdc64fe6a3bdaaafed5aef)) +* **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1)) +* **core:** regenerate p2tr test vectors ([8d0611a](https://github.com/BitGo/BitGoJS/commit/8d0611a53f76ac2f81d6eeac5404e1fd77a6703d)) +* **sdk-coin-eos:** fix precision for EOS:CHEX tokens ([0e60ec9](https://github.com/BitGo/BitGoJS/commit/0e60ec9e92a9c737fd65d89476f080b99a0fa842)) +* **sdk-coin-eth:** fix convert signature share to/from ([9aed51e](https://github.com/BitGo/BitGoJS/commit/9aed51ee96aefef29ef1cf11b0ce821b996ce08e)) +* **sdk-core:** allow for optional passphrase on tss wallets ([f334232](https://github.com/BitGo/BitGoJS/commit/f3342328a85c78ab9d886478bfd027239f2251d8)) +* **sdk-core:** allow undefined for amtPaidSats ([7e9e9ea](https://github.com/BitGo/BitGoJS/commit/7e9e9eac7cab9ef41bc08e82704b90a8aeb46de9)) +* **sdk-core:** default wallet to non tss ([26febd4](https://github.com/BitGo/BitGoJS/commit/26febd42bc12fe417fecb1896e8ff5313be9fc18)) +* **sdk-core:** ecdsa keychain creation types mach ([1224de3](https://github.com/BitGo/BitGoJS/commit/1224de3f707759f4ef22836a80c3b834ec04b98d)) +* **sdk-core:** ecdsa send signing bitgo's n share u ([1cb1e93](https://github.com/BitGo/BitGoJS/commit/1cb1e933c692f454de538b3b189ef2feb1b39475)) +* **sdk-core:** ecdsa sign serializedTxHex ([2fda8fc](https://github.com/BitGo/BitGoJS/commit/2fda8fc364f357a66645665b7793182baf2efbcb)) +* **sdk-core:** ecdsa signing get user share ([acbc700](https://github.com/BitGo/BitGoJS/commit/acbc7002c9ffd62c78e6dd2e72feac0c3ff4fe45)) +* **sdk-core:** ecdsa tss signing flow update ([226586c](https://github.com/BitGo/BitGoJS/commit/226586ce2f1af6f5593bb97c3a297f332aee3b34)) +* **sdk-core:** fix send token enablements by writing in buildParams in prebuildTx ([9dc933a](https://github.com/BitGo/BitGoJS/commit/9dc933a878b2a70adc69cd329883f668a8943aa0)) +* **sdk-core:** fix tss ecdsa keychain encryption ([95f9c2d](https://github.com/BitGo/BitGoJS/commit/95f9c2d7d1018d387dc6cabd89e5c0d14b9f07d3)) +* **sdk-core:** tss tx signing ([ab7eb80](https://github.com/BitGo/BitGoJS/commit/ab7eb8079ea37e347727db106d01fe9362f36374)) +* **sdk-core:** tss wallet creation related bugs ([500c735](https://github.com/BitGo/BitGoJS/commit/500c73527edd902b65cfd784ea1022a21e0f6319)) +* **utxo-lib:** use safe version of bitcoinjs-lib ([8f2226b](https://github.com/BitGo/BitGoJS/commit/8f2226b6276fe47413759bf7462b8429d9e69f90)) + + +### Features + +* **abstract-utxo:** add support for bigints from new utxo-lib ([77c60dd](https://github.com/BitGo/BitGoJS/commit/77c60ddd4d0ddd1e82a8b1bb041686a9c7f39fae)) +* **abstract-utxo:** add support for bigints from new utxo-lib ([8e5bbe5](https://github.com/BitGo/BitGoJS/commit/8e5bbe5e158254d34abb87f6d000e5afd9bb6b9d)) +* **abstract-utxo:** backup key recovery service for doge ([612be53](https://github.com/BitGo/BitGoJS/commit/612be533836f33fdecb9584ddc0f5674df31dcb0)) +* **abstract-utxo:** cross chain recovery support for bigint coins (doge) ([ad6bf71](https://github.com/BitGo/BitGoJS/commit/ad6bf71f58a4bae79f3bb014ee947a878f4b89d2)) +* add message signing support for polygon ([ab2bac1](https://github.com/BitGo/BitGoJS/commit/ab2bac13dad55ce8571d014796298aa52a24a5f2)) +* add u value proof during tss eddssa key creation ([79d2c91](https://github.com/BitGo/BitGoJS/commit/79d2c91ea5b101f8cad9b107b9e4426939333c5f)) +* adding support for message signing ([01c6303](https://github.com/BitGo/BitGoJS/commit/01c63032d067e6ba5aef78804ea747b5e62709fe)) +* **bitgo:** add lightning and lnurl examples ([8894bac](https://github.com/BitGo/BitGoJS/commit/8894bac0fd47eb9841e545011dc25d516dd72e9c)) +* **bitgo:** adding example for tx-build ([c967e26](https://github.com/BitGo/BitGoJS/commit/c967e2630bb7768278572361c61667c0452af1ba)) +* **bitgo:** expose Ethw in core bitgo module ([183cda4](https://github.com/BitGo/BitGoJS/commit/183cda433f8c683722843e2c30bf46101a1cd677)) +* **bitgo:** support chaincodes on BLS-DKG keychains creation ([bfaa380](https://github.com/BitGo/BitGoJS/commit/bfaa380551d2fe90e041975b392d4398c781074a)) +* **sdk-coin-ada:** create wallet script ([6263411](https://github.com/BitGo/BitGoJS/commit/626341127af23d7033261eed16a61b615fbc70d4)) +* **sdk-coin-ada:** incorporate sdk-coin-ada back into bitgo ([99d141b](https://github.com/BitGo/BitGoJS/commit/99d141be06fa98f77ea88dc6f7cbae7aa1f9e002)) +* **sdk-coin-bsc:** create bsc module ([b55ca71](https://github.com/BitGo/BitGoJS/commit/b55ca7173e27ee2d75d342b6706698769f11734f)) +* **sdk-coin-bsc:** support tokens for bsc ([44d2af8](https://github.com/BitGo/BitGoJS/commit/44d2af8f3f14bc61d31e6a0b8482a68db2a7d23e)) +* **sdk-coin-eth:** add acceleration capability for eth ([436ba8c](https://github.com/BitGo/BitGoJS/commit/436ba8ceb478c4028d5b05dc34bb623be6fc581f)) +* **sdk-coin-ethw:** add ethw sdk module ([63e9850](https://github.com/BitGo/BitGoJS/commit/63e9850c27039d1b614d14426a1d9b090d454b76)) +* **sdk-coin-polygon:** support tokens ([8870307](https://github.com/BitGo/BitGoJS/commit/8870307b63f460031019aecf30c60df4f2c0a112)) +* **sdk-coin-sui:** create sui module ([8ba86b7](https://github.com/BitGo/BitGoJS/commit/8ba86b7a10720a14ff1efa9c4616c1f26d27d8e4)) +* **sdk-core:** add createDepositAddress to lightning ([e7056dc](https://github.com/BitGo/BitGoJS/commit/e7056dc48448d69328d29bd223c179eb6486a40e)) +* **sdk-core:** add createInvoice to lightning ([293a5d6](https://github.com/BitGo/BitGoJS/commit/293a5d6badd73def299b4f8420bc3380bb862cb2)) +* **sdk-core:** add deposit() to lightning object ([aeb483d](https://github.com/BitGo/BitGoJS/commit/aeb483d2cd2baf49659674f9b9ad7a9d37fcf672)) +* **sdk-core:** add enable token support for sol ([dde3a95](https://github.com/BitGo/BitGoJS/commit/dde3a952b45f9e49d61bdc92d7cddaff1a646c08)) +* **sdk-core:** add getBalance for lightning ([ccd2e81](https://github.com/BitGo/BitGoJS/commit/ccd2e817cddda09709ae3d65a91d7fd122661f5c)) +* **sdk-core:** add getInvoices to lightning object ([232bea3](https://github.com/BitGo/BitGoJS/commit/232bea30d95a4b6f9554cc0416c54f0f73a979ad)) +* **sdk-core:** add helper to create backup TSS key share held by BitGo ([d5921ad](https://github.com/BitGo/BitGoJS/commit/d5921ad6c0a90b9a0e5ec7d60b86fd8741550b5c)) +* **sdk-core:** add helper to finish backup TSS key share held by BitGo ([f2d85b5](https://github.com/BitGo/BitGoJS/commit/f2d85b5132c9466a70dea645598dbbf95c677c4d)) +* **sdk-core:** add includeTokens wallet.addresses parameter ([8c03d83](https://github.com/BitGo/BitGoJS/commit/8c03d8363e3e3b56b6c7f18b0e098d68f25d54c2)) +* **sdk-core:** add more ecdsa helper methods ([aa57eac](https://github.com/BitGo/BitGoJS/commit/aa57eacdc97f2ecac4179f76461d798226178ba8)) +* **sdk-core:** add payInvoice to lightning object ([eaaa48d](https://github.com/BitGo/BitGoJS/commit/eaaa48d10a8d0cc74b2ac97e0d0d97feba88d72a)) +* **sdk-core:** add recid to fully constructed signature ([a8adcd9](https://github.com/BitGo/BitGoJS/commit/a8adcd9c3f452f1dfc85454668c19103cec7160d)) +* **sdk-core:** add specialized enable token functions ([3e60cef](https://github.com/BitGo/BitGoJS/commit/3e60cef71a0ae76b378356508338738eac49a920)) +* **sdk-core:** add withdraw to lightning object ([99474b5](https://github.com/BitGo/BitGoJS/commit/99474b581023b228ce6f2713f5b5d58c8d1186d6)) +* **sdk-core:** added large value support while calling WP ([870621e](https://github.com/BitGo/BitGoJS/commit/870621e2bc93d15ed6f040379353d039eb17e609)) +* **sdk-core:** added verification of private share proofs ([66d6c63](https://github.com/BitGo/BitGoJS/commit/66d6c63bd102da49727e3bdb275cfa6231859ce5)) +* **sdk-core:** allow getting a staking wallet for any coin ([cfae0fe](https://github.com/BitGo/BitGoJS/commit/cfae0feeb14c1bcb30dad2840abd8489372bfbc8)) +* **sdk-core:** ecdsa type converters ([800b01b](https://github.com/BitGo/BitGoJS/commit/800b01b02194011bc0ac608a5d75094f935d6235)) +* **sdk-core:** implement signing flow ecdsa ([68aa561](https://github.com/BitGo/BitGoJS/commit/68aa561193fe0574bd7b7080bb51d1d795cf31f9)) +* **sdk-core:** parse zero value lightning invoices ([78cab72](https://github.com/BitGo/BitGoJS/commit/78cab722387bd6348cb81951c2e611db231484e0)) +* **sdk-core:** support lnurl pay ([6df91a3](https://github.com/BitGo/BitGoJS/commit/6df91a3eac28bf55600d5e856a297dde6b56c826)) +* **sdk-core:** support transfertoken type transactions ([6579785](https://github.com/BitGo/BitGoJS/commit/65797851062fb7beb3b1eb6a1db00e23f0a3c209)) +* **sdk-core:** use eth wallet for building and signing token txs ([82dd4a9](https://github.com/BitGo/BitGoJS/commit/82dd4a9a19f144dfdf83afd40155532d4df3163c)) +* **statics:** add ETHw statics ([f49ef42](https://github.com/BitGo/BitGoJS/commit/f49ef4233ffb788765eac5b5d20232334fbd6203)) +* **statics:** add ofc for near ([4ecde82](https://github.com/BitGo/BitGoJS/commit/4ecde82919019aa8bdacbe7958acb8ec6a5bf50f)) +* **statics:** add solana ([b46780e](https://github.com/BitGo/BitGoJS/commit/b46780ef7188b0f4451632c2fe2c3be86cdef9a7)) +* the client needs to generate a gpg key for their backup key share and share it with bitgo ([fb10fae](https://github.com/BitGo/BitGoJS/commit/fb10fae409761363fd8a3bb489011c34f041140c)) +* **utxo-lib:** export BIP32/ECPair interfaces ([8628507](https://github.com/BitGo/BitGoJS/commit/862850781b2e8b36c71608c5ae71424b9ebe9dee)) + + +### Reverts + +* Revert "feat(sdk-coin-aca): add sdk-coin-aca module BG-52862" ([e97716e](https://github.com/BitGo/BitGoJS/commit/e97716e487977617c205ec96fea68467857ab8de)) + + +### BREAKING CHANGES + +* **sdk-core:** The SShare type's `r` field is now `R` (33 bytes encoded as 66 hex characters). +ISSUE: BG-56664 +* **sdk-core:** We need to deal with the new enableToken intent type for solana on wp. +* **bitgo:** This breaks the current ETH2 Hot Wallet creation flow. Needs BG-46182 to be +implemented and deployed too. + +BG-46184 + + + + + # [14.2.0](https://github.com/BitGo/BitGoJS/compare/bitgo@14.2.0-rc.42...bitgo@14.2.0) (2022-07-19) **Note:** Version bump only for package bitgo diff --git a/modules/bitgo/package.json b/modules/bitgo/package.json index 51fbce4d4a..7d72431142 100644 --- a/modules/bitgo/package.json +++ b/modules/bitgo/package.json @@ -1,6 +1,6 @@ { "name": "bitgo", - "version": "14.4.0", + "version": "14.5.0", "description": "BitGo JavaScript SDK", "main": "./dist/src/index.js", "types": "./dist/types/src/index.d.ts", @@ -44,48 +44,48 @@ "gen-docs": "typedoc" }, "dependencies": { - "@bitgo/abstract-utxo": "^1.3.0", - "@bitgo/account-lib": "^2.22.0", - "@bitgo/blockapis": "^1.2.0", - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-coin-ada": "^2.1.0", - "@bitgo/sdk-coin-algo": "^1.2.0", - "@bitgo/sdk-coin-avaxc": "^2.1.0", - "@bitgo/sdk-coin-avaxp": "^3.1.0", - "@bitgo/sdk-coin-bch": "^1.2.0", - "@bitgo/sdk-coin-bcha": "^1.2.0", - "@bitgo/sdk-coin-bsc": "^1.2.0", - "@bitgo/sdk-coin-bsv": "^1.2.0", - "@bitgo/sdk-coin-btc": "^1.1.0", - "@bitgo/sdk-coin-btg": "^1.2.0", - "@bitgo/sdk-coin-celo": "^1.2.0", - "@bitgo/sdk-coin-cspr": "^1.1.0", - "@bitgo/sdk-coin-dash": "^1.2.0", - "@bitgo/sdk-coin-doge": "^1.2.0", - "@bitgo/sdk-coin-dot": "^1.2.0", - "@bitgo/sdk-coin-eos": "^1.2.0", - "@bitgo/sdk-coin-etc": "^1.1.0", - "@bitgo/sdk-coin-eth": "^2.1.0", - "@bitgo/sdk-coin-eth2": "^1.1.0", - "@bitgo/sdk-coin-ethw": "^1.2.0", - "@bitgo/sdk-coin-hbar": "^1.2.0", - "@bitgo/sdk-coin-ltc": "^1.2.0", - "@bitgo/sdk-coin-near": "^1.2.0", - "@bitgo/sdk-coin-polygon": "^1.2.0", - "@bitgo/sdk-coin-rbtc": "^1.2.0", - "@bitgo/sdk-coin-sol": "^2.1.0", - "@bitgo/sdk-coin-stx": "^1.3.0", - "@bitgo/sdk-coin-sui": "^1.1.0", - "@bitgo/sdk-coin-trx": "^1.1.0", - "@bitgo/sdk-coin-xlm": "^1.1.0", - "@bitgo/sdk-coin-xrp": "^1.2.0", - "@bitgo/sdk-coin-xtz": "^1.3.0", - "@bitgo/sdk-coin-zec": "^1.2.0", - "@bitgo/sdk-core": "^2.1.0", + "@bitgo/abstract-utxo": "^1.4.0", + "@bitgo/account-lib": "^2.23.0", + "@bitgo/blockapis": "^1.3.0", + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-coin-ada": "^2.2.0", + "@bitgo/sdk-coin-algo": "^1.3.0", + "@bitgo/sdk-coin-avaxc": "^2.2.0", + "@bitgo/sdk-coin-avaxp": "^3.2.0", + "@bitgo/sdk-coin-bch": "^1.3.0", + "@bitgo/sdk-coin-bcha": "^1.3.0", + "@bitgo/sdk-coin-bsc": "^1.3.0", + "@bitgo/sdk-coin-bsv": "^1.3.0", + "@bitgo/sdk-coin-btc": "^1.2.0", + "@bitgo/sdk-coin-btg": "^1.3.0", + "@bitgo/sdk-coin-celo": "^1.3.0", + "@bitgo/sdk-coin-cspr": "^1.2.0", + "@bitgo/sdk-coin-dash": "^1.3.0", + "@bitgo/sdk-coin-doge": "^1.3.0", + "@bitgo/sdk-coin-dot": "^1.3.0", + "@bitgo/sdk-coin-eos": "^1.3.0", + "@bitgo/sdk-coin-etc": "^1.2.0", + "@bitgo/sdk-coin-eth": "^2.2.0", + "@bitgo/sdk-coin-eth2": "^1.2.0", + "@bitgo/sdk-coin-ethw": "^1.3.0", + "@bitgo/sdk-coin-hbar": "^1.3.0", + "@bitgo/sdk-coin-ltc": "^1.3.0", + "@bitgo/sdk-coin-near": "^1.3.0", + "@bitgo/sdk-coin-polygon": "^1.3.0", + "@bitgo/sdk-coin-rbtc": "^1.3.0", + "@bitgo/sdk-coin-sol": "^2.2.0", + "@bitgo/sdk-coin-stx": "^1.4.0", + "@bitgo/sdk-coin-sui": "^1.2.0", + "@bitgo/sdk-coin-trx": "^1.2.0", + "@bitgo/sdk-coin-xlm": "^1.2.0", + "@bitgo/sdk-coin-xrp": "^1.3.0", + "@bitgo/sdk-coin-xtz": "^1.4.0", + "@bitgo/sdk-coin-zec": "^1.3.0", + "@bitgo/sdk-core": "^2.2.0", "@bitgo/sjcl": "^1.0.1", - "@bitgo/statics": "^8.1.0", - "@bitgo/unspents": "^0.10.0", - "@bitgo/utxo-lib": "^3.1.0", + "@bitgo/statics": "^8.2.0", + "@bitgo/unspents": "^0.11.0", + "@bitgo/utxo-lib": "^3.2.0", "@types/bluebird": "^3.5.25", "@types/superagent": "^4.1.3", "bignumber.js": "^8.0.1", @@ -98,7 +98,7 @@ "superagent": "^3.8.3" }, "devDependencies": { - "@bitgo/sdk-test": "^1.1.0", + "@bitgo/sdk-test": "^1.2.0", "@types/create-hmac": "^1.1.0", "@types/debug": "^4.1.4", "@types/jasmine": "^3.5.12", diff --git a/modules/blake2b-wasm/CHANGELOG.md b/modules/blake2b-wasm/CHANGELOG.md index 9c3136c027..7226dba7f6 100644 --- a/modules/blake2b-wasm/CHANGELOG.md +++ b/modules/blake2b-wasm/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b-wasm@3.0.3-rc.0...@bitgo/blake2b-wasm@3.2.0) (2022-10-18) + +**Note:** Version bump only for package @bitgo/blake2b-wasm + + + + + ## [3.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b-wasm@3.0.3-rc.0...@bitgo/blake2b-wasm@3.0.3) (2022-07-19) **Note:** Version bump only for package @bitgo/blake2b-wasm diff --git a/modules/blake2b-wasm/package.json b/modules/blake2b-wasm/package.json index 035468855e..b10c2929e0 100644 --- a/modules/blake2b-wasm/package.json +++ b/modules/blake2b-wasm/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/blake2b-wasm", - "version": "3.1.0", + "version": "3.2.0", "description": "Blake2b implemented in WASM", "main": "index.js", "dependencies": { diff --git a/modules/blake2b/CHANGELOG.md b/modules/blake2b/CHANGELOG.md index 22b54a2989..0b246abee9 100644 --- a/modules/blake2b/CHANGELOG.md +++ b/modules/blake2b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b@3.0.3-rc.0...@bitgo/blake2b@3.2.0) (2022-10-18) + +**Note:** Version bump only for package @bitgo/blake2b + + + + + ## [3.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/blake2b@3.0.3-rc.0...@bitgo/blake2b@3.0.3) (2022-07-19) **Note:** Version bump only for package @bitgo/blake2b diff --git a/modules/blake2b/package-lock.json b/modules/blake2b/package-lock.json index b703314a46..6f9cb1940a 100644 --- a/modules/blake2b/package-lock.json +++ b/modules/blake2b/package-lock.json @@ -1,6 +1,6 @@ { "name": "blake2b", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/modules/blake2b/package.json b/modules/blake2b/package.json index 90286b59b3..d0e7cba6fb 100644 --- a/modules/blake2b/package.json +++ b/modules/blake2b/package.json @@ -1,10 +1,10 @@ { "name": "@bitgo/blake2b", - "version": "3.1.0", + "version": "3.2.0", "description": "Blake2b (64-bit version) in pure JavaScript", "main": "index.js", "dependencies": { - "@bitgo/blake2b-wasm": "^3.1.0", + "@bitgo/blake2b-wasm": "^3.2.0", "nanoassert": "^2.0.0" }, "publishConfig": { diff --git a/modules/blockapis/CHANGELOG.md b/modules/blockapis/CHANGELOG.md index 63eccf15b1..25a7503b02 100644 --- a/modules/blockapis/CHANGELOG.md +++ b/modules/blockapis/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/blockapis@1.0.1-rc.17...@bitgo/blockapis@1.3.0) (2022-10-18) + + +### Features + +* **abstract-utxo:** backup key recovery service for doge ([612be53](https://github.com/BitGo/BitGoJS/commit/612be533836f33fdecb9584ddc0f5674df31dcb0)) + + + + + ## [1.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/blockapis@1.0.1-rc.17...@bitgo/blockapis@1.0.4) (2022-07-19) **Note:** Version bump only for package @bitgo/blockapis diff --git a/modules/blockapis/package.json b/modules/blockapis/package.json index 07d05918ff..3a4bbd0951 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.2.0", + "version": "1.3.0", "main": "dist/src/index.js", "files": [ "dist/src/**/*" @@ -22,7 +22,7 @@ "directory": "modules/blockapis" }, "dependencies": { - "@bitgo/utxo-lib": "^3.1.0", + "@bitgo/utxo-lib": "^3.2.0", "@types/superagent": "4.1.15", "bluebird": "^3.7.2", "superagent": "^7.1.1" diff --git a/modules/bls-dkg/CHANGELOG.md b/modules/bls-dkg/CHANGELOG.md index 1cc7ef6de5..4f12971d6f 100644 --- a/modules/bls-dkg/CHANGELOG.md +++ b/modules/bls-dkg/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/bls-dkg@1.1.0-rc.1...@bitgo/bls-dkg@1.3.0) (2022-10-18) + +**Note:** Version bump only for package @bitgo/bls-dkg + + + + + # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/bls-dkg@1.1.0-rc.1...@bitgo/bls-dkg@1.1.0) (2022-07-19) **Note:** Version bump only for package @bitgo/bls-dkg diff --git a/modules/bls-dkg/package.json b/modules/bls-dkg/package.json index cb99272fc3..db082ca63d 100644 --- a/modules/bls-dkg/package.json +++ b/modules/bls-dkg/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/bls-dkg", - "version": "1.2.0", + "version": "1.3.0", "description": "A simple implementation of BLS + DKG", "main": "index.js", "scripts": { diff --git a/modules/express/CHANGELOG.md b/modules/express/CHANGELOG.md index 99f3029d70..06bb076693 100644 --- a/modules/express/CHANGELOG.md +++ b/modules/express/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. +# [9.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/express@9.12.4-rc.26...@bitgo/express@9.15.0) (2022-10-18) + + +### Bug Fixes + +* add ability to use unencrypted private key ([803e14e](https://github.com/BitGo/BitGoJS/commit/803e14ef5e6a2c50fbb0b7408a31561850c4961e)) +* specify exact platform for express docker ([e845f8f](https://github.com/BitGo/BitGoJS/commit/e845f8f3a855ead10e20195925ce1935edfa1c48)) + + +### Features + +* **express:** adding EdDSA TSS support to external signer ([dbccabc](https://github.com/BitGo/BitGoJS/commit/dbccabc7b1b2c1258108e6b38f853c676f8a6562)) +* **express:** support routes to prebuildAndSignTransaction ([b7f0ec3](https://github.com/BitGo/BitGoJS/commit/b7f0ec37f6ea9a948c229003bdee023066d62b68)) + + + + + ## [9.12.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/express@9.12.4-rc.26...@bitgo/express@9.12.4) (2022-07-19) **Note:** Version bump only for package @bitgo/express diff --git a/modules/express/package.json b/modules/express/package.json index fbb97b1c95..fe7a9e5ada 100644 --- a/modules/express/package.json +++ b/modules/express/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/express", - "version": "9.14.0", + "version": "9.15.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": "^2.1.0", + "@bitgo/sdk-core": "^2.2.0", "argparse": "^1.0.10", - "bitgo": "^14.4.0", + "bitgo": "^14.5.0", "bluebird": "^3.5.3", "body-parser": "^1.19.0", "connect-timeout": "^1.9.0", @@ -51,7 +51,7 @@ "superagent": "^3.8.3" }, "devDependencies": { - "@bitgo/sdk-test": "^1.1.0", + "@bitgo/sdk-test": "^1.2.0", "@types/argparse": "^1.0.36", "@types/bluebird": "^3.5.25", "@types/body-parser": "^1.17.0", diff --git a/modules/sdk-api/CHANGELOG.md b/modules/sdk-api/CHANGELOG.md index 1f04cbb106..f3b23834d6 100644 --- a/modules/sdk-api/CHANGELOG.md +++ b/modules/sdk-api/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.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.1.0-rc.33...@bitgo/sdk-api@1.4.0) (2022-10-18) + + +### Bug Fixes + +* **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1)) +* **sdk-api:** fix txValueLimit type ([029abab](https://github.com/BitGo/BitGoJS/commit/029ababf75eb04a51211782b8b99a476346bf3ff)) + + +### Features + +* **sdk-coin-polygon:** support recovery ([15d6021](https://github.com/BitGo/BitGoJS/commit/15d602164d3a2b504d7995e65aa0fbcb38f98e89)) +* **utxo-lib:** export BIP32/ECPair interfaces ([8628507](https://github.com/BitGo/BitGoJS/commit/862850781b2e8b36c71608c5ae71424b9ebe9dee)) + + + + + # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-api@1.1.0-rc.33...@bitgo/sdk-api@1.1.0) (2022-07-19) **Note:** Version bump only for package @bitgo/sdk-api diff --git a/modules/sdk-api/package.json b/modules/sdk-api/package.json index abcc2a440b..5f0039dd10 100644 --- a/modules/sdk-api/package.json +++ b/modules/sdk-api/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-api", - "version": "1.3.0", + "version": "1.4.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": "^2.1.0", + "@bitgo/sdk-core": "^2.2.0", "@bitgo/sjcl": "^1.0.1", - "@bitgo/unspents": "^0.10.0", - "@bitgo/utxo-lib": "^3.1.0", + "@bitgo/unspents": "^0.11.0", + "@bitgo/utxo-lib": "^3.2.0", "@types/superagent": "4.1.15", "bitcoinjs-message": "^2.0.0", "bluebird": "^3.5.3", diff --git a/modules/sdk-coin-ada/CHANGELOG.md b/modules/sdk-coin-ada/CHANGELOG.md index b1d4d169d2..309b59e7ab 100644 --- a/modules/sdk-coin-ada/CHANGELOG.md +++ b/modules/sdk-coin-ada/CHANGELOG.md @@ -3,6 +3,50 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ada@1.1.0-rc.7...@bitgo/sdk-coin-ada@2.2.0) (2022-10-18) + + +### Bug Fixes + +* **account-lib:** added validate address function to sdk-coin-ada ([95f4bdb](https://github.com/BitGo/BitGoJS/commit/95f4bdbf3ad0cc19beda6bc7939e7b7a8070a8a8)) +* **account-lib:** adding fee and change to sdk-coin-ada transactionBuilder ([1810eec](https://github.com/BitGo/BitGoJS/commit/1810eec6af3df4f1301594bf1402d50b965a54ca)) +* **account-lib:** enable consolidation for ada ([f522ab2](https://github.com/BitGo/BitGoJS/commit/f522ab257f15e01f9b2daf57d8cbfea610a4c111)) +* **account-lib:** update ada verifyTransaction ([2cb321f](https://github.com/BitGo/BitGoJS/commit/2cb321f52f48d310c507a113784ff00f6cc44036)) +* add unit tests to coins ([c8df378](https://github.com/BitGo/BitGoJS/commit/c8df378116dae2f67aaf7e9a6bfb98bf42f158d9)) +* **sdk-coin-ada:** check if serialization lib is loaded ([58a62d6](https://github.com/BitGo/BitGoJS/commit/58a62d693b86b694e5045188894f0c93326474cb)) +* **sdk-coin-ada:** fix blockhash validation ([7204e28](https://github.com/BitGo/BitGoJS/commit/7204e28e6993caa0ae874d951f457246ee9cb9e5)) +* **sdk-coin-ada:** fix signature failure ([0ac7aee](https://github.com/BitGo/BitGoJS/commit/0ac7aee53aa417960d0cba139aea31c5641e98ed)) +* **sdk-coin-ada:** reformatting address validation to not use cardano wasm ([3c7aaf1](https://github.com/BitGo/BitGoJS/commit/3c7aaf1ec5706b06c73a8d10cbfd591ce84ff958)) +* **sdk-coin-ada:** temp fix for webpack import ([36a68ee](https://github.com/BitGo/BitGoJS/commit/36a68eeccdcc7a7ba4155c06860a666755d1b06b)) + + +### chore + +* **statics:** update fullname for ada coin ([39ec376](https://github.com/BitGo/BitGoJS/commit/39ec3761d013bcfec718535a6f86039a42651205)) + + +### Features + +* **account-lib:** add transaction builder for ada ([f35974b](https://github.com/BitGo/BitGoJS/commit/f35974b91f561e70bd83804bfc98f15b08923663)) +* **account-lib:** add tss to ada coin interface ([1a06746](https://github.com/BitGo/BitGoJS/commit/1a0674605af20785700799846829de0abc90691d)) +* **sdk-coin-ada:** add cardano token config ([00fcd72](https://github.com/BitGo/BitGoJS/commit/00fcd72d5feed500d69f208254c6b61815f51a16)) +* **sdk-coin-ada:** add getfee to transaction class ([028e1cf](https://github.com/BitGo/BitGoJS/commit/028e1cf0f9cd2145b259a44bc963ffecfe34545f)) +* **sdk-coin-ada:** add method to obtain reward address ([3be97a8](https://github.com/BitGo/BitGoJS/commit/3be97a8eb5168c45088daae96e90053335eb8190)) +* **sdk-coin-ada:** implement ada sdk interface ([12ff431](https://github.com/BitGo/BitGoJS/commit/12ff431e4b694a9716a287639fbb8fd3088db719)) +* **sdk-coin-ada:** implement recover function for cardano ([9bc3eeb](https://github.com/BitGo/BitGoJS/commit/9bc3eebac95621e1301c258027c87ab69cacc2da)) +* **sdk-coin-ada:** staking transaction builder ([5f2a5d5](https://github.com/BitGo/BitGoJS/commit/5f2a5d553a970be2ed42a5ece83281f8825f1ade)) + + +### BREAKING CHANGES + +* **statics:** updates coin names from `ADA`to `Cardano ADA` +Ticket: BG-56343 +. + + + + + # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ada@1.1.0-rc.7...@bitgo/sdk-coin-ada@1.1.0) (2022-07-19) **Note:** Version bump only for package @bitgo/sdk-coin-ada diff --git a/modules/sdk-coin-ada/package.json b/modules/sdk-coin-ada/package.json index cd6896f445..ca50c4066f 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.1.0", + "version": "2.2.0", "description": "BitGo SDK coin library for Ada", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,8 +40,8 @@ ] }, "dependencies": { - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/statics": "^8.1.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.0", "@emurgo/cardano-serialization-lib-browser": "^10.2.0", "@emurgo/cardano-serialization-lib-nodejs": "^10.2.0", "bech32": "^2.0.0", @@ -51,7 +51,7 @@ "tweetnacl": "^1.0.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0" + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0" } } diff --git a/modules/sdk-coin-algo/CHANGELOG.md b/modules/sdk-coin-algo/CHANGELOG.md index 12aa135caf..74329a3d7e 100644 --- a/modules/sdk-coin-algo/CHANGELOG.md +++ b/modules/sdk-coin-algo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-algo@1.1.0-rc.16...@bitgo/sdk-coin-algo@1.3.0) (2022-10-18) + +**Note:** Version bump only for package @bitgo/sdk-coin-algo + + + + + # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-algo@1.1.0-rc.16...@bitgo/sdk-coin-algo@1.1.0) (2022-07-19) **Note:** Version bump only for package @bitgo/sdk-coin-algo diff --git a/modules/sdk-coin-algo/package.json b/modules/sdk-coin-algo/package.json index c5649efde5..db7969ec8c 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.2.0", + "version": "1.3.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": "^2.1.0", - "@bitgo/statics": "^8.1.0", - "@bitgo/utxo-lib": "^3.1.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.0", + "@bitgo/utxo-lib": "^3.2.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.3.0", - "@bitgo/sdk-test": "^1.1.0", + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0", "should": "^13.1.3", "sinon": "^7.5.0" } diff --git a/modules/sdk-coin-avaxc/CHANGELOG.md b/modules/sdk-coin-avaxc/CHANGELOG.md index ceaba2ce82..dec95e95fa 100644 --- a/modules/sdk-coin-avaxc/CHANGELOG.md +++ b/modules/sdk-coin-avaxc/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxc@1.1.0-rc.3...@bitgo/sdk-coin-avaxc@2.2.0) (2022-10-18) + + +### Bug Fixes + +* **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1)) +* **sdk-coin-avaxc:** fix hop transactions ([39a6b58](https://github.com/BitGo/BitGoJS/commit/39a6b5859618ff22b31843dea4d24cec11400f1b)) +* **sdk-coin-avaxc:** fix unsigned sweep format for ovc ([564ca4d](https://github.com/BitGo/BitGoJS/commit/564ca4d80ab47de011f9790a536469355a86a86a)) + + +### Features + +* **account-lib:** add support for additional hash algorithms ([4e2aefe](https://github.com/BitGo/BitGoJS/commit/4e2aefe8bb7754f891e5f9919f591ad1cc04b34d)) +* **sdk-coin-avaxc:** add recover method for wrw ([40fb9a9](https://github.com/BitGo/BitGoJS/commit/40fb9a9b7a74ee043ee5d5a2618ecae065f8758b)) +* **sdk-coin-avaxc:** add recovery support for unsigned sweep ([f36efd1](https://github.com/BitGo/BitGoJS/commit/f36efd10ecbb93e476c947643097c75787972a8d)) +* **sdk-coin-avaxc:** update explain transaction for avaxc ([94d502e](https://github.com/BitGo/BitGoJS/commit/94d502ee406a4817f6c97b53f954cc630baa6b98)) + + +### BREAKING CHANGES + +* **sdk-coin-avaxc:** The interface TransactionPrebuild is no longer exported +from package. It's defined in @bitgo/sdk-coin-eth. + + + + + # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxc@1.1.0-rc.3...@bitgo/sdk-coin-avaxc@1.1.0) (2022-07-19) **Note:** Version bump only for package @bitgo/sdk-coin-avaxc diff --git a/modules/sdk-coin-avaxc/package.json b/modules/sdk-coin-avaxc/package.json index 21427125ea..df79f673b7 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.1.0", + "version": "2.2.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.1.0", - "@bitgo/sdk-coin-eth": "^2.1.0", - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/statics": "^8.1.0", - "@bitgo/utxo-lib": "^3.1.0", + "@bitgo/sdk-coin-avaxp": "^3.2.0", + "@bitgo/sdk-coin-eth": "^2.2.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.0", + "@bitgo/utxo-lib": "^3.2.0", "@ethereumjs/common": "^2.4.0", "bignumber.js": "^8.0.1", "ethereumjs-abi": "^0.6.5", @@ -55,7 +55,7 @@ "superagent": "^3.8.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0" + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0" } } diff --git a/modules/sdk-coin-avaxp/CHANGELOG.md b/modules/sdk-coin-avaxp/CHANGELOG.md index 914aee27ed..b9239d2b02 100644 --- a/modules/sdk-coin-avaxp/CHANGELOG.md +++ b/modules/sdk-coin-avaxp/CHANGELOG.md @@ -3,6 +3,55 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxp@2.0.0-rc.4...@bitgo/sdk-coin-avaxp@3.2.0) (2022-10-18) + + +### Bug Fixes + +* **avaxp:** use "P-" prefix in avaxp addresses ([55ea71d](https://github.com/BitGo/BitGoJS/commit/55ea71d40e09689a3b2500c89dbef0a1e65bea39)) +* **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1)) +* fix case where there is no change to be sent back to wallet ([74e4a98](https://github.com/BitGo/BitGoJS/commit/74e4a98203c833d0a27aba8e52b729bca556d6ee)) +* **root:** align versions of bitcoinjs-lib ([b7eb929](https://github.com/BitGo/BitGoJS/commit/b7eb92998836a5945627ef1c80d74414b11f4867)) +* **sdk-coin-avaxp:** fix avaxp validation issue ([8b586d6](https://github.com/BitGo/BitGoJS/commit/8b586d693fbaf6cbc06de63a732cbdc0db9a4881)) +* **sdk-coin-avaxp:** fix block id validation ([a6d94d3](https://github.com/BitGo/BitGoJS/commit/a6d94d3e1aa684c9aec5398502695a393af194f1)) +* **sdk-coin-avaxp:** nonce validation is not allow 0 ([4f8f074](https://github.com/BitGo/BitGoJS/commit/4f8f0747e1c64951b3b332bcac24666d424feb4a)) +* **sdk-coin-avaxp:** run unit test with account lib ([7b392ab](https://github.com/BitGo/BitGoJS/commit/7b392ab55faba52251586ad0bcb5f80ca05c45ef)) + + +### Features + +* add address validation for address array and multisig address ([6db2ebf](https://github.com/BitGo/BitGoJS/commit/6db2ebf9768d43a369826813999e9e53ec9d4629)) +* **sdk-coin-avaxc:** update explain transaction for avaxc ([94d502e](https://github.com/BitGo/BitGoJS/commit/94d502ee406a4817f6c97b53f954cc630baa6b98)) +* **sdk-coin-avaxp:** add hex prefix to broadcast tx ([cd29a66](https://github.com/BitGo/BitGoJS/commit/cd29a663e53124f7b738d9e97631ee252dbeb6a6)) +* **sdk-coin-avaxp:** add recoverySignature method ([f2fab69](https://github.com/BitGo/BitGoJS/commit/f2fab690a8775c55eb4afd4ec1b52c0455ea02e6)) +* **sdk-coin-avaxp:** correct select signer logic ([b5777c9](https://github.com/BitGo/BitGoJS/commit/b5777c9fa59b76a97e76d1367ef472525a7ce7c8)) +* **sdk-coin-avaxp:** create change only and allow custom reward owners ([b0abe92](https://github.com/BitGo/BitGoJS/commit/b0abe92ce88c4cac6cf70955fb2fc58e3add0678)) +* **sdk-coin-avaxp:** fix inputs fields and changes encoding of outputidx ([0deb9eb](https://github.com/BitGo/BitGoJS/commit/0deb9eb25f73bb1d8ec9d969439a87987656f7fd)) +* **sdk-coin-avaxp:** fix verify transaction method ([5e616f0](https://github.com/BitGo/BitGoJS/commit/5e616f0ba89c9b9346e0416955a17de8a2912c6d)) +* **sdk-coin-avaxp:** implement export tx builder ([483d9ce](https://github.com/BitGo/BitGoJS/commit/483d9ce67b75ca5eb4c1330f59820b18043cdb6c)) +* **sdk-coin-avaxp:** implement is wallet address method ([5e0cdba](https://github.com/BitGo/BitGoJS/commit/5e0cdba58547dac8acfcba9cd04253496b102a57)) +* **sdk-coin-avaxp:** implement tx builder for export on c chain ([af12b7a](https://github.com/BitGo/BitGoJS/commit/af12b7a7877f3429b5b42643182619e6d9b73384)) +* **sdk-coin-avaxp:** implement tx builder for import in c chain ([4d7856b](https://github.com/BitGo/BitGoJS/commit/4d7856b5417220ff8fccafefe05551b9b93246c1)) +* **sdk-coin-avaxp:** implement tx builder for import on p ([f52d124](https://github.com/BitGo/BitGoJS/commit/f52d124a1dbf4be9fe7010eaa2460aa6a60a56ea)) +* **sdk-coin-avaxp:** implement verifyTransaction ([5805c40](https://github.com/BitGo/BitGoJS/commit/5805c40dbbe0db06ea1c6a1db91e013bec39499d)) +* **sdk-coin-avaxp:** inputs normalized to be uses in unique duble spend prevetion ids ([938bcfe](https://github.com/BitGo/BitGoJS/commit/938bcfe456edcbc9485e4c482d6f8ee661077fa5)) +* **sdk-coin-avaxp:** update explain transaction method for export and import transaction ([121f164](https://github.com/BitGo/BitGoJS/commit/121f1648f344b606616dfc007da4cf75eafa9c26)) +* **sdk-core:** allow getting a staking wallet for any coin ([cfae0fe](https://github.com/BitGo/BitGoJS/commit/cfae0feeb14c1bcb30dad2840abd8489372bfbc8)) +* **sdk-core:** capitalize transaction type enum ([bce263e](https://github.com/BitGo/BitGoJS/commit/bce263e01ebf70119ddefd572f55c3a69f15751c)) +* update to work with bitcoinjs-lib@6 ([1950934](https://github.com/BitGo/BitGoJS/commit/1950934d9426385ee12b204cc7456327e4480618)) + + +### BREAKING CHANGES + +* **sdk-core:** change to upper case first char of addDelegator and addValidator +BG-56847 +* **sdk-coin-avaxp:** updates one field name in the toJson result from stakedOutputs to outputs. +TICKET: BG-55046 + + + + + # [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-avaxp@2.0.0-rc.4...@bitgo/sdk-coin-avaxp@2.0.0) (2022-07-19) **Note:** Version bump only for package @bitgo/sdk-coin-avaxp diff --git a/modules/sdk-coin-avaxp/package.json b/modules/sdk-coin-avaxp/package.json index 9c24a8971e..8e7a1c8a25 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.1.0", + "version": "3.2.0", "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.3.0", - "@bitgo/sdk-test": "^1.1.0", + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0", "@types/elliptic": "^6.4.12" }, "dependencies": { - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/statics": "^8.1.0", - "@bitgo/utxo-lib": "^3.1.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.0", + "@bitgo/utxo-lib": "^3.2.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 72ffd57c2a..5336ff969a 100644 --- a/modules/sdk-coin-bch/CHANGELOG.md +++ b/modules/sdk-coin-bch/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bch@1.1.0-rc.7...@bitgo/sdk-coin-bch@1.3.0) (2022-10-18) + +**Note:** Version bump only for package @bitgo/sdk-coin-bch + + + + + # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bch@1.1.0-rc.7...@bitgo/sdk-coin-bch@1.1.0) (2022-07-19) **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 3ad7b2ecd9..d02507f230 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.2.0", + "version": "1.3.0", "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": "^1.3.0", - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/utxo-lib": "^3.1.0" + "@bitgo/abstract-utxo": "^1.4.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/utxo-lib": "^3.2.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0" + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0" } } diff --git a/modules/sdk-coin-bcha/CHANGELOG.md b/modules/sdk-coin-bcha/CHANGELOG.md index e3dbe414c4..050cfc354c 100644 --- a/modules/sdk-coin-bcha/CHANGELOG.md +++ b/modules/sdk-coin-bcha/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bcha@1.1.0-rc.7...@bitgo/sdk-coin-bcha@1.3.0) (2022-10-18) + + +### Bug Fixes + +* add unit tests to coins ([c8df378](https://github.com/BitGo/BitGoJS/commit/c8df378116dae2f67aaf7e9a6bfb98bf42f158d9)) + + + + + # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bcha@1.1.0-rc.7...@bitgo/sdk-coin-bcha@1.1.0) (2022-07-19) **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 33ac08677f..b631b0fb53 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.2.0", + "version": "1.3.0", "description": "BitGo SDK coin library for Bitcoin abc", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,12 +40,12 @@ ] }, "dependencies": { - "@bitgo/sdk-coin-bch": "^1.2.0", - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/utxo-lib": "^3.1.0" + "@bitgo/sdk-coin-bch": "^1.3.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/utxo-lib": "^3.2.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0" + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0" } } diff --git a/modules/sdk-coin-bsc/CHANGELOG.md b/modules/sdk-coin-bsc/CHANGELOG.md new file mode 100644 index 0000000000..33ac0f3f10 --- /dev/null +++ b/modules/sdk-coin-bsc/CHANGELOG.md @@ -0,0 +1,21 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.3.0 (2022-10-18) + + +### Bug Fixes + +* **sdk-core:** ecdsa send signing bitgo's n share u ([1cb1e93](https://github.com/BitGo/BitGoJS/commit/1cb1e933c692f454de538b3b189ef2feb1b39475)) +* **sdk-core:** tss wallet creation related bugs ([500c735](https://github.com/BitGo/BitGoJS/commit/500c73527edd902b65cfd784ea1022a21e0f6319)) + + +### Features + +* **sdk-coin-bsc:** add key pair ([17d3e0b](https://github.com/BitGo/BitGoJS/commit/17d3e0b72590b6ba34c45c6617265709ad70f955)) +* **sdk-coin-bsc:** add transfer and transaction builders ([1c27a63](https://github.com/BitGo/BitGoJS/commit/1c27a6343f30d341588eadd2a323b4ac2fe73646)) +* **sdk-coin-bsc:** create bsc module ([b55ca71](https://github.com/BitGo/BitGoJS/commit/b55ca7173e27ee2d75d342b6706698769f11734f)) +* **sdk-coin-bsc:** replace bsc keypair with eth keypair ([e297107](https://github.com/BitGo/BitGoJS/commit/e297107f8f5e233acb1ef2d5f3c2bf5ade460f64)) +* **sdk-coin-bsc:** support tokens for bsc ([44d2af8](https://github.com/BitGo/BitGoJS/commit/44d2af8f3f14bc61d31e6a0b8482a68db2a7d23e)) diff --git a/modules/sdk-coin-bsc/package.json b/modules/sdk-coin-bsc/package.json index ef9f8c836f..fd1b92fd49 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": "1.2.0", + "version": "1.3.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.1.0", - "@bitgo/sdk-coin-eth": "^2.1.0", - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/statics": "^8.1.0", + "@bitgo/abstract-eth": "^1.2.0", + "@bitgo/sdk-coin-eth": "^2.2.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.0", "@ethereumjs/common": "^2.4.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0" + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0" } } diff --git a/modules/sdk-coin-bsv/CHANGELOG.md b/modules/sdk-coin-bsv/CHANGELOG.md index 9949ef796d..be7643bd60 100644 --- a/modules/sdk-coin-bsv/CHANGELOG.md +++ b/modules/sdk-coin-bsv/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsv@1.1.0-rc.7...@bitgo/sdk-coin-bsv@1.3.0) (2022-10-18) + + +### Bug Fixes + +* add unit tests to coins ([c8df378](https://github.com/BitGo/BitGoJS/commit/c8df378116dae2f67aaf7e9a6bfb98bf42f158d9)) + + + + + # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsv@1.1.0-rc.7...@bitgo/sdk-coin-bsv@1.1.0) (2022-07-19) **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 5988f5cf88..8d40ffc223 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.2.0", + "version": "1.3.0", "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": "^1.3.0", - "@bitgo/sdk-coin-bch": "^1.2.0", - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/utxo-lib": "^3.1.0" + "@bitgo/abstract-utxo": "^1.4.0", + "@bitgo/sdk-coin-bch": "^1.3.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/utxo-lib": "^3.2.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0" + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0" } } diff --git a/modules/sdk-coin-btc/CHANGELOG.md b/modules/sdk-coin-btc/CHANGELOG.md index b2a6fe0fa8..6a68c8188d 100644 --- a/modules/sdk-coin-btc/CHANGELOG.md +++ b/modules/sdk-coin-btc/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-btc@1.0.1-rc.10...@bitgo/sdk-coin-btc@1.2.0) (2022-10-18) + + +### Features + +* **sdk-core:** create ILightning interface ([6a2f347](https://github.com/BitGo/BitGoJS/commit/6a2f347983ee0e8abba5e457159842e4d1f56f50)) + + + + + ## [1.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-btc@1.0.1-rc.10...@bitgo/sdk-coin-btc@1.0.1) (2022-07-19) **Note:** Version bump only for package @bitgo/sdk-coin-btc diff --git a/modules/sdk-coin-btc/package.json b/modules/sdk-coin-btc/package.json index eac516012a..0d4dc93aa9 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.1.0", + "version": "1.2.0", "description": "BitGo SDK coin library for Bitcoin", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,12 +40,12 @@ ] }, "dependencies": { - "@bitgo/abstract-utxo": "^1.3.0", - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/utxo-lib": "^3.1.0" + "@bitgo/abstract-utxo": "^1.4.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/utxo-lib": "^3.2.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0" + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0" } } diff --git a/modules/sdk-coin-btg/CHANGELOG.md b/modules/sdk-coin-btg/CHANGELOG.md index 16e0c216bf..7252c21b07 100644 --- a/modules/sdk-coin-btg/CHANGELOG.md +++ b/modules/sdk-coin-btg/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-btg@1.1.0-rc.7...@bitgo/sdk-coin-btg@1.3.0) (2022-10-18) + + +### Bug Fixes + +* add unit tests to coins ([c8df378](https://github.com/BitGo/BitGoJS/commit/c8df378116dae2f67aaf7e9a6bfb98bf42f158d9)) + + + + + # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-btg@1.1.0-rc.7...@bitgo/sdk-coin-btg@1.1.0) (2022-07-19) **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 af17bbeb0d..c0d6491cf5 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.2.0", + "version": "1.3.0", "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": "^1.3.0", - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/utxo-lib": "^3.1.0" + "@bitgo/abstract-utxo": "^1.4.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/utxo-lib": "^3.2.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0" + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0" } } diff --git a/modules/sdk-coin-celo/CHANGELOG.md b/modules/sdk-coin-celo/CHANGELOG.md index bc559ea9c9..6b8730a368 100644 --- a/modules/sdk-coin-celo/CHANGELOG.md +++ b/modules/sdk-coin-celo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-celo@1.1.0-rc.3...@bitgo/sdk-coin-celo@1.3.0) (2022-10-18) + +**Note:** Version bump only for package @bitgo/sdk-coin-celo + + + + + # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-celo@1.1.0-rc.3...@bitgo/sdk-coin-celo@1.1.0) (2022-07-19) **Note:** Version bump only for package @bitgo/sdk-coin-celo diff --git a/modules/sdk-coin-celo/package.json b/modules/sdk-coin-celo/package.json index bc2b4c6ccf..5574ce8fd7 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.2.0", + "version": "1.3.0", "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.1.0", - "@bitgo/sdk-coin-eth": "^2.1.0", - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/statics": "^8.1.0", + "@bitgo/abstract-eth": "^1.2.0", + "@bitgo/sdk-coin-eth": "^2.2.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.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.3.0", - "@bitgo/sdk-test": "^1.1.0" + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0" } } diff --git a/modules/sdk-coin-cspr/CHANGELOG.md b/modules/sdk-coin-cspr/CHANGELOG.md index 1c3c216407..681580706c 100644 --- a/modules/sdk-coin-cspr/CHANGELOG.md +++ b/modules/sdk-coin-cspr/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cspr@1.0.1-rc.17...@bitgo/sdk-coin-cspr@1.2.0) (2022-10-18) + + +### Bug Fixes + +* **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1)) + + + + + ## [1.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cspr@1.0.1-rc.17...@bitgo/sdk-coin-cspr@1.0.1) (2022-07-19) **Note:** Version bump only for package @bitgo/sdk-coin-cspr diff --git a/modules/sdk-coin-cspr/package.json b/modules/sdk-coin-cspr/package.json index a8490fd1b3..10b23d83d0 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.1.0", + "version": "1.2.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": "^2.1.0", - "@bitgo/statics": "^8.1.0", - "@bitgo/utxo-lib": "^3.1.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.0", + "@bitgo/utxo-lib": "^3.2.0", "@ethersproject/bignumber": "^5.6.0", "@stablelib/hex": "^1.0.0", "bignumber.js": "^9.0.0", @@ -51,8 +51,8 @@ "secp256k1": "4.0.2" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0", + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0", "tweetnacl": "^1.0.3" } } diff --git a/modules/sdk-coin-dash/CHANGELOG.md b/modules/sdk-coin-dash/CHANGELOG.md index 7211b682a0..625e16c1ec 100644 --- a/modules/sdk-coin-dash/CHANGELOG.md +++ b/modules/sdk-coin-dash/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dash@1.1.0-rc.8...@bitgo/sdk-coin-dash@1.3.0) (2022-10-18) + + +### Bug Fixes + +* add unit tests to coins ([c8df378](https://github.com/BitGo/BitGoJS/commit/c8df378116dae2f67aaf7e9a6bfb98bf42f158d9)) + + + + + # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dash@1.1.0-rc.8...@bitgo/sdk-coin-dash@1.1.0) (2022-07-19) **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 c57ebad42a..4d517d0b49 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.2.0", + "version": "1.3.0", "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": "^1.3.0", - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/utxo-lib": "^3.1.0" + "@bitgo/abstract-utxo": "^1.4.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/utxo-lib": "^3.2.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0" + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0" } } diff --git a/modules/sdk-coin-doge/CHANGELOG.md b/modules/sdk-coin-doge/CHANGELOG.md index 201849f852..e554d1edef 100644 --- a/modules/sdk-coin-doge/CHANGELOG.md +++ b/modules/sdk-coin-doge/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-doge@1.0.1-rc.5...@bitgo/sdk-coin-doge@1.3.0) (2022-10-18) + + +### Bug Fixes + +* add unit tests to coins ([c8df378](https://github.com/BitGo/BitGoJS/commit/c8df378116dae2f67aaf7e9a6bfb98bf42f158d9)) + + +### Features + +* **abstract-utxo:** add support for bigints from new utxo-lib ([8e5bbe5](https://github.com/BitGo/BitGoJS/commit/8e5bbe5e158254d34abb87f6d000e5afd9bb6b9d)) +* **abstract-utxo:** cross chain recovery support for bigint coins (doge) ([ad6bf71](https://github.com/BitGo/BitGoJS/commit/ad6bf71f58a4bae79f3bb014ee947a878f4b89d2)) + + + + + ## [1.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-doge@1.0.1-rc.5...@bitgo/sdk-coin-doge@1.0.1) (2022-07-19) **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 8304bc5423..5ba3b04444 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.2.0", + "version": "1.3.0", "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": "^1.3.0", - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/utxo-lib": "^3.1.0" + "@bitgo/abstract-utxo": "^1.4.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/utxo-lib": "^3.2.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0" + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0" } } diff --git a/modules/sdk-coin-dot/CHANGELOG.md b/modules/sdk-coin-dot/CHANGELOG.md index 17ea989f3e..f78963b7e1 100644 --- a/modules/sdk-coin-dot/CHANGELOG.md +++ b/modules/sdk-coin-dot/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.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@1.0.1-rc.3...@bitgo/sdk-coin-dot@1.3.0) (2022-10-18) + + +### Bug Fixes + +* **sdk-core:** tss wallet creation related bugs ([500c735](https://github.com/BitGo/BitGoJS/commit/500c73527edd902b65cfd784ea1022a21e0f6319)) + + +### Features + +* **sdk-coin-dot:** enable DOT staking ([0e9209b](https://github.com/BitGo/BitGoJS/commit/0e9209bd9c6f855cbc11e5d602253509fd0099c3)) +* **sdk-coin-dot:** implement recover function for dot ([66f8cba](https://github.com/BitGo/BitGoJS/commit/66f8cba4bd79598ab8197472bb1ad595d0026d60)) +* **sdk-coin-dot:** update dot recover function to traverse addresses ([69843f0](https://github.com/BitGo/BitGoJS/commit/69843f0c2d4f45b44dd3109c2432924816654e36)) +* **sdk-coin-dot:** update recover function to support unsigned sweep ([ed7206b](https://github.com/BitGo/BitGoJS/commit/ed7206b12dadcf0abbafb8ca1531e64d54417997)) +* **sdk-coin-near:** unsigned sweep recovery ([70d9e24](https://github.com/BitGo/BitGoJS/commit/70d9e2401166e6981c2bc5b8c7ace4b00189cfd7)) +* **sdk-core:** allow getting a staking wallet for any coin ([cfae0fe](https://github.com/BitGo/BitGoJS/commit/cfae0feeb14c1bcb30dad2840abd8489372bfbc8)) + + + + + ## [1.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-dot@1.0.1-rc.3...@bitgo/sdk-coin-dot@1.0.1) (2022-07-19) **Note:** Version bump only for package @bitgo/sdk-coin-dot diff --git a/modules/sdk-coin-dot/package.json b/modules/sdk-coin-dot/package.json index 764ed1d4a9..61a74993dc 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": "1.2.0", + "version": "1.3.0", "description": "BitGo SDK coin library for Polkadot", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,8 +40,8 @@ ] }, "dependencies": { - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/statics": "^8.1.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.0", "@polkadot/api": "9.3.3", "@polkadot/keyring": "^10.1.8", "@polkadot/types": "9.3.3", @@ -57,8 +57,8 @@ "tweetnacl": "^1.0.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0", + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0", "@types/lodash": "^4.14.151" } } diff --git a/modules/sdk-coin-eos/CHANGELOG.md b/modules/sdk-coin-eos/CHANGELOG.md index 82976dba74..7429b546e1 100644 --- a/modules/sdk-coin-eos/CHANGELOG.md +++ b/modules/sdk-coin-eos/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@1.0.1-rc.3...@bitgo/sdk-coin-eos@1.3.0) (2022-10-18) + + +### Bug Fixes + +* **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1)) +* **sdk-coin-eos:** fix precision for EOS:CHEX tokens ([0e60ec9](https://github.com/BitGo/BitGoJS/commit/0e60ec9e92a9c737fd65d89476f080b99a0fa842)) + + +### Features + +* **utxo-lib:** export BIP32/ECPair interfaces ([8628507](https://github.com/BitGo/BitGoJS/commit/862850781b2e8b36c71608c5ae71424b9ebe9dee)) + + + + + ## [1.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eos@1.0.1-rc.3...@bitgo/sdk-coin-eos@1.0.1) (2022-07-19) **Note:** Version bump only for package @bitgo/sdk-coin-eos diff --git a/modules/sdk-coin-eos/package.json b/modules/sdk-coin-eos/package.json index 249e141f0f..47b2a8d1e1 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.2.0", + "version": "1.3.0", "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": "^2.1.0", - "@bitgo/statics": "^8.1.0", - "@bitgo/utxo-lib": "^3.1.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.0", + "@bitgo/utxo-lib": "^3.2.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.3.0", - "@bitgo/sdk-test": "^1.1.0", + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0", "@types/lodash": "^4.14.121" } } diff --git a/modules/sdk-coin-etc/CHANGELOG.md b/modules/sdk-coin-etc/CHANGELOG.md index efcb54f937..39d25ff638 100644 --- a/modules/sdk-coin-etc/CHANGELOG.md +++ b/modules/sdk-coin-etc/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-etc@1.0.1-rc.5...@bitgo/sdk-coin-etc@1.2.0) (2022-10-18) + +**Note:** Version bump only for package @bitgo/sdk-coin-etc + + + + + ## [1.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-etc@1.0.1-rc.5...@bitgo/sdk-coin-etc@1.0.1) (2022-07-19) **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 d6b404bfc0..b692caa31e 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.1.0", + "version": "1.2.0", "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.1.0", - "@bitgo/sdk-coin-eth": "^2.1.0", - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/statics": "^8.1.0", + "@bitgo/abstract-eth": "^1.2.0", + "@bitgo/sdk-coin-eth": "^2.2.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.0", "@ethereumjs/common": "^2.4.0", "ethereumjs-abi": "^0.6.5" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0" + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0" } } diff --git a/modules/sdk-coin-eth/CHANGELOG.md b/modules/sdk-coin-eth/CHANGELOG.md index db7e37aac5..21ed0e1664 100644 --- a/modules/sdk-coin-eth/CHANGELOG.md +++ b/modules/sdk-coin-eth/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.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@1.1.0-rc.3...@bitgo/sdk-coin-eth@2.2.0) (2022-10-18) + + +### Bug Fixes + +* **bitgo:** no `Buffer` support in browsers ([5210662](https://github.com/BitGo/BitGoJS/commit/521066269397dc21040c835b669ad5f3e8fd329d)) +* **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1)) +* **sdk-coin-eth:** create custom ETH common for unsupported chain ids ([9329162](https://github.com/BitGo/BitGoJS/commit/93291625150a0ae1f2f69432a3910845ee933e9d)) +* **sdk-coin-eth:** fix v1 address init code ([9a3bb82](https://github.com/BitGo/BitGoJS/commit/9a3bb8216da92cf3cf3ce009d6595bf2a1a66885)) +* **sdk-core:** eth supports tss ([c0ec96f](https://github.com/BitGo/BitGoJS/commit/c0ec96fac7c5b4131d4f32d09463a78c0e1f8900)) +* **sdk-core:** tss tx signing ([ab7eb80](https://github.com/BitGo/BitGoJS/commit/ab7eb8079ea37e347727db106d01fe9362f36374)) + + +### Features + +* **abstract-eth:** validate istss for evms ([29f0b5a](https://github.com/BitGo/BitGoJS/commit/29f0b5aa875c4a6a727f9b3e9a073740230c4fb8)) +* **account-lib:** add support for additional hash algorithms ([4e2aefe](https://github.com/BitGo/BitGoJS/commit/4e2aefe8bb7754f891e5f9919f591ad1cc04b34d)) +* adding support for message signing ([01c6303](https://github.com/BitGo/BitGoJS/commit/01c63032d067e6ba5aef78804ea747b5e62709fe)) +* **sdk-coin-eth:** add acceleration capability for eth ([436ba8c](https://github.com/BitGo/BitGoJS/commit/436ba8ceb478c4028d5b05dc34bb623be6fc581f)) +* **sdk-coin-eth:** add v1 wallet init code ([b1c983d](https://github.com/BitGo/BitGoJS/commit/b1c983d2f0723aa6647fca3d01a4c814639624b4)) +* **sdk-coin-polygon:** add second signing ([c053924](https://github.com/BitGo/BitGoJS/commit/c05392483224194fc9aa97f02592534d25ef9ade)) +* **sdk-coin-polygon:** add signTx method ([3458ed0](https://github.com/BitGo/BitGoJS/commit/3458ed0f10d46489be5f1765679a8de3e786b020)) +* **sdk-coin-polygon:** support recovery ([15d6021](https://github.com/BitGo/BitGoJS/commit/15d602164d3a2b504d7995e65aa0fbcb38f98e89)) +* **sdk-core:** allow getting a staking wallet for any coin ([cfae0fe](https://github.com/BitGo/BitGoJS/commit/cfae0feeb14c1bcb30dad2840abd8489372bfbc8)) + + +### BREAKING CHANGES + +* **sdk-coin-eth:** Changes the return for exported method +decodeWalletCreationData() in sdk-coin-eth +BG-53733 + + + + + # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@1.1.0-rc.3...@bitgo/sdk-coin-eth@1.1.0) (2022-07-19) **Note:** Version bump only for package @bitgo/sdk-coin-eth diff --git a/modules/sdk-coin-eth/package.json b/modules/sdk-coin-eth/package.json index f8561e362c..024bb2f9fd 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": "2.1.0", + "version": "2.2.0", "description": "BitGo SDK coin library for Ethereum", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,9 +40,9 @@ ] }, "dependencies": { - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/statics": "^8.1.0", - "@bitgo/utxo-lib": "^3.1.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.0", + "@bitgo/utxo-lib": "^3.2.0", "@ethereumjs/common": "^2.4.0", "@ethereumjs/tx": "^3.3.0", "bignumber.js": "^9.0.0", @@ -57,8 +57,8 @@ "superagent": "^3.8.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0", + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0", "tweetnacl": "^1.0.3" } } diff --git a/modules/sdk-coin-eth2/CHANGELOG.md b/modules/sdk-coin-eth2/CHANGELOG.md index 1bd77b4572..a88426b583 100644 --- a/modules/sdk-coin-eth2/CHANGELOG.md +++ b/modules/sdk-coin-eth2/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth2@1.0.1-rc.0...@bitgo/sdk-coin-eth2@1.2.0) (2022-10-18) + + +### Features + +* **bitgo:** support chaincodes on BLS-DKG keychains creation ([bfaa380](https://github.com/BitGo/BitGoJS/commit/bfaa380551d2fe90e041975b392d4398c781074a)) + + +### BREAKING CHANGES + +* **bitgo:** This breaks the current ETH2 Hot Wallet creation flow. Needs BG-46182 to be +implemented and deployed too. + +BG-46184 + + + + + ## [1.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth2@1.0.1-rc.0...@bitgo/sdk-coin-eth2@1.0.1) (2022-07-19) **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 64ae48ad9e..e7fc37dc38 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.1.0", + "version": "1.2.0", "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": "^2.1.0", + "@bitgo/sdk-core": "^2.2.0", "bignumber.js": "^8.0.1", "ethereumjs-util": "7.1.5", "lodash": "^4.17.14", "superagent": "^3.8.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0" + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0" } } diff --git a/modules/sdk-coin-ethw/CHANGELOG.md b/modules/sdk-coin-ethw/CHANGELOG.md new file mode 100644 index 0000000000..1c456f4f06 --- /dev/null +++ b/modules/sdk-coin-ethw/CHANGELOG.md @@ -0,0 +1,20 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.3.0 (2022-10-18) + + +### Bug Fixes + +* **sdk-coin-eth:** create custom ETH common for unsupported chain ids ([9329162](https://github.com/BitGo/BitGoJS/commit/93291625150a0ae1f2f69432a3910845ee933e9d)) +* signTransaction for ethw and change ethw family to eth ([8f3a127](https://github.com/BitGo/BitGoJS/commit/8f3a127fc183e7176d5275610dea34aae4815375)) + + +### Features + +* **bitgo:** expose Ethw in core bitgo module ([183cda4](https://github.com/BitGo/BitGoJS/commit/183cda433f8c683722843e2c30bf46101a1cd677)) +* **sdk-coin-ethw:** add ethw sdk module ([8121921](https://github.com/BitGo/BitGoJS/commit/812192168b07327458518ce438b6cdfd14db6a89)) +* **sdk-coin-ethw:** add ethw sdk module ([63e9850](https://github.com/BitGo/BitGoJS/commit/63e9850c27039d1b614d14426a1d9b090d454b76)) +* **sdk-coin-ethw:** use ETHw full node RPC queries to recover funds ([7db9bcd](https://github.com/BitGo/BitGoJS/commit/7db9bcd61549e4e96d8f745211717586eec4535c)) diff --git a/modules/sdk-coin-ethw/package.json b/modules/sdk-coin-ethw/package.json index f4887e4517..611cbfad22 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.2.0", + "version": "1.3.0", "description": "BitGo SDK coin library for Ethereum pow", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,16 +40,16 @@ ] }, "dependencies": { - "@bitgo/abstract-eth": "^1.1.0", - "@bitgo/sdk-coin-eth": "^2.1.0", - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/statics": "^8.1.0", + "@bitgo/abstract-eth": "^1.2.0", + "@bitgo/sdk-coin-eth": "^2.2.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.0", "bignumber.js": "^9.0.0", "ethereumjs-util": "7.1.5", "superagent": "^3.8.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0" + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0" } } diff --git a/modules/sdk-coin-hbar/CHANGELOG.md b/modules/sdk-coin-hbar/CHANGELOG.md index aab89a22d4..cf8e1886ea 100644 --- a/modules/sdk-coin-hbar/CHANGELOG.md +++ b/modules/sdk-coin-hbar/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.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.0.1-rc.3...@bitgo/sdk-coin-hbar@1.3.0) (2022-10-18) + + +### Bug Fixes + +* **sdk-coin-hbar:** verify transaction should work without token name specified ([e83164a](https://github.com/BitGo/BitGoJS/commit/e83164a1dbc2ca267b0112a14bb2989797830258)) + + +### Features + +* **sdk-coin-hbar:** hbar verifyTransaction ([0c12750](https://github.com/BitGo/BitGoJS/commit/0c12750816a5168bf92467adb0c963facb95d5be)) +* **sdk-coin-sol:** sol token multi ata init ([736318f](https://github.com/BitGo/BitGoJS/commit/736318fff36f074fa841b97f3bc0c8cd95fae001)) +* **sdk-core:** add specialized enable token functions ([3e60cef](https://github.com/BitGo/BitGoJS/commit/3e60cef71a0ae76b378356508338738eac49a920)) + + + + + ## [1.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hbar@1.0.1-rc.3...@bitgo/sdk-coin-hbar@1.0.1) (2022-07-19) **Note:** Version bump only for package @bitgo/sdk-coin-hbar diff --git a/modules/sdk-coin-hbar/package.json b/modules/sdk-coin-hbar/package.json index b206798971..e767c25b7f 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.2.0", + "version": "1.3.0", "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.2.0", - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/statics": "^8.1.0", + "@bitgo/sdk-coin-algo": "^1.3.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.0", "@hashgraph/proto": "2.0.1-beta.2", "@hashgraph/sdk": "~2.3.0", "@stablelib/sha384": "^1.0.0", @@ -54,7 +54,7 @@ "tweetnacl": "^1.0.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0" + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0" } } diff --git a/modules/sdk-coin-ltc/CHANGELOG.md b/modules/sdk-coin-ltc/CHANGELOG.md index f8b30a5931..32c713cc87 100644 --- a/modules/sdk-coin-ltc/CHANGELOG.md +++ b/modules/sdk-coin-ltc/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ltc@1.1.0-rc.7...@bitgo/sdk-coin-ltc@1.3.0) (2022-10-18) + +**Note:** Version bump only for package @bitgo/sdk-coin-ltc + + + + + # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ltc@1.1.0-rc.7...@bitgo/sdk-coin-ltc@1.1.0) (2022-07-19) **Note:** Version bump only for package @bitgo/sdk-coin-ltc diff --git a/modules/sdk-coin-ltc/package.json b/modules/sdk-coin-ltc/package.json index ca39e72a76..68d7a3d7cd 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": "1.2.0", + "version": "1.3.0", "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": "^1.3.0", - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/utxo-lib": "^3.1.0" + "@bitgo/abstract-utxo": "^1.4.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/utxo-lib": "^3.2.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0" + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0" } } diff --git a/modules/sdk-coin-near/CHANGELOG.md b/modules/sdk-coin-near/CHANGELOG.md index 0d1598c473..414df84d8a 100644 --- a/modules/sdk-coin-near/CHANGELOG.md +++ b/modules/sdk-coin-near/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-near@1.1.0-rc.1...@bitgo/sdk-coin-near@1.3.0) (2022-10-18) + + +### Bug Fixes + +* fix test issues for BG-57708 ([65f672d](https://github.com/BitGo/BitGoJS/commit/65f672d6647dc2de94bb893d6b548deaf22af70c)) +* move constants to statics for BG-57708 ([73f986a](https://github.com/BitGo/BitGoJS/commit/73f986aaca53a41b056739d5933b6b3259d2493c)) +* **sdk-coin-near:** amount calculation for near recovery for BG-57708 ([70ea77f](https://github.com/BitGo/BitGoJS/commit/70ea77f91fc1e4d6b8e8cde6cf8818219704e43f)) +* **sdk-coin-near:** remove mocha should for BG-57708 ([b6c7f02](https://github.com/BitGo/BitGoJS/commit/b6c7f02818429674e16061b8331be264abe115f2)) +* **sdk-core:** tss wallet creation related bugs ([500c735](https://github.com/BitGo/BitGoJS/commit/500c73527edd902b65cfd784ea1022a21e0f6319)) + + +### Features + +* **sdk-coin-near:** implement address scanning for near recover ([a631fd0](https://github.com/BitGo/BitGoJS/commit/a631fd0fb7ddeb56f63ab90144b97af4fef84478)) +* **sdk-coin-near:** unsigned sweep recovery ([70d9e24](https://github.com/BitGo/BitGoJS/commit/70d9e2401166e6981c2bc5b8c7ace4b00189cfd7)) +* **sdk-coin-sol:** updated broken unit tests, added more checks ([5338dea](https://github.com/BitGo/BitGoJS/commit/5338deabefc3cf95da94a8934d139113cbb00c63)) +* **sdk-core:** allow getting a staking wallet for any coin ([cfae0fe](https://github.com/BitGo/BitGoJS/commit/cfae0feeb14c1bcb30dad2840abd8489372bfbc8)) + + + + + # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-near@1.1.0-rc.1...@bitgo/sdk-coin-near@1.1.0) (2022-07-19) **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 e939073173..2d48b1fe3d 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.2.0", + "version": "1.3.0", "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": "^2.1.0", - "@bitgo/statics": "^8.1.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.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.3.0", - "@bitgo/sdk-test": "^1.1.0", + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0", "@types/lodash": "^4.14.121" } } diff --git a/modules/sdk-coin-polygon/CHANGELOG.md b/modules/sdk-coin-polygon/CHANGELOG.md index 2f729ef6e8..b2def6e937 100644 --- a/modules/sdk-coin-polygon/CHANGELOG.md +++ b/modules/sdk-coin-polygon/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.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.0.1-rc.0...@bitgo/sdk-coin-polygon@1.3.0) (2022-10-18) + + +### Bug Fixes + +* **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1)) +* **sdk-coin-eth:** fix v1 address init code ([9a3bb82](https://github.com/BitGo/BitGoJS/commit/9a3bb8216da92cf3cf3ce009d6595bf2a1a66885)) +* **sdk-coin-polygon:** fix sign for test polygon ([aff93c4](https://github.com/BitGo/BitGoJS/commit/aff93c4f97d6685b12a702df5a1d804537049d2a)) +* **sdk-coin-polygon:** update polygon token names ([8bb61cf](https://github.com/BitGo/BitGoJS/commit/8bb61cf2112a668255746366a32f8e5c8105a481)) + + +### Features + +* add message signing support for polygon ([ab2bac1](https://github.com/BitGo/BitGoJS/commit/ab2bac13dad55ce8571d014796298aa52a24a5f2)) +* **sdk-coin-eth:** add v1 wallet init code ([b1c983d](https://github.com/BitGo/BitGoJS/commit/b1c983d2f0723aa6647fca3d01a4c814639624b4)) +* **sdk-coin-polygon:** add second signing ([c053924](https://github.com/BitGo/BitGoJS/commit/c05392483224194fc9aa97f02592534d25ef9ade)) +* **sdk-coin-polygon:** add signTx method ([3458ed0](https://github.com/BitGo/BitGoJS/commit/3458ed0f10d46489be5f1765679a8de3e786b020)) +* **sdk-coin-polygon:** support recovery ([15d6021](https://github.com/BitGo/BitGoJS/commit/15d602164d3a2b504d7995e65aa0fbcb38f98e89)) +* **sdk-coin-polygon:** support tokens ([8870307](https://github.com/BitGo/BitGoJS/commit/8870307b63f460031019aecf30c60df4f2c0a112)) +* **sdk-coin-polygon:** support tss in polygon controller ([5a5514c](https://github.com/BitGo/BitGoJS/commit/5a5514c98ca58cfcd794473cc5547342e8276dbc)) +* **statics:** support NAME NFT on tpolygon BG-58416 ([dba1b90](https://github.com/BitGo/BitGoJS/commit/dba1b9087b59336292c51215785ff366bbd262be)) + + +### BREAKING CHANGES + +* **sdk-coin-eth:** Changes the return for exported method +decodeWalletCreationData() in sdk-coin-eth +BG-53733 + + + + + ## [1.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.0.1-rc.0...@bitgo/sdk-coin-polygon@1.0.1) (2022-07-19) **Note:** Version bump only for package @bitgo/sdk-coin-polygon diff --git a/modules/sdk-coin-polygon/package.json b/modules/sdk-coin-polygon/package.json index 172e3bcc28..218331b4b6 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.2.0", + "version": "1.3.0", "description": "BitGo SDK coin library for Polygon", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,11 +40,11 @@ ] }, "dependencies": { - "@bitgo/abstract-eth": "^1.1.0", - "@bitgo/sdk-coin-eth": "^2.1.0", - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/statics": "^8.1.0", - "@bitgo/utxo-lib": "^3.1.0", + "@bitgo/abstract-eth": "^1.2.0", + "@bitgo/sdk-coin-eth": "^2.2.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.0", + "@bitgo/utxo-lib": "^3.2.0", "@ethereumjs/common": "^2.4.0", "@ethereumjs/tx": "^3.3.0", "bignumber.js": "^9.0.0", @@ -54,8 +54,8 @@ "superagent": "^3.8.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0", + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0", "secp256k1": "^4.0.2" } } diff --git a/modules/sdk-coin-rbtc/CHANGELOG.md b/modules/sdk-coin-rbtc/CHANGELOG.md index 98aa318be2..0b432b2a92 100644 --- a/modules/sdk-coin-rbtc/CHANGELOG.md +++ b/modules/sdk-coin-rbtc/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rbtc@1.1.0-rc.3...@bitgo/sdk-coin-rbtc@1.3.0) (2022-10-18) + +**Note:** Version bump only for package @bitgo/sdk-coin-rbtc + + + + + # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-rbtc@1.1.0-rc.3...@bitgo/sdk-coin-rbtc@1.1.0) (2022-07-19) **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 0eec4d3e92..9849c9cdf4 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.2.0", + "version": "1.3.0", "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.1.0", - "@bitgo/sdk-coin-eth": "^2.1.0", - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/statics": "^8.1.0", + "@bitgo/abstract-eth": "^1.2.0", + "@bitgo/sdk-coin-eth": "^2.2.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.0", "@ethereumjs/common": "^2.4.0", "ethereumjs-abi": "^0.6.5", "ethereumjs-util": "7.1.5" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0" + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0" } } diff --git a/modules/sdk-coin-sol/CHANGELOG.md b/modules/sdk-coin-sol/CHANGELOG.md index c537c7d1bb..a3383aff3b 100644 --- a/modules/sdk-coin-sol/CHANGELOG.md +++ b/modules/sdk-coin-sol/CHANGELOG.md @@ -3,6 +3,79 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sol@1.0.1-rc.5...@bitgo/sdk-coin-sol@2.2.0) (2022-10-18) + + +### Bug Fixes + +* **account-lib:** fix sol token source address ([284cdec](https://github.com/BitGo/BitGoJS/commit/284cdec5dc2c7ccf7f27feebd900824f1ac6d2a2)) +* add max transfer amount limits for sol transactions ([5fe7dd3](https://github.com/BitGo/BitGoJS/commit/5fe7dd384511586f27f7541edc4f0a70407d8175)) +* add support for durable nonces for sol ata init txns ([acf7cb8](https://github.com/BitGo/BitGoJS/commit/acf7cb86c16d58c735f623b7e6df34628f25ac01)) +* add support for durable nonces for Solana transactions ([ea666a9](https://github.com/BitGo/BitGoJS/commit/ea666a97f3ccecda85995d243c84709ed4c2f973)) +* **sdk-coin-sol:** added missing member transferBuilderV2 ([cb47e5f](https://github.com/BitGo/BitGoJS/commit/cb47e5f26e019386d693a08a41b0c93c22c7a1e6)) +* **sdk-coin-sol:** fix incorrect sender ([4515123](https://github.com/BitGo/BitGoJS/commit/4515123325491db73898c944e24431ce2bee5eae)) +* **sdk-coin-sol:** fix sol deserialize incorrect feePayer ([d1557b4](https://github.com/BitGo/BitGoJS/commit/d1557b41cdd290678bb674d0fd610625601a6349)) +* **sdk-coin-sol:** update validateTransaction for leading zero transfer amounts ([861fed8](https://github.com/BitGo/BitGoJS/commit/861fed8458ed491f7f57b4459f9919eac51a385f)) +* **sdk-core:** eth supports tss ([c0ec96f](https://github.com/BitGo/BitGoJS/commit/c0ec96fac7c5b4131d4f32d09463a78c0e1f8900)) +* **sdk-core:** tss wallet creation related bugs ([500c735](https://github.com/BitGo/BitGoJS/commit/500c73527edd902b65cfd784ea1022a21e0f6319)) + + +### chore + +* **statics:** update Sol coin name to Solana BG-52979 ([f7c36bf](https://github.com/BitGo/BitGoJS/commit/f7c36bf206330d317d39c11fa22fbdf638870d60)) + + +### Code Refactoring + +* **statics:** update sol token asset ([47260f9](https://github.com/BitGo/BitGoJS/commit/47260f9dd768ee29ce96df3abce58c3abbdb0e1b)) + + +### Features + +* **sdk-coin-near:** unsigned sweep recovery ([70d9e24](https://github.com/BitGo/BitGoJS/commit/70d9e2401166e6981c2bc5b8c7ace4b00189cfd7)) +* **sdk-coin-sol:** add default value for balance edge case, need to throw error ([a72dec4](https://github.com/BitGo/BitGoJS/commit/a72dec4d40cd95058b2d44e2782702f757c136d6)) +* **sdk-coin-sol:** add test for edge case of starting and ending index of 0 ([3acd73f](https://github.com/BitGo/BitGoJS/commit/3acd73fb4d2d875370ba5a4b97680bb64fd3967b)) +* **sdk-coin-sol:** deserialize transferBuilderV2 tx ([4a72472](https://github.com/BitGo/BitGoJS/commit/4a724725c46c8d3472e4e41e98109f057845f3c9)) +* **sdk-coin-sol:** enable Solana staking ([d3a1226](https://github.com/BitGo/BitGoJS/commit/d3a1226e4daa79bf186518c5b5d39a661741e9b0)) +* **sdk-coin-sol:** fixed bug with signature path for wallet ([efcc210](https://github.com/BitGo/BitGoJS/commit/efcc210e75672f1c67a8c8699e448d7e7e44157c)) +* **sdk-coin-sol:** implement transferBuilderV2 ([26bc306](https://github.com/BitGo/BitGoJS/commit/26bc30616ad0b4d5a81e6bd1665fd3b61ee97cf0)) +* **sdk-coin-sol:** implemented recover function for solana ([f043033](https://github.com/BitGo/BitGoJS/commit/f0430338371c58bebb53dbc8a7cf45ce51599fc7)) +* **sdk-coin-sol:** make walletpassphrase optional ([6dc65a7](https://github.com/BitGo/BitGoJS/commit/6dc65a78077430b75cd91d9dc2838fe4279f484c)) +* **sdk-coin-sol:** refactor ([d6a4984](https://github.com/BitGo/BitGoJS/commit/d6a498459545b70f5a2a2b9365a14aedb4b36b52)) +* **sdk-coin-sol:** refactored recover params, flow for unsigned sweep into easier format ([eb9915d](https://github.com/BitGo/BitGoJS/commit/eb9915db0b29cedeb7929a543dbb8790e1825370)) +* **sdk-coin-sol:** remove unecessary ternary ([b13281b](https://github.com/BitGo/BitGoJS/commit/b13281b7a073ce6c45e2602d5edd9e384c43b899)) +* **sdk-coin-sol:** removed unused unit test ([7575304](https://github.com/BitGo/BitGoJS/commit/7575304e9dad7f8fcb08940cee91a96941a8835a)) +* **sdk-coin-sol:** require token enablement for solana ([cf8785e](https://github.com/BitGo/BitGoJS/commit/cf8785ede22127f838ff8747013f3b72bda58eef)) +* **sdk-coin-sol:** revert unit test change to remove temp send txn ([8959312](https://github.com/BitGo/BitGoJS/commit/89593124d66c571b5178f4e413720b8d872ea61e)) +* **sdk-coin-sol:** sol token multi ata init ([736318f](https://github.com/BitGo/BitGoJS/commit/736318fff36f074fa841b97f3bc0c8cd95fae001)) +* **sdk-coin-sol:** unsigned sweep recovery flow, unit tests ([dcfcebe](https://github.com/BitGo/BitGoJS/commit/dcfcebeca2ea24c66841206eac78d44412259918)) +* **sdk-coin-sol:** update checks for undefined, removed redundant check ([135eb5c](https://github.com/BitGo/BitGoJS/commit/135eb5cdf20289c46afba0ea9044301ad663f614)) +* **sdk-coin-sol:** update naming, add edge case error handling for wallet indices ([5039b8e](https://github.com/BitGo/BitGoJS/commit/5039b8e53b5fb06e6f58e1a68644273150e41ddc)) +* **sdk-coin-sol:** update naming, wallet address loop, param checking ([622853b](https://github.com/BitGo/BitGoJS/commit/622853b18c9c6ece13f7c1b9a6fd9d8e2056b222)) +* **sdk-coin-sol:** update package.json ([7394cce](https://github.com/BitGo/BitGoJS/commit/7394cceb2c0e96e557b311f9c6d8455628c21a69)) +* **sdk-coin-sol:** update recover to support derived wallet address ([f167e79](https://github.com/BitGo/BitGoJS/commit/f167e790a98f0f70e13aa62550305cbff3a5e861)) +* **sdk-coin-sol:** updated broken unit tests, added more checks ([5338dea](https://github.com/BitGo/BitGoJS/commit/5338deabefc3cf95da94a8934d139113cbb00c63)) +* **sdk-coin-sol:** updated naming for param ([77b2cf8](https://github.com/BitGo/BitGoJS/commit/77b2cf833beba576f395e62593e6ef58bab0a18f)) +* **sdk-coin-sol:** updated test documentation ([0b1749a](https://github.com/BitGo/BitGoJS/commit/0b1749abf5d8f267a8768d182fd950581cf9d258)) +* **sdk-coin-sol:** updated unit test to do set-up and teardown ([a7a3659](https://github.com/BitGo/BitGoJS/commit/a7a36594c507c9a200def1b16a6986aaf2fc876e)) +* **sdk-coin-sol:** updated unit tests to include error/edge cases ([9aca29d](https://github.com/BitGo/BitGoJS/commit/9aca29d1e8af16e8b044eb07561636562e77c907)) +* **sdk-coin-sol:** using refactored tss signature functions ([91c5cf3](https://github.com/BitGo/BitGoJS/commit/91c5cf397820fdf3a297811cb8c3800811a4a2fd)) +* **sdk-coin-sol:** verifyTransaction allow native token txs ([e69f0e5](https://github.com/BitGo/BitGoJS/commit/e69f0e5fee560bf661b63d7082b2ab49e1712ebb)) +* **sdk-core:** allow getting a staking wallet for any coin ([cfae0fe](https://github.com/BitGo/BitGoJS/commit/cfae0feeb14c1bcb30dad2840abd8489372bfbc8)) + + +### BREAKING CHANGES + +* **statics:** This breaks the provided token asset used for wp in bitgo-ms, +will require to change available solana token asset in wp once this merged. +BG-52918 +* **statics:** updates coin names from `Sol` and `Testnet Sol` to `Solana` and `Testnet Solana`. +TICKET: BG-52979 + + + + + ## [1.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-sol@1.0.1-rc.5...@bitgo/sdk-coin-sol@1.0.1) (2022-07-19) **Note:** Version bump only for package @bitgo/sdk-coin-sol diff --git a/modules/sdk-coin-sol/package.json b/modules/sdk-coin-sol/package.json index ec0b7d69cb..c00892e8a4 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.1.0", + "version": "2.2.0", "description": "BitGo SDK coin library for Sol", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,8 +40,8 @@ ] }, "dependencies": { - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/statics": "^8.1.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.0", "@solana/spl-token": "0.3.1", "@solana/web3.js": "1.56.0", "bignumber.js": "^9.0.0", @@ -51,8 +51,8 @@ "tweetnacl": "^1.0.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0", + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0", "@types/lodash": "^4.14.121" } } diff --git a/modules/sdk-coin-stx/CHANGELOG.md b/modules/sdk-coin-stx/CHANGELOG.md index 6d499c3301..5c351dc2ea 100644 --- a/modules/sdk-coin-stx/CHANGELOG.md +++ b/modules/sdk-coin-stx/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@1.1.0-rc.6...@bitgo/sdk-coin-stx@1.4.0) (2022-10-18) + + +### Bug Fixes + +* **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1)) +* **root:** align versions of bitcoinjs-lib ([b7eb929](https://github.com/BitGo/BitGoJS/commit/b7eb92998836a5945627ef1c80d74414b11f4867)) + + +### Features + +* update to work with bitcoinjs-lib@6 ([1950934](https://github.com/BitGo/BitGoJS/commit/1950934d9426385ee12b204cc7456327e4480618)) + + + + + # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-stx@1.1.0-rc.6...@bitgo/sdk-coin-stx@1.1.0) (2022-07-19) **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 12ced3a653..e0c283d05c 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": "1.3.0", + "version": "1.4.0", "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": "^2.1.0", - "@bitgo/statics": "^8.1.0", - "@bitgo/utxo-lib": "^3.1.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.0", + "@bitgo/utxo-lib": "^3.2.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.3.0", - "@bitgo/sdk-test": "^1.1.0", + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0", "@types/elliptic": "^6.4.12" } } diff --git a/modules/sdk-coin-sui/CHANGELOG.md b/modules/sdk-coin-sui/CHANGELOG.md new file mode 100644 index 0000000000..42a8c3dce6 --- /dev/null +++ b/modules/sdk-coin-sui/CHANGELOG.md @@ -0,0 +1,20 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 1.2.0 (2022-10-18) + + +### Bug Fixes + +* **sdk-coin-sui:** fix sui verifyTransaction ([72d94b5](https://github.com/BitGo/BitGoJS/commit/72d94b588ee30f6778be01799d91e5aa3e09863b)) + + +### Features + +* implement isValidAddress for SUI ([e47c41d](https://github.com/BitGo/BitGoJS/commit/e47c41d3f0b74b30df6851d06da32ef6bb96153d)) +* **sdk-coin-sui:** added SUI skeleton ([7b04dd1](https://github.com/BitGo/BitGoJS/commit/7b04dd15800b6473b3317dafac39744e70cfad3d)) +* **sdk-coin-sui:** added sui tx and transfer builder ([8a5b50b](https://github.com/BitGo/BitGoJS/commit/8a5b50bf06e30bb03d77eb4af584402e0d0860ab)) +* **sdk-coin-sui:** create sui module ([8ba86b7](https://github.com/BitGo/BitGoJS/commit/8ba86b7a10720a14ff1efa9c4616c1f26d27d8e4)) +* **sdk-coin-sui:** prefix sui addresses with 0x ([7e3ee9c](https://github.com/BitGo/BitGoJS/commit/7e3ee9c9ed27236e85f75b2d4b61f6714c94dfa6)) diff --git a/modules/sdk-coin-sui/package.json b/modules/sdk-coin-sui/package.json index 981ec28c49..fec978b2e9 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": "1.1.0", + "version": "1.2.0", "description": "BitGo SDK coin library for Sui", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,16 +40,16 @@ ] }, "dependencies": { - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/statics": "^8.1.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.0", "@mysten/bcs": "^0.3.0", "bignumber.js": "^9.0.0", "js-sha3": "^0.8.0", "lodash": "^4.17.21" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0", + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0", "@types/lodash": "^4.14.183" } } diff --git a/modules/sdk-coin-trx/CHANGELOG.md b/modules/sdk-coin-trx/CHANGELOG.md index 70b831774b..c6679b8ed4 100644 --- a/modules/sdk-coin-trx/CHANGELOG.md +++ b/modules/sdk-coin-trx/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.0.1-rc.5...@bitgo/sdk-coin-trx@1.2.0) (2022-10-18) + + +### Bug Fixes + +* **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1)) + + + + + ## [1.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-trx@1.0.1-rc.5...@bitgo/sdk-coin-trx@1.0.1) (2022-07-19) **Note:** Version bump only for package @bitgo/sdk-coin-trx diff --git a/modules/sdk-coin-trx/package.json b/modules/sdk-coin-trx/package.json index 536510577f..292e8efbd6 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.1.0", + "version": "1.2.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": "^2.1.0", - "@bitgo/statics": "^8.1.0", - "@bitgo/utxo-lib": "^3.1.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.0", + "@bitgo/utxo-lib": "^3.2.0", "@stablelib/hex": "^1.0.0", "bignumber.js": "^9.0.0", "lodash": "^4.17.14", @@ -58,7 +58,7 @@ "tronweb": "^3.2.6" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0" + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0" } } diff --git a/modules/sdk-coin-xlm/CHANGELOG.md b/modules/sdk-coin-xlm/CHANGELOG.md index 4bfb1e11f7..7fc09e0454 100644 --- a/modules/sdk-coin-xlm/CHANGELOG.md +++ b/modules/sdk-coin-xlm/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-xlm@1.0.1-rc.3...@bitgo/sdk-coin-xlm@1.2.0) (2022-10-18) + +**Note:** Version bump only for package @bitgo/sdk-coin-xlm + + + + + ## [1.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-xlm@1.0.1-rc.3...@bitgo/sdk-coin-xlm@1.0.1) (2022-07-19) **Note:** Version bump only for package @bitgo/sdk-coin-xlm diff --git a/modules/sdk-coin-xlm/package.json b/modules/sdk-coin-xlm/package.json index 333dd8b797..66abaaa3c5 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": "1.1.0", + "version": "1.2.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": "^2.1.0", - "@bitgo/statics": "^8.1.0", - "@bitgo/utxo-lib": "^3.1.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.0", + "@bitgo/utxo-lib": "^3.2.0", "bignumber.js": "^8.0.1", "lodash": "^4.17.14", "stellar-sdk": "^10.0.1", "superagent": "^3.8.3" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0" + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0" } } diff --git a/modules/sdk-coin-xrp/CHANGELOG.md b/modules/sdk-coin-xrp/CHANGELOG.md index 775317e092..3188b93eb1 100644 --- a/modules/sdk-coin-xrp/CHANGELOG.md +++ b/modules/sdk-coin-xrp/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-xrp@1.1.0-rc.23...@bitgo/sdk-coin-xrp@1.3.0) (2022-10-18) + + +### Bug Fixes + +* **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1)) + + + + + # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-xrp@1.1.0-rc.23...@bitgo/sdk-coin-xrp@1.1.0) (2022-07-19) **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 cc3ee9ebf9..af4e688f9f 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.2.0", + "version": "1.3.0", "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": "^2.1.0", - "@bitgo/utxo-lib": "^3.1.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/utxo-lib": "^3.2.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.3.0", - "@bitgo/sdk-test": "^1.1.0" + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0" } } diff --git a/modules/sdk-coin-xtz/CHANGELOG.md b/modules/sdk-coin-xtz/CHANGELOG.md index 67b3e06ff6..1a5452ae68 100644 --- a/modules/sdk-coin-xtz/CHANGELOG.md +++ b/modules/sdk-coin-xtz/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.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-xtz@1.1.0-rc.6...@bitgo/sdk-coin-xtz@1.4.0) (2022-10-18) + + +### Bug Fixes + +* **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1)) +* **root:** align versions of bitcoinjs-lib ([b7eb929](https://github.com/BitGo/BitGoJS/commit/b7eb92998836a5945627ef1c80d74414b11f4867)) +* **sdk-coin-xtz:** xtz utils export typescript fix ([f0d464f](https://github.com/BitGo/BitGoJS/commit/f0d464fe53279e6256e96a4ed8ddd89def7d0a4b)) + + +### Features + +* update to work with bitcoinjs-lib@6 ([1950934](https://github.com/BitGo/BitGoJS/commit/1950934d9426385ee12b204cc7456327e4480618)) + + + + + # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-xtz@1.1.0-rc.6...@bitgo/sdk-coin-xtz@1.1.0) (2022-07-19) **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 81557598e8..f23119f289 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.3.0", + "version": "1.4.0", "description": "BitGo SDK coin library for Tezos", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,10 +40,10 @@ ] }, "dependencies": { - "@bitgo/blake2b": "^3.1.0", - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/statics": "^8.1.0", - "@bitgo/utxo-lib": "^3.1.0", + "@bitgo/blake2b": "^3.2.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/statics": "^8.2.0", + "@bitgo/utxo-lib": "^3.2.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.3.0", - "@bitgo/sdk-test": "^1.1.0" + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0" } } diff --git a/modules/sdk-coin-zec/CHANGELOG.md b/modules/sdk-coin-zec/CHANGELOG.md index 7d1f6d8e0b..ef0f36209f 100644 --- a/modules/sdk-coin-zec/CHANGELOG.md +++ b/modules/sdk-coin-zec/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zec@1.1.0-rc.9...@bitgo/sdk-coin-zec@1.3.0) (2022-10-18) + + +### Bug Fixes + +* add unit tests to coins ([c8df378](https://github.com/BitGo/BitGoJS/commit/c8df378116dae2f67aaf7e9a6bfb98bf42f158d9)) + + + + + # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-zec@1.1.0-rc.9...@bitgo/sdk-coin-zec@1.1.0) (2022-07-19) **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 35198ee6fc..6e12d5a338 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.2.0", + "version": "1.3.0", "description": "BitGo SDK coin library for Zcash", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -40,12 +40,12 @@ ] }, "dependencies": { - "@bitgo/abstract-utxo": "^1.3.0", - "@bitgo/sdk-core": "^2.1.0", - "@bitgo/utxo-lib": "^3.1.0" + "@bitgo/abstract-utxo": "^1.4.0", + "@bitgo/sdk-core": "^2.2.0", + "@bitgo/utxo-lib": "^3.2.0" }, "devDependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-test": "^1.1.0" + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-test": "^1.2.0" } } diff --git a/modules/sdk-core/CHANGELOG.md b/modules/sdk-core/CHANGELOG.md index 4e200c57a3..1c18ccf2a8 100644 --- a/modules/sdk-core/CHANGELOG.md +++ b/modules/sdk-core/CHANGELOG.md @@ -3,6 +3,123 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@1.1.0-rc.29...@bitgo/sdk-core@2.2.0) (2022-10-18) + + +### Bug Fixes + +* **account-lib:** fix EDDSA MPC key validation for small number keys ([f9f7407](https://github.com/BitGo/BitGoJS/commit/f9f740721a91f8351df40b3b4d89f2c393acd7cf)) +* **account-lib:** shamir secret indices validity ([4e22783](https://github.com/BitGo/BitGoJS/commit/4e227839d5c1fb84a583f17d8754b46324f4eef9)) +* add 'preview' as whitelisted param for token enablement ([a998ecc](https://github.com/BitGo/BitGoJS/commit/a998ecc0b018ac3ce21db91df7cc6c5ad29f76a4)) +* allow token enablement for cold wallet ([557e79b](https://github.com/BitGo/BitGoJS/commit/557e79bb543dde8cbddd89ec13f424e9827aa4c3)) +* **bitgo:** remove address param from lightning().deposit ([b49ec63](https://github.com/BitGo/BitGoJS/commit/b49ec638e130633508cdc64fe6a3bdaaafed5aef)) +* **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1)) +* **root:** align versions of bitcoinjs-lib ([b7eb929](https://github.com/BitGo/BitGoJS/commit/b7eb92998836a5945627ef1c80d74414b11f4867)) +* **root:** resolve [@noble-secp256k1](https://github.com/noble-secp256k1) ([5faefa2](https://github.com/BitGo/BitGoJS/commit/5faefa298d8d366e9f499bca81189b7c0a0eceb8)) +* **sdk-coin-eth:** fix convert signature share to/from ([9aed51e](https://github.com/BitGo/BitGoJS/commit/9aed51ee96aefef29ef1cf11b0ce821b996ce08e)) +* **sdk-coin-eth:** fixes to the sign and verify functions for eth tss ([ce79269](https://github.com/BitGo/BitGoJS/commit/ce7926985886cfd48a174df4ea1341e1ec388f8b)) +* **sdk-core:** add missing ecdsa helper type ([92d49f2](https://github.com/BitGo/BitGoJS/commit/92d49f28bf33940f315754825916aabf0cda072e)) +* **sdk-core:** allow for optional passphrase on tss wallets ([f334232](https://github.com/BitGo/BitGoJS/commit/f3342328a85c78ab9d886478bfd027239f2251d8)) +* **sdk-core:** allow undefined for amtPaidSats ([7e9e9ea](https://github.com/BitGo/BitGoJS/commit/7e9e9eac7cab9ef41bc08e82704b90a8aeb46de9)) +* **sdk-core:** default wallet to non tss ([26febd4](https://github.com/BitGo/BitGoJS/commit/26febd42bc12fe417fecb1896e8ff5313be9fc18)) +* **sdk-core:** ecdsa commonkeychain validation ([269e16b](https://github.com/BitGo/BitGoJS/commit/269e16bf694f32396c753e58a78de3c2d036338d)) +* **sdk-core:** ecdsa keychain creation types mach ([1224de3](https://github.com/BitGo/BitGoJS/commit/1224de3f707759f4ef22836a80c3b834ec04b98d)) +* **sdk-core:** ecdsa send signing bitgo's n share u ([1cb1e93](https://github.com/BitGo/BitGoJS/commit/1cb1e933c692f454de538b3b189ef2feb1b39475)) +* **sdk-core:** ecdsa sign serializedTxHex ([2fda8fc](https://github.com/BitGo/BitGoJS/commit/2fda8fc364f357a66645665b7793182baf2efbcb)) +* **sdk-core:** ecdsa signing get user share ([acbc700](https://github.com/BitGo/BitGoJS/commit/acbc7002c9ffd62c78e6dd2e72feac0c3ff4fe45)) +* **sdk-core:** ecdsa tss signing flow update ([226586c](https://github.com/BitGo/BitGoJS/commit/226586ce2f1af6f5593bb97c3a297f332aee3b34)) +* **sdk-core:** eth supports tss ([c0ec96f](https://github.com/BitGo/BitGoJS/commit/c0ec96fac7c5b4131d4f32d09463a78c0e1f8900)) +* **sdk-core:** fix lightning requests params ([32b2038](https://github.com/BitGo/BitGoJS/commit/32b2038dab7e93a525efcbf34df65e44ad8eb39a)) +* **sdk-core:** fix send token enablements by writing in buildParams in prebuildTx ([9dc933a](https://github.com/BitGo/BitGoJS/commit/9dc933a878b2a70adc69cd329883f668a8943aa0)) +* **sdk-core:** fix the signatures of lnurl pay methods ([6ffc17a](https://github.com/BitGo/BitGoJS/commit/6ffc17a025b9a79b33a334abdcbaa0f0d06e8a49)) +* **sdk-core:** fix tss ecdsa keychain encryption ([95f9c2d](https://github.com/BitGo/BitGoJS/commit/95f9c2d7d1018d387dc6cabd89e5c0d14b9f07d3)) +* **sdk-core:** tss signing ([f17491d](https://github.com/BitGo/BitGoJS/commit/f17491d24db4086bf4b9ae692ea782803723568e)) +* **sdk-core:** tss tx signing ([ab7eb80](https://github.com/BitGo/BitGoJS/commit/ab7eb8079ea37e347727db106d01fe9362f36374)) +* **sdk-core:** tss wallet creation related bugs ([500c735](https://github.com/BitGo/BitGoJS/commit/500c73527edd902b65cfd784ea1022a21e0f6319)) +* update AddWalletOptions ([64578e0](https://github.com/BitGo/BitGoJS/commit/64578e078129aa6503fd9d6193c57eddc5c4d27e)) + + +### Features + +* **abstract-eth:** validate istss for evms ([29f0b5a](https://github.com/BitGo/BitGoJS/commit/29f0b5aa875c4a6a727f9b3e9a073740230c4fb8)) +* **abstract-utxo:** add support for bigints from new utxo-lib ([77c60dd](https://github.com/BitGo/BitGoJS/commit/77c60ddd4d0ddd1e82a8b1bb041686a9c7f39fae)) +* **account-lib:** add option to pass in custom seed ecdsa ([86b205e](https://github.com/BitGo/BitGoJS/commit/86b205e342ca5610ce460877a64f4733f944bf6e)) +* **account-lib:** add support for additional hash algorithms ([4e2aefe](https://github.com/BitGo/BitGoJS/commit/4e2aefe8bb7754f891e5f9919f591ad1cc04b34d)) +* **account-lib:** custom salt shamir share ([fa34652](https://github.com/BitGo/BitGoJS/commit/fa346529b5dc9897b6bbf6fb4a05ac77f2f05b2d)) +* add message signing support for polygon ([ab2bac1](https://github.com/BitGo/BitGoJS/commit/ab2bac13dad55ce8571d014796298aa52a24a5f2)) +* add u value proof during tss eddssa key creation ([79d2c91](https://github.com/BitGo/BitGoJS/commit/79d2c91ea5b101f8cad9b107b9e4426939333c5f)) +* adding support for message signing ([01c6303](https://github.com/BitGo/BitGoJS/commit/01c63032d067e6ba5aef78804ea747b5e62709fe)) +* **bitgo:** support chaincodes on BLS-DKG keychains creation ([bfaa380](https://github.com/BitGo/BitGoJS/commit/bfaa380551d2fe90e041975b392d4398c781074a)) +* **express:** adding EdDSA TSS support to external signer ([dbccabc](https://github.com/BitGo/BitGoJS/commit/dbccabc7b1b2c1258108e6b38f853c676f8a6562)) +* **express:** support routes to prebuildAndSignTransaction ([b7f0ec3](https://github.com/BitGo/BitGoJS/commit/b7f0ec37f6ea9a948c229003bdee023066d62b68)) +* **sdk-coin-ada:** implement recover function for cardano ([9bc3eeb](https://github.com/BitGo/BitGoJS/commit/9bc3eebac95621e1301c258027c87ab69cacc2da)) +* **sdk-coin-avaxc:** add recover method for wrw ([40fb9a9](https://github.com/BitGo/BitGoJS/commit/40fb9a9b7a74ee043ee5d5a2618ecae065f8758b)) +* **sdk-coin-avaxp:** implement export tx builder ([483d9ce](https://github.com/BitGo/BitGoJS/commit/483d9ce67b75ca5eb4c1330f59820b18043cdb6c)) +* **sdk-coin-avaxp:** implement tx builder for import on p ([f52d124](https://github.com/BitGo/BitGoJS/commit/f52d124a1dbf4be9fe7010eaa2460aa6a60a56ea)) +* **sdk-coin-dot:** implement recover function for dot ([66f8cba](https://github.com/BitGo/BitGoJS/commit/66f8cba4bd79598ab8197472bb1ad595d0026d60)) +* **sdk-coin-eth:** add acceleration capability for eth ([436ba8c](https://github.com/BitGo/BitGoJS/commit/436ba8ceb478c4028d5b05dc34bb623be6fc581f)) +* **sdk-coin-ethw:** add ethw sdk module ([63e9850](https://github.com/BitGo/BitGoJS/commit/63e9850c27039d1b614d14426a1d9b090d454b76)) +* **sdk-coin-ethw:** use ETHw full node RPC queries to recover funds ([7db9bcd](https://github.com/BitGo/BitGoJS/commit/7db9bcd61549e4e96d8f745211717586eec4535c)) +* **sdk-coin-polygon:** support recovery ([15d6021](https://github.com/BitGo/BitGoJS/commit/15d602164d3a2b504d7995e65aa0fbcb38f98e89)) +* **sdk-coin-sol:** implemented recover function for solana ([f043033](https://github.com/BitGo/BitGoJS/commit/f0430338371c58bebb53dbc8a7cf45ce51599fc7)) +* **sdk-coin-sol:** sol token multi ata init ([736318f](https://github.com/BitGo/BitGoJS/commit/736318fff36f074fa841b97f3bc0c8cd95fae001)) +* **sdk-core:** add createDepositAddress to lightning ([e7056dc](https://github.com/BitGo/BitGoJS/commit/e7056dc48448d69328d29bd223c179eb6486a40e)) +* **sdk-core:** add createInvoice to lightning ([293a5d6](https://github.com/BitGo/BitGoJS/commit/293a5d6badd73def299b4f8420bc3380bb862cb2)) +* **sdk-core:** add deposit() to lightning object ([aeb483d](https://github.com/BitGo/BitGoJS/commit/aeb483d2cd2baf49659674f9b9ad7a9d37fcf672)) +* **sdk-core:** add enable token support for sol ([dde3a95](https://github.com/BitGo/BitGoJS/commit/dde3a952b45f9e49d61bdc92d7cddaff1a646c08)) +* **sdk-core:** add getBalance for lightning ([ccd2e81](https://github.com/BitGo/BitGoJS/commit/ccd2e817cddda09709ae3d65a91d7fd122661f5c)) +* **sdk-core:** add getInvoices to lightning object ([232bea3](https://github.com/BitGo/BitGoJS/commit/232bea30d95a4b6f9554cc0416c54f0f73a979ad)) +* **sdk-core:** add helper to create backup TSS key share held by BitGo ([d5921ad](https://github.com/BitGo/BitGoJS/commit/d5921ad6c0a90b9a0e5ec7d60b86fd8741550b5c)) +* **sdk-core:** add helper to finish backup TSS key share held by BitGo ([f2d85b5](https://github.com/BitGo/BitGoJS/commit/f2d85b5132c9466a70dea645598dbbf95c677c4d)) +* **sdk-core:** add includeTokens wallet.addresses parameter ([8c03d83](https://github.com/BitGo/BitGoJS/commit/8c03d8363e3e3b56b6c7f18b0e098d68f25d54c2)) +* **sdk-core:** add logic to handle ERC20 tokens for staking ([c77a253](https://github.com/BitGo/BitGoJS/commit/c77a253d18815483a516de2a83e8778f82e6a5ab)) +* **sdk-core:** add more ecdsa helper methods ([aa57eac](https://github.com/BitGo/BitGoJS/commit/aa57eacdc97f2ecac4179f76461d798226178ba8)) +* **sdk-core:** add payInvoice to lightning object ([eaaa48d](https://github.com/BitGo/BitGoJS/commit/eaaa48d10a8d0cc74b2ac97e0d0d97feba88d72a)) +* **sdk-core:** add recid to fully constructed signature ([a8adcd9](https://github.com/BitGo/BitGoJS/commit/a8adcd9c3f452f1dfc85454668c19103cec7160d)) +* **sdk-core:** add specialized enable token functions ([3e60cef](https://github.com/BitGo/BitGoJS/commit/3e60cef71a0ae76b378356508338738eac49a920)) +* **sdk-core:** add support for delegation in staking flow ([0c91edb](https://github.com/BitGo/BitGoJS/commit/0c91edb8ef4c76b577726abb3f4899f318f8ca17)) +* **sdk-core:** add support for enabling tokens on cold and custodial wallets ([e15c69c](https://github.com/BitGo/BitGoJS/commit/e15c69c4b38b7de74bd73627904960ad086b5f44)) +* **sdk-core:** add withdraw to lightning object ([99474b5](https://github.com/BitGo/BitGoJS/commit/99474b581023b228ce6f2713f5b5d58c8d1186d6)) +* **sdk-core:** added large value support while calling WP ([870621e](https://github.com/BitGo/BitGoJS/commit/870621e2bc93d15ed6f040379353d039eb17e609)) +* **sdk-core:** added verification of private share proofs ([66d6c63](https://github.com/BitGo/BitGoJS/commit/66d6c63bd102da49727e3bdb275cfa6231859ce5)) +* **sdk-core:** allow getting a staking wallet for any coin ([cfae0fe](https://github.com/BitGo/BitGoJS/commit/cfae0feeb14c1bcb30dad2840abd8489372bfbc8)) +* **sdk-core:** capitalize transaction type enum ([bce263e](https://github.com/BitGo/BitGoJS/commit/bce263e01ebf70119ddefd572f55c3a69f15751c)) +* **sdk-core:** create ILightning interface ([6a2f347](https://github.com/BitGo/BitGoJS/commit/6a2f347983ee0e8abba5e457159842e4d1f56f50)) +* **sdk-core:** ecdsa type converters ([800b01b](https://github.com/BitGo/BitGoJS/commit/800b01b02194011bc0ac608a5d75094f935d6235)) +* **sdk-core:** handle multiple token enables on chains that don't support it ([11302e9](https://github.com/BitGo/BitGoJS/commit/11302e97add128f6c11146373ef40637ec36ce95)) +* **sdk-core:** implement signing flow ecdsa ([68aa561](https://github.com/BitGo/BitGoJS/commit/68aa561193fe0574bd7b7080bb51d1d795cf31f9)) +* **sdk-core:** parse zero value lightning invoices ([78cab72](https://github.com/BitGo/BitGoJS/commit/78cab722387bd6348cb81951c2e611db231484e0)) +* **sdk-core:** support lnurl pay ([6df91a3](https://github.com/BitGo/BitGoJS/commit/6df91a3eac28bf55600d5e856a297dde6b56c826)) +* **sdk-core:** support transfertoken type transactions ([6579785](https://github.com/BitGo/BitGoJS/commit/65797851062fb7beb3b1eb6a1db00e23f0a3c209)) +* **sdk-core:** use eth wallet for building and signing token txs ([82dd4a9](https://github.com/BitGo/BitGoJS/commit/82dd4a9a19f144dfdf83afd40155532d4df3163c)) +* the client needs to generate a gpg key for their backup key share and share it with bitgo ([fb10fae](https://github.com/BitGo/BitGoJS/commit/fb10fae409761363fd8a3bb489011c34f041140c)) +* update to work with bitcoinjs-lib@6 ([1950934](https://github.com/BitGo/BitGoJS/commit/1950934d9426385ee12b204cc7456327e4480618)) +* **utxo-lib:** export BIP32/ECPair interfaces ([8628507](https://github.com/BitGo/BitGoJS/commit/862850781b2e8b36c71608c5ae71424b9ebe9dee)) + + +### Reverts + +* Revert "feat: add keypair to acala module" ([ac4f700](https://github.com/BitGo/BitGoJS/commit/ac4f7001f7e77e6bfce4bb49d7fe4307d51c70b7)) + + +### BREAKING CHANGES + +* **sdk-core:** change to upper case first char of addDelegator and addValidator +BG-56847 +* **sdk-core:** The SShare type's `r` field is now `R` (33 bytes encoded as 66 hex characters). +ISSUE: BG-56664 +* **sdk-coin-avaxc:** The interface TransactionPrebuild is no longer exported +from package. It's defined in @bitgo/sdk-coin-eth. +* **sdk-core:** We need to deal with the new enableToken intent type for solana on wp. +* **bitgo:** This breaks the current ETH2 Hot Wallet creation flow. Needs BG-46182 to be +implemented and deployed too. + +BG-46184 + + + + + # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-core@1.1.0-rc.29...@bitgo/sdk-core@1.1.0) (2022-07-19) **Note:** Version bump only for package @bitgo/sdk-core diff --git a/modules/sdk-core/package.json b/modules/sdk-core/package.json index 80eb374b3e..04aecf66f6 100644 --- a/modules/sdk-core/package.json +++ b/modules/sdk-core/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-core", - "version": "2.1.0", + "version": "2.2.0", "description": "core library functions for BitGoJS", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", @@ -34,9 +34,9 @@ ] }, "dependencies": { - "@bitgo/bls-dkg": "^1.2.0", - "@bitgo/statics": "^8.1.0", - "@bitgo/utxo-lib": "^3.1.0", + "@bitgo/bls-dkg": "^1.3.0", + "@bitgo/statics": "^8.2.0", + "@bitgo/utxo-lib": "^3.2.0", "@noble/secp256k1": "1.6.3", "@stablelib/hex": "^1.0.0", "@types/keccak": "^3.0.1", diff --git a/modules/sdk-test/CHANGELOG.md b/modules/sdk-test/CHANGELOG.md index c943ef845d..6ee3a62fff 100644 --- a/modules/sdk-test/CHANGELOG.md +++ b/modules/sdk-test/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-test@1.0.1-rc.19...@bitgo/sdk-test@1.2.0) (2022-10-18) + +**Note:** Version bump only for package @bitgo/sdk-test + + + + + ## [1.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-test@1.0.1-rc.19...@bitgo/sdk-test@1.0.1) (2022-07-19) **Note:** Version bump only for package @bitgo/sdk-test diff --git a/modules/sdk-test/package.json b/modules/sdk-test/package.json index 70eff18016..a5324b4d12 100644 --- a/modules/sdk-test/package.json +++ b/modules/sdk-test/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/sdk-test", - "version": "1.1.0", + "version": "1.2.0", "private": "true", "description": "coin test libary for BitGoJS", "main": "./dist/src/index.js", @@ -27,8 +27,8 @@ ] }, "dependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-core": "^2.1.0", + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-core": "^2.2.0", "bignumber.js": "^8.0.1", "should-http": "^0.1.1" } diff --git a/modules/statics/CHANGELOG.md b/modules/statics/CHANGELOG.md index ce4efc00d6..c7575f3565 100644 --- a/modules/statics/CHANGELOG.md +++ b/modules/statics/CHANGELOG.md @@ -3,6 +3,112 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [8.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@7.0.0-rc.4...@bitgo/statics@8.2.0) (2022-10-18) + + +### Bug Fixes + +* fix test issues for BG-57708 ([65f672d](https://github.com/BitGo/BitGoJS/commit/65f672d6647dc2de94bb893d6b548deaf22af70c)) +* move constants to statics for BG-57708 ([73f986a](https://github.com/BitGo/BitGoJS/commit/73f986aaca53a41b056739d5933b6b3259d2493c)) +* **sdk-coin-ethw:** update chainid for EthW ([4b5339c](https://github.com/BitGo/BitGoJS/commit/4b5339c19bb17f11b9453b188e5afd35f619e749)) +* **sdk-coin-polygon:** staking features ([41a3959](https://github.com/BitGo/BitGoJS/commit/41a3959ab737155a7c06a499fd19e9182e06863e)) +* **sdk-coin-polygon:** update polygon token names ([8bb61cf](https://github.com/BitGo/BitGoJS/commit/8bb61cf2112a668255746366a32f8e5c8105a481)) +* **statics:** contract address of tpolygon name NFT BG-58416 ([f8ca06c](https://github.com/BitGo/BitGoJS/commit/f8ca06caeb1b893c4082a73959a9be62c8d99664)) +* **statics:** fix terc tokens to use goerli network ([024483d](https://github.com/BitGo/BitGoJS/commit/024483d3892d6ea05b11e63bb86dfdd0a1fe715a)) +* **statics:** format polygon token if its an NFT BG-59021 ([275f743](https://github.com/BitGo/BitGoJS/commit/275f7435c9cc3f8d708b6416ad2aa2287f411ac0)) +* **statics:** update contract address of name NFT BG-58416 ([0e66440](https://github.com/BitGo/BitGoJS/commit/0e66440cda0ba2a6b265e8e80da9505bbb536717)) +* **statics:** update tokenAddress for tsol:orca ([3d1da19](https://github.com/BitGo/BitGoJS/commit/3d1da197036ad3d5f9daf3ed7d282b9d6ce35206)) +* **statics:** update underlying asset of GTETH to ETH ([6bf3a5b](https://github.com/BitGo/BitGoJS/commit/6bf3a5bdae3db085ab57e65dd872c5626d293cc1)) + + +### chore + +* **statics:** update fullname for ada coin ([39ec376](https://github.com/BitGo/BitGoJS/commit/39ec3761d013bcfec718535a6f86039a42651205)) +* **statics:** update Sol coin name to Solana BG-52979 ([f7c36bf](https://github.com/BitGo/BitGoJS/commit/f7c36bf206330d317d39c11fa22fbdf638870d60)) + + +### Code Refactoring + +* **statics:** update sol token asset ([47260f9](https://github.com/BitGo/BitGoJS/commit/47260f9dd768ee29ce96df3abce58c3abbdb0e1b)) + + +### Features + +* add new tokens ([971251a](https://github.com/BitGo/BitGoJS/commit/971251a1a2aa693a761820fdbc821972a96f90a2)) +* add new tokens ([3427c53](https://github.com/BitGo/BitGoJS/commit/3427c5380ffaf2b1bfd906898eee029825ed9387)) +* add new tokens ([78a8b15](https://github.com/BitGo/BitGoJS/commit/78a8b154f4ad6c1c3b11a1e4a9c6ec9917aedcd7)) +* add sui coin to statics ([fd12785](https://github.com/BitGo/BitGoJS/commit/fd127850d1cb9bad3bc149204aa6a0074a743951)) +* add tokens to trading ([33887f7](https://github.com/BitGo/BitGoJS/commit/33887f73ca40136edaa02a2cf8bf346be63339a8)) +* adds new tokens ([078851d](https://github.com/BitGo/BitGoJS/commit/078851dadacf9d0e18539e7757ce189ba090969d)) +* **bitgo:** expose Ethw in core bitgo module ([183cda4](https://github.com/BitGo/BitGoJS/commit/183cda433f8c683722843e2c30bf46101a1cd677)) +* **sdk-coin-ada:** add cardano token config ([00fcd72](https://github.com/BitGo/BitGoJS/commit/00fcd72d5feed500d69f208254c6b61815f51a16)) +* **sdk-coin-avaxp:** implement export tx builder ([483d9ce](https://github.com/BitGo/BitGoJS/commit/483d9ce67b75ca5eb4c1330f59820b18043cdb6c)) +* **sdk-coin-bsc:** create bsc module ([b55ca71](https://github.com/BitGo/BitGoJS/commit/b55ca7173e27ee2d75d342b6706698769f11734f)) +* **sdk-coin-bsc:** support tokens for bsc ([44d2af8](https://github.com/BitGo/BitGoJS/commit/44d2af8f3f14bc61d31e6a0b8482a68db2a7d23e)) +* **sdk-coin-dot:** enable DOT staking ([0e9209b](https://github.com/BitGo/BitGoJS/commit/0e9209bd9c6f855cbc11e5d602253509fd0099c3)) +* **sdk-coin-eth:** add v1 wallet init code ([b1c983d](https://github.com/BitGo/BitGoJS/commit/b1c983d2f0723aa6647fca3d01a4c814639624b4)) +* **sdk-coin-polygon:** support tokens ([8870307](https://github.com/BitGo/BitGoJS/commit/8870307b63f460031019aecf30c60df4f2c0a112)) +* **statics:** add coin feature for NEAR ([cf1a2f2](https://github.com/BitGo/BitGoJS/commit/cf1a2f278124813bcae33c6e141ceba6920e823e)) +* **statics:** add ERC20 tokens ([7d800f0](https://github.com/BitGo/BitGoJS/commit/7d800f0fe6e7a5da6e8e71030f5584e7df2965d5)) +* **statics:** add ETHw statics ([f49ef42](https://github.com/BitGo/BitGoJS/commit/f49ef4233ffb788765eac5b5d20232334fbd6203)) +* **statics:** add mainnet polygon contracts ([912d5d9](https://github.com/BitGo/BitGoJS/commit/912d5d9b49a58cd47c92fcf251406e9a661c1d5b)) +* **statics:** add new prime tokens ([2963e96](https://github.com/BitGo/BitGoJS/commit/2963e96dbf0973863f8c7423fe168f5c181ee101)) +* **statics:** add new tokens ([db11934](https://github.com/BitGo/BitGoJS/commit/db119349da8385784074b6cbf56879c0899e2471)) +* **statics:** add ofc for near ([4ecde82](https://github.com/BitGo/BitGoJS/commit/4ecde82919019aa8bdacbe7958acb8ec6a5bf50f)) +* **statics:** add ORCA and GARI to SOL token list ([0781281](https://github.com/BitGo/BitGoJS/commit/07812816da2221a7ae00241980b2dba539f3042d)) +* **statics:** add polygon tokens to statics ([82cf43f](https://github.com/BitGo/BitGoJS/commit/82cf43fbe65008a9eb53824c5102399fc46f781b)) +* **statics:** add prime tokens ofc ([308bdab](https://github.com/BitGo/BitGoJS/commit/308bdab2cd9ad0738b3dac173dabaa1cd9b3b74c)) +* **statics:** add solana ([b46780e](https://github.com/BitGo/BitGoJS/commit/b46780ef7188b0f4451632c2fe2c3be86cdef9a7)) +* **statics:** add testnet Polygon as ERC20 ([b0b4160](https://github.com/BitGo/BitGoJS/commit/b0b4160e2669171d65c7f589ce09f920d16e1442)) +* **statics:** add trading tokens ([4ca3558](https://github.com/BitGo/BitGoJS/commit/4ca35584ee1429d510a5bd708e3985ec5e23bda1)) +* **statics:** added offchain tokens DAO, DENT, DEP, DFI ([c0257cf](https://github.com/BitGo/BitGoJS/commit/c0257cf86c5369f0db936acb990b3235b69dafcf)) +* **statics:** adding tokens for trading ([1241a66](https://github.com/BitGo/BitGoJS/commit/1241a66a9cc280399ac8f28a5bb840c52bb0009f)) +* **statics:** adds new tokens ([83ebf4a](https://github.com/BitGo/BitGoJS/commit/83ebf4a65962afed6c071300d80610645f3f0be8)) +* **statics:** adds test polygon as erc20 token for goerli ([ec5ea83](https://github.com/BitGo/BitGoJS/commit/ec5ea83bb1cef8bbf045dd5c2d42bb8e17c90ff8)) +* **statics:** adds test polygon as erc20 token for goerli and staking feature ([629cd1b](https://github.com/BitGo/BitGoJS/commit/629cd1b7d6889f2cda0112f6a7d7e317941ca5a9)) +* **statics:** bg-55026 enable sol staking flag ([f8b21a3](https://github.com/BitGo/BitGoJS/commit/f8b21a36a476750fc11205ffb9913bcb819e3452)) +* **statics:** fix bpt, seth-h and reth-h tokens ([d864033](https://github.com/BitGo/BitGoJS/commit/d864033d745ba81e33efcc64b80520ab13954ca4)) +* **statics:** fix decimals token CHO ([e7bb6fb](https://github.com/BitGo/BitGoJS/commit/e7bb6fba337dfe58354c535c2dc65964248d8cd7)) +* **statics:** fix erc20 token ([27edf13](https://github.com/BitGo/BitGoJS/commit/27edf13dfe66962f61014821a74ed52d0922c3d3)) +* **statics:** fix name husd for trading ([517c70a](https://github.com/BitGo/BitGoJS/commit/517c70a95df437cf81f382eb128f6c98da108725)) +* **statics:** introduce deprecation coin feature ([918b47e](https://github.com/BitGo/BitGoJS/commit/918b47edd351be4f7720fbfeeb2340ffd5f934b4)) +* **statics:** support NAME NFT on tpolygon BG-58416 ([dba1b90](https://github.com/BitGo/BitGoJS/commit/dba1b9087b59336292c51215785ff366bbd262be)) + + +### Reverts + +* Revert "feat(statics): add acala to statics" ([5f54097](https://github.com/BitGo/BitGoJS/commit/5f54097ffab8dd614b5ffb76c2287f2d41681e8a)) +* Revert "chore: export AcaCoin in statics" ([a4d573e](https://github.com/BitGo/BitGoJS/commit/a4d573e816813280cf37b6b984bd2dd782c2e84d)) + + +### BREAKING CHANGES + +* **statics:** Changing underlying asset for GTETH. +the underlying asset for GTETH should +be ETH similar to that of 'TETH'. +TICKET: BG-59194 +* **statics:** adds test polygon as erc20 token for goerli because we are deprecating kovan +BOS-556 + +staking feature for matic +* **statics:** updates coin names from `ADA`to `Cardano ADA` +Ticket: BG-56343 +. +* **statics:** modfiy symbol 'seth-h' to 'Staked ETH Harbour' and ofcholo to ocfhot +BG-53319 +* **sdk-coin-eth:** Changes the return for exported method +decodeWalletCreationData() in sdk-coin-eth +BG-53733 +* **statics:** This breaks the provided token asset used for wp in bitgo-ms, +will require to change available solana token asset in wp once this merged. +BG-52918 +* **statics:** updates coin names from `Sol` and `Testnet Sol` to `Solana` and `Testnet Solana`. +TICKET: BG-52979 + + + + + # [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@7.0.0-rc.4...@bitgo/statics@7.0.0) (2022-07-19) **Note:** Version bump only for package @bitgo/statics diff --git a/modules/statics/package.json b/modules/statics/package.json index 2c6feda793..1f94813034 100644 --- a/modules/statics/package.json +++ b/modules/statics/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/statics", - "version": "8.1.0", + "version": "8.2.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 e2946126e5..a26464c51d 100644 --- a/modules/unspents/CHANGELOG.md +++ b/modules/unspents/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/unspents@0.8.0-rc.15...@bitgo/unspents@0.11.0) (2022-10-18) + + +### Bug Fixes + +* **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1)) +* **root:** align versions of bitcoinjs-lib ([b7eb929](https://github.com/BitGo/BitGoJS/commit/b7eb92998836a5945627ef1c80d74414b11f4867)) +* **unspents:** remove bitcoinjs-lib.d.ts ([e4447d4](https://github.com/BitGo/BitGoJS/commit/e4447d4c815050fc405bf766d93f2246b90835c8)) +* **unspents:** use new bip32/BIP32Interface in tests ([9de0c78](https://github.com/BitGo/BitGoJS/commit/9de0c7855111e995a2f75709d16901c1760a7511)) + + +### Features + +* update to work with bitcoinjs-lib@6 ([1950934](https://github.com/BitGo/BitGoJS/commit/1950934d9426385ee12b204cc7456327e4480618)) +* **utxo-lib:** export BIP32/ECPair interfaces ([8628507](https://github.com/BitGo/BitGoJS/commit/862850781b2e8b36c71608c5ae71424b9ebe9dee)) + + + + + ## [0.8.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/unspents@0.8.0-rc.15...@bitgo/unspents@0.8.3) (2022-07-19) **Note:** Version bump only for package @bitgo/unspents diff --git a/modules/unspents/package.json b/modules/unspents/package.json index 4c13e06ea1..92585de9ba 100644 --- a/modules/unspents/package.json +++ b/modules/unspents/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/unspents", - "version": "0.10.0", + "version": "0.11.0", "description": "Defines the chain codes used for different unspent types and methods to calculate bitcoin transaction sizes", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -36,7 +36,7 @@ "should": "~13.2.3" }, "dependencies": { - "@bitgo/utxo-lib": "^3.1.0", + "@bitgo/utxo-lib": "^3.2.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 9e3efeb41c..5a82b793eb 100644 --- a/modules/utxo-bin/CHANGELOG.md +++ b/modules/utxo-bin/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@2.0.0-rc.3...@bitgo/utxo-bin@2.3.0) (2022-10-18) + + +### Bug Fixes + +* **utxo-bin:** fix test fixtures ([085ddb3](https://github.com/BitGo/BitGoJS/commit/085ddb3d874e928ae9649e13318acd7268a41de2)) + + +### Features + +* **utxo-bin:** improve output scripts parsing ([613474d](https://github.com/BitGo/BitGoJS/commit/613474d0ce49110036368aa5fe46b617456497c7)) + + + + + # [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-bin@2.0.0-rc.3...@bitgo/utxo-bin@2.0.0) (2022-07-19) **Note:** Version bump only for package @bitgo/utxo-bin diff --git a/modules/utxo-bin/package.json b/modules/utxo-bin/package.json index af90d4bfdd..e6c7e34ef4 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.2.0", + "version": "2.3.0", "files": [ "dist/**/*" ], @@ -26,9 +26,9 @@ }, "bin": "./dist/bin/index.js", "dependencies": { - "@bitgo/blockapis": "^1.2.0", - "@bitgo/statics": "^8.1.0", - "@bitgo/utxo-lib": "^3.1.0", + "@bitgo/blockapis": "^1.3.0", + "@bitgo/statics": "^8.2.0", + "@bitgo/utxo-lib": "^3.2.0", "archy": "^1.0.0", "chalk": "4", "yargs": "^17.3.1" diff --git a/modules/utxo-lib/CHANGELOG.md b/modules/utxo-lib/CHANGELOG.md index 2758977b59..39826998cd 100644 --- a/modules/utxo-lib/CHANGELOG.md +++ b/modules/utxo-lib/CHANGELOG.md @@ -3,6 +3,64 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-lib@2.3.0-rc.11...@bitgo/utxo-lib@3.2.0) (2022-10-18) + + +### Bug Fixes + +* **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1)) +* format imported files ([2ba3302](https://github.com/BitGo/BitGoJS/commit/2ba330275e2149fce0e01f5fbc61592bca7453e3)) +* remove references to bitcoinjs.Network ([84c7fd9](https://github.com/BitGo/BitGoJS/commit/84c7fd9bccd71b2f7429690481dc3104d2ae0928)) +* **utxo-lib:** [dash] fix fromBuffer tx type ([7469ad0](https://github.com/BitGo/BitGoJS/commit/7469ad04fdacd4064262139757974970ee9fc614)) +* **utxo-lib:** [psbt] always set witness utxo ([0104b02](https://github.com/BitGo/BitGoJS/commit/0104b0286b3f74ee3adbd802b22a1b416789343e)) +* **utxo-lib:** [psbt] reduce use of hackish `this.tx` ([60e2289](https://github.com/BitGo/BitGoJS/commit/60e2289b2fe91065caf9ee80604053759231c380)) +* **utxo-lib:** accept psbtopts when creating a PSBT ([bb6774a](https://github.com/BitGo/BitGoJS/commit/bb6774afbcba28374136020d041f6275fe49c4f7)) +* **utxo-lib:** add TODO ([805074c](https://github.com/BitGo/BitGoJS/commit/805074c21b034d542ec952890b0136db536995a1)) +* **utxo-lib:** clone witness array when cloning tx ([eecfbd7](https://github.com/BitGo/BitGoJS/commit/eecfbd7b4a4a084a75ca6f5ce7db9e1e2b38263e)) +* **utxo-lib:** create PSBTs with proper inner TX class ([0c537e1](https://github.com/BitGo/BitGoJS/commit/0c537e1825642feeee09b28f6929400721fa4229)) +* **utxo-lib:** export {Dash,Zcash}Psbt ([c47046e](https://github.com/BitGo/BitGoJS/commit/c47046efdfa82d319b29e4fa20e5a92737268739)) +* **utxo-lib:** export UtxoPsbt ([b943679](https://github.com/BitGo/BitGoJS/commit/b94367942b1ded663dffd4f4b85a159c4db54469)) +* **utxo-lib:** fix lint ([24bcf05](https://github.com/BitGo/BitGoJS/commit/24bcf05b1c6502c4788f6c95b6f63c096df09898)) +* **utxo-lib:** import describe/it from `parse.ts` ([5aba693](https://github.com/BitGo/BitGoJS/commit/5aba693b078faa33cd2b525fbd0c44701e771df8)) +* **utxo-lib:** include all bip32 derivations for non-taproot ([ef76bf3](https://github.com/BitGo/BitGoJS/commit/ef76bf3fac1f65adfe4f7c75893d8576203371db)) +* **utxo-lib:** move getValueScaled->test + rename ([c605480](https://github.com/BitGo/BitGoJS/commit/c6054802cf44096546f7e44138d7bd540b409d66)) +* **utxo-lib:** pin noble-secp256k1 ([92727bf](https://github.com/BitGo/BitGoJS/commit/92727bf173aee1437f03af542ecd4e8a153a8841)) +* **utxo-lib:** remove unnecessary asyncs ([a4306ed](https://github.com/BitGo/BitGoJS/commit/a4306eddcee80ff33c735b5f259506252df8bd41)) +* **utxo-lib:** tx/tx builder improvements ([0a4545a](https://github.com/BitGo/BitGoJS/commit/0a4545a0889cda154bc0ee017f479278da32cb72)) +* **utxo-lib:** use BitGo published ecpair dep ([02b3c31](https://github.com/BitGo/BitGoJS/commit/02b3c31c605986ab915e88984de92630b1cd4ab7)) +* **utxo-lib:** use published bitcoinjs-lib ([f9a625c](https://github.com/BitGo/BitGoJS/commit/f9a625c8ec6996813356f5edcebe1e78fe4a38f4)) +* **utxo-lib:** use safe version of bitcoinjs-lib ([8f2226b](https://github.com/BitGo/BitGoJS/commit/8f2226b6276fe47413759bf7462b8429d9e69f90)) + + +### Features + +* import transaction_builder, classify, etc. ([e08776e](https://github.com/BitGo/BitGoJS/commit/e08776ea8e20b50d879bf25909db31b0451bb029)) +* update to work with bitcoinjs-lib@6 ([1950934](https://github.com/BitGo/BitGoJS/commit/1950934d9426385ee12b204cc7456327e4480618)) +* **utxo-lib:** [psbt] separate adding input and nonWitnessUtxo ([b16855c](https://github.com/BitGo/BitGoJS/commit/b16855ce76576cdbd973083dfc817926b41ad64e)) +* **utxo-lib:** Add Dash/Zcash PSBT ([990de06](https://github.com/BitGo/BitGoJS/commit/990de06a7b1f666d2cb00e2d9205c3dc8e6bced8)) +* **utxo-lib:** add maximumFeeRate for PsbtOpts ([367f72c](https://github.com/BitGo/BitGoJS/commit/367f72cb6017861fdd1a141062fb973d1e7528bb)) +* **utxo-lib:** add PSBT creation funcs like txbuilder ([80880a0](https://github.com/BitGo/BitGoJS/commit/80880a0469e013586e2e35b1836670c848ca8734)) +* **utxo-lib:** add PSBT from transaction ([65cc050](https://github.com/BitGo/BitGoJS/commit/65cc050adbd0507c6214baa2fd2b5076b2889007)) +* **utxo-lib:** add round-trip test with high-precision values ([9c2bb77](https://github.com/BitGo/BitGoJS/commit/9c2bb7785656c2c22fb23e6c3516b9b351145744)) +* **utxo-lib:** add UtxoPsbt w/BitGO P2TR signing ([1f35902](https://github.com/BitGo/BitGoJS/commit/1f35902fa6348da6b0d9dc70fc1367f3119181ef)) +* **utxo-lib:** addChangeOutputToPsbt ([88e37c9](https://github.com/BitGo/BitGoJS/commit/88e37c90cc1327b70a007a20db79ac2de7c9f6c8)) +* **utxo-lib:** export BIP32/ECPair interfaces ([8628507](https://github.com/BitGo/BitGoJS/commit/862850781b2e8b36c71608c5ae71424b9ebe9dee)) +* **utxo-lib:** export ECPairAPI, BIP32API ([8f960fd](https://github.com/BitGo/BitGoJS/commit/8f960fd0adc61392ad7f40e4970e069267cd6f98)) +* **utxo-lib:** full 64 bit support w/ bigints ([3186934](https://github.com/BitGo/BitGoJS/commit/3186934f8af3a3d50d3b8890446008e7bee06d90)) +* **utxo-lib:** return unsigned tx ([6174bd3](https://github.com/BitGo/BitGoJS/commit/6174bd33cdda0f4b9fb84ec6c961f3deb6b51f63)) +* **utxo-lib:** set default version for zcash and dash ([dc5015a](https://github.com/BitGo/BitGoJS/commit/dc5015aa0dc3b283e9afef68a113fd26036d96db)) +* **utxo-lib:** store consensus branch id on psbt for zcash ([e078cf3](https://github.com/BitGo/BitGoJS/commit/e078cf3227abaa1919c677474debd46fea782fa2)) + + +### BREAKING CHANGES + +* **utxo-lib:** UtxoTransaction.fromBuffer interface - new optional param `amountType` inserted +BG-54862 + + + + + ## [2.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/utxo-lib@2.3.0-rc.11...@bitgo/utxo-lib@2.4.1) (2022-07-19) **Note:** Version bump only for package @bitgo/utxo-lib diff --git a/modules/utxo-lib/package.json b/modules/utxo-lib/package.json index 4f8cd75686..5100acd5d4 100644 --- a/modules/utxo-lib/package.json +++ b/modules/utxo-lib/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/utxo-lib", - "version": "3.1.0", + "version": "3.2.0", "description": "Client-side Bitcoin JavaScript library", "main": "./dist/src/index.js", "engines": { @@ -46,7 +46,7 @@ "dist/src" ], "dependencies": { - "@bitgo/blake2b": "^3.1.0", + "@bitgo/blake2b": "^3.2.0", "@noble/secp256k1": "1.6.3", "bip174": "npm:@bitgo/bip174@3.0.0", "bip32": "^3.0.1", diff --git a/modules/web-demo/CHANGELOG.md b/modules/web-demo/CHANGELOG.md index 3370d558ce..c90f1da217 100644 --- a/modules/web-demo/CHANGELOG.md +++ b/modules/web-demo/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/web-demo@1.1.0-rc.25...@bitgo/web-demo@1.3.0) (2022-10-18) + +**Note:** Version bump only for package @bitgo/web-demo + + + + + # [1.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/web-demo@1.1.0-rc.25...@bitgo/web-demo@1.1.0) (2022-07-19) **Note:** Version bump only for package @bitgo/web-demo diff --git a/modules/web-demo/package.json b/modules/web-demo/package.json index f132543e23..774c42c434 100644 --- a/modules/web-demo/package.json +++ b/modules/web-demo/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/web-demo", - "version": "1.2.0", + "version": "1.3.0", "description": "BitGoJS Web demo package", "repository": { "type": "git", @@ -24,9 +24,9 @@ "precommit": "yarn lint-staged" }, "dependencies": { - "@bitgo/sdk-api": "^1.3.0", - "@bitgo/sdk-coin-xrp": "^1.2.0", - "bitgo": "^14.4.0", + "@bitgo/sdk-api": "^1.4.0", + "@bitgo/sdk-coin-xrp": "^1.3.0", + "bitgo": "^14.5.0", "lodash": "^4.17.15", "react": "^17.0.2", "react-dom": "^17.0.2",