Skip to content

Commit 67defd2

Browse files
committed
chore(release): publish modules
- @bitgo/abstract-eth@1.2.0 - @bitgo/abstract-utxo@1.4.0 - @bitgo/account-lib@2.23.0 - bitgo@14.5.0 - @bitgo/blake2b-wasm@3.2.0 - @bitgo/blake2b@3.2.0 - @bitgo/blockapis@1.3.0 - @bitgo/bls-dkg@1.3.0 - @bitgo/express@9.15.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/sdk-test@1.2.0 - @bitgo/statics@8.2.0 - @bitgo/unspents@0.11.0 - @bitgo/utxo-bin@2.3.0 - @bitgo/utxo-lib@3.2.0 - @bitgo/web-demo@1.3.0
1 parent 1e34c4c commit 67defd2

File tree

101 files changed

+1504
-311
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+1504
-311
lines changed

modules/abstract-eth/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1))
12+
13+
14+
### Features
15+
16+
* **abstract-eth:** validate istss for evms ([29f0b5a](https://github.com/BitGo/BitGoJS/commit/29f0b5aa875c4a6a727f9b3e9a073740230c4fb8))
17+
18+
19+
20+
21+
622
## [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)
723

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

modules/abstract-eth/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-eth",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "BitGo SDK coin library for ETH base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -37,10 +37,10 @@
3737
]
3838
},
3939
"dependencies": {
40-
"@bitgo/sdk-coin-eth": "^2.1.0",
41-
"@bitgo/sdk-core": "^2.1.0",
42-
"@bitgo/statics": "^8.1.0",
43-
"@bitgo/utxo-lib": "^3.1.0",
40+
"@bitgo/sdk-coin-eth": "^2.2.0",
41+
"@bitgo/sdk-core": "^2.2.0",
42+
"@bitgo/statics": "^8.2.0",
43+
"@bitgo/utxo-lib": "^3.2.0",
4444
"bignumber.js": "^8.0.1"
4545
}
4646
}

modules/abstract-utxo/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1))
12+
13+
14+
### Features
15+
16+
* **abstract-utxo:** add support for bigints from new utxo-lib ([77c60dd](https://github.com/BitGo/BitGoJS/commit/77c60ddd4d0ddd1e82a8b1bb041686a9c7f39fae))
17+
* **abstract-utxo:** backup key recovery service for doge ([612be53](https://github.com/BitGo/BitGoJS/commit/612be533836f33fdecb9584ddc0f5674df31dcb0))
18+
* **abstract-utxo:** cross chain recovery support for bigint coins (doge) ([ad6bf71](https://github.com/BitGo/BitGoJS/commit/ad6bf71f58a4bae79f3bb014ee947a878f4b89d2))
19+
* **sdk-core:** added large value support while calling WP ([870621e](https://github.com/BitGo/BitGoJS/commit/870621e2bc93d15ed6f040379353d039eb17e609))
20+
* **utxo-lib:** export BIP32/ECPair interfaces ([8628507](https://github.com/BitGo/BitGoJS/commit/862850781b2e8b36c71608c5ae71424b9ebe9dee))
21+
22+
23+
24+
25+
626
# [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)
727

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

modules/abstract-utxo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-utxo",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "BitGo SDK coin library for UTXO base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -37,11 +37,11 @@
3737
]
3838
},
3939
"dependencies": {
40-
"@bitgo/blockapis": "^1.2.0",
41-
"@bitgo/sdk-api": "^1.3.0",
42-
"@bitgo/sdk-core": "^2.1.0",
43-
"@bitgo/unspents": "^0.10.0",
44-
"@bitgo/utxo-lib": "^3.1.0",
40+
"@bitgo/blockapis": "^1.3.0",
41+
"@bitgo/sdk-api": "^1.4.0",
42+
"@bitgo/sdk-core": "^2.2.0",
43+
"@bitgo/unspents": "^0.11.0",
44+
"@bitgo/utxo-lib": "^3.2.0",
4545
"@types/bluebird": "^3.5.25",
4646
"@types/lodash": "^4.14.121",
4747
"@types/superagent": "4.1.15",

modules/account-lib/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [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)
7+
8+
9+
### Bug Fixes
10+
11+
* **account-lib:** fix EDDSA MPC key validation for small number keys ([f9f7407](https://github.com/BitGo/BitGoJS/commit/f9f740721a91f8351df40b3b4d89f2c393acd7cf))
12+
* **account-lib:** shamir secret indices validity ([4e22783](https://github.com/BitGo/BitGoJS/commit/4e227839d5c1fb84a583f17d8754b46324f4eef9))
13+
* **sdk-coin-eth:** fixes to the sign and verify functions for eth tss ([ce79269](https://github.com/BitGo/BitGoJS/commit/ce7926985886cfd48a174df4ea1341e1ec388f8b))
14+
* **sdk-core:** ecdsa send signing bitgo's n share u ([1cb1e93](https://github.com/BitGo/BitGoJS/commit/1cb1e933c692f454de538b3b189ef2feb1b39475))
15+
16+
17+
### Features
18+
19+
* **account-lib:** add option to pass in custom seed ecdsa ([86b205e](https://github.com/BitGo/BitGoJS/commit/86b205e342ca5610ce460877a64f4733f944bf6e))
20+
* **account-lib:** add support for additional hash algorithms ([4e2aefe](https://github.com/BitGo/BitGoJS/commit/4e2aefe8bb7754f891e5f9919f591ad1cc04b34d))
21+
* **account-lib:** custom salt shamir share ([fa34652](https://github.com/BitGo/BitGoJS/commit/fa346529b5dc9897b6bbf6fb4a05ac77f2f05b2d))
22+
* **sdk-coin-bsc:** create bsc module ([b55ca71](https://github.com/BitGo/BitGoJS/commit/b55ca7173e27ee2d75d342b6706698769f11734f))
23+
* **sdk-core:** add recid to fully constructed signature ([a8adcd9](https://github.com/BitGo/BitGoJS/commit/a8adcd9c3f452f1dfc85454668c19103cec7160d))
24+
* **sdk-core:** implement signing flow ecdsa ([68aa561](https://github.com/BitGo/BitGoJS/commit/68aa561193fe0574bd7b7080bb51d1d795cf31f9))
25+
26+
27+
### BREAKING CHANGES
28+
29+
* **sdk-core:** The SShare type's `r` field is now `R` (33 bytes encoded as 66 hex characters).
30+
ISSUE: BG-56664
31+
32+
33+
34+
35+
636
# [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)
737

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

modules/account-lib/package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/account-lib",
3-
"version": "2.22.0",
3+
"version": "2.23.0",
44
"description": "BitGo's account library functions",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -27,26 +27,26 @@
2727
"node": ">=14 <17"
2828
},
2929
"dependencies": {
30-
"@bitgo/sdk-coin-algo": "^1.2.0",
31-
"@bitgo/sdk-coin-avaxc": "^2.1.0",
32-
"@bitgo/sdk-coin-avaxp": "^3.1.0",
33-
"@bitgo/sdk-coin-bsc": "^1.2.0",
34-
"@bitgo/sdk-coin-celo": "^1.2.0",
35-
"@bitgo/sdk-coin-cspr": "^1.1.0",
36-
"@bitgo/sdk-coin-dot": "^1.2.0",
37-
"@bitgo/sdk-coin-etc": "^1.1.0",
38-
"@bitgo/sdk-coin-eth": "^2.1.0",
39-
"@bitgo/sdk-coin-eth2": "^1.1.0",
40-
"@bitgo/sdk-coin-hbar": "^1.2.0",
41-
"@bitgo/sdk-coin-near": "^1.2.0",
42-
"@bitgo/sdk-coin-polygon": "^1.2.0",
43-
"@bitgo/sdk-coin-rbtc": "^1.2.0",
44-
"@bitgo/sdk-coin-sol": "^2.1.0",
45-
"@bitgo/sdk-coin-stx": "^1.3.0",
46-
"@bitgo/sdk-coin-trx": "^1.1.0",
47-
"@bitgo/sdk-coin-xtz": "^1.3.0",
48-
"@bitgo/sdk-core": "^2.1.0",
49-
"@bitgo/statics": "^8.1.0",
30+
"@bitgo/sdk-coin-algo": "^1.3.0",
31+
"@bitgo/sdk-coin-avaxc": "^2.2.0",
32+
"@bitgo/sdk-coin-avaxp": "^3.2.0",
33+
"@bitgo/sdk-coin-bsc": "^1.3.0",
34+
"@bitgo/sdk-coin-celo": "^1.3.0",
35+
"@bitgo/sdk-coin-cspr": "^1.2.0",
36+
"@bitgo/sdk-coin-dot": "^1.3.0",
37+
"@bitgo/sdk-coin-etc": "^1.2.0",
38+
"@bitgo/sdk-coin-eth": "^2.2.0",
39+
"@bitgo/sdk-coin-eth2": "^1.2.0",
40+
"@bitgo/sdk-coin-hbar": "^1.3.0",
41+
"@bitgo/sdk-coin-near": "^1.3.0",
42+
"@bitgo/sdk-coin-polygon": "^1.3.0",
43+
"@bitgo/sdk-coin-rbtc": "^1.3.0",
44+
"@bitgo/sdk-coin-sol": "^2.2.0",
45+
"@bitgo/sdk-coin-stx": "^1.4.0",
46+
"@bitgo/sdk-coin-trx": "^1.2.0",
47+
"@bitgo/sdk-coin-xtz": "^1.4.0",
48+
"@bitgo/sdk-core": "^2.2.0",
49+
"@bitgo/statics": "^8.2.0",
5050
"bignumber.js": "^9.0.0",
5151
"bs58": "^4.0.1"
5252
},

modules/bitgo/CHANGELOG.md

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,101 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [14.5.0](https://github.com/BitGo/BitGoJS/compare/bitgo@14.2.0-rc.42...bitgo@14.5.0) (2022-10-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **bitgo:** remove address param from lightning().deposit ([b49ec63](https://github.com/BitGo/BitGoJS/commit/b49ec638e130633508cdc64fe6a3bdaaafed5aef))
12+
* **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1))
13+
* **core:** regenerate p2tr test vectors ([8d0611a](https://github.com/BitGo/BitGoJS/commit/8d0611a53f76ac2f81d6eeac5404e1fd77a6703d))
14+
* **sdk-coin-eos:** fix precision for EOS:CHEX tokens ([0e60ec9](https://github.com/BitGo/BitGoJS/commit/0e60ec9e92a9c737fd65d89476f080b99a0fa842))
15+
* **sdk-coin-eth:** fix convert signature share to/from ([9aed51e](https://github.com/BitGo/BitGoJS/commit/9aed51ee96aefef29ef1cf11b0ce821b996ce08e))
16+
* **sdk-core:** allow for optional passphrase on tss wallets ([f334232](https://github.com/BitGo/BitGoJS/commit/f3342328a85c78ab9d886478bfd027239f2251d8))
17+
* **sdk-core:** allow undefined for amtPaidSats ([7e9e9ea](https://github.com/BitGo/BitGoJS/commit/7e9e9eac7cab9ef41bc08e82704b90a8aeb46de9))
18+
* **sdk-core:** default wallet to non tss ([26febd4](https://github.com/BitGo/BitGoJS/commit/26febd42bc12fe417fecb1896e8ff5313be9fc18))
19+
* **sdk-core:** ecdsa keychain creation types mach ([1224de3](https://github.com/BitGo/BitGoJS/commit/1224de3f707759f4ef22836a80c3b834ec04b98d))
20+
* **sdk-core:** ecdsa send signing bitgo's n share u ([1cb1e93](https://github.com/BitGo/BitGoJS/commit/1cb1e933c692f454de538b3b189ef2feb1b39475))
21+
* **sdk-core:** ecdsa sign serializedTxHex ([2fda8fc](https://github.com/BitGo/BitGoJS/commit/2fda8fc364f357a66645665b7793182baf2efbcb))
22+
* **sdk-core:** ecdsa signing get user share ([acbc700](https://github.com/BitGo/BitGoJS/commit/acbc7002c9ffd62c78e6dd2e72feac0c3ff4fe45))
23+
* **sdk-core:** ecdsa tss signing flow update ([226586c](https://github.com/BitGo/BitGoJS/commit/226586ce2f1af6f5593bb97c3a297f332aee3b34))
24+
* **sdk-core:** fix send token enablements by writing in buildParams in prebuildTx ([9dc933a](https://github.com/BitGo/BitGoJS/commit/9dc933a878b2a70adc69cd329883f668a8943aa0))
25+
* **sdk-core:** fix tss ecdsa keychain encryption ([95f9c2d](https://github.com/BitGo/BitGoJS/commit/95f9c2d7d1018d387dc6cabd89e5c0d14b9f07d3))
26+
* **sdk-core:** tss tx signing ([ab7eb80](https://github.com/BitGo/BitGoJS/commit/ab7eb8079ea37e347727db106d01fe9362f36374))
27+
* **sdk-core:** tss wallet creation related bugs ([500c735](https://github.com/BitGo/BitGoJS/commit/500c73527edd902b65cfd784ea1022a21e0f6319))
28+
* **utxo-lib:** use safe version of bitcoinjs-lib ([8f2226b](https://github.com/BitGo/BitGoJS/commit/8f2226b6276fe47413759bf7462b8429d9e69f90))
29+
30+
31+
### Features
32+
33+
* **abstract-utxo:** add support for bigints from new utxo-lib ([77c60dd](https://github.com/BitGo/BitGoJS/commit/77c60ddd4d0ddd1e82a8b1bb041686a9c7f39fae))
34+
* **abstract-utxo:** add support for bigints from new utxo-lib ([8e5bbe5](https://github.com/BitGo/BitGoJS/commit/8e5bbe5e158254d34abb87f6d000e5afd9bb6b9d))
35+
* **abstract-utxo:** backup key recovery service for doge ([612be53](https://github.com/BitGo/BitGoJS/commit/612be533836f33fdecb9584ddc0f5674df31dcb0))
36+
* **abstract-utxo:** cross chain recovery support for bigint coins (doge) ([ad6bf71](https://github.com/BitGo/BitGoJS/commit/ad6bf71f58a4bae79f3bb014ee947a878f4b89d2))
37+
* add message signing support for polygon ([ab2bac1](https://github.com/BitGo/BitGoJS/commit/ab2bac13dad55ce8571d014796298aa52a24a5f2))
38+
* add u value proof during tss eddssa key creation ([79d2c91](https://github.com/BitGo/BitGoJS/commit/79d2c91ea5b101f8cad9b107b9e4426939333c5f))
39+
* adding support for message signing ([01c6303](https://github.com/BitGo/BitGoJS/commit/01c63032d067e6ba5aef78804ea747b5e62709fe))
40+
* **bitgo:** add lightning and lnurl examples ([8894bac](https://github.com/BitGo/BitGoJS/commit/8894bac0fd47eb9841e545011dc25d516dd72e9c))
41+
* **bitgo:** adding example for tx-build ([c967e26](https://github.com/BitGo/BitGoJS/commit/c967e2630bb7768278572361c61667c0452af1ba))
42+
* **bitgo:** expose Ethw in core bitgo module ([183cda4](https://github.com/BitGo/BitGoJS/commit/183cda433f8c683722843e2c30bf46101a1cd677))
43+
* **bitgo:** support chaincodes on BLS-DKG keychains creation ([bfaa380](https://github.com/BitGo/BitGoJS/commit/bfaa380551d2fe90e041975b392d4398c781074a))
44+
* **sdk-coin-ada:** create wallet script ([6263411](https://github.com/BitGo/BitGoJS/commit/626341127af23d7033261eed16a61b615fbc70d4))
45+
* **sdk-coin-ada:** incorporate sdk-coin-ada back into bitgo ([99d141b](https://github.com/BitGo/BitGoJS/commit/99d141be06fa98f77ea88dc6f7cbae7aa1f9e002))
46+
* **sdk-coin-bsc:** create bsc module ([b55ca71](https://github.com/BitGo/BitGoJS/commit/b55ca7173e27ee2d75d342b6706698769f11734f))
47+
* **sdk-coin-bsc:** support tokens for bsc ([44d2af8](https://github.com/BitGo/BitGoJS/commit/44d2af8f3f14bc61d31e6a0b8482a68db2a7d23e))
48+
* **sdk-coin-eth:** add acceleration capability for eth ([436ba8c](https://github.com/BitGo/BitGoJS/commit/436ba8ceb478c4028d5b05dc34bb623be6fc581f))
49+
* **sdk-coin-ethw:** add ethw sdk module ([63e9850](https://github.com/BitGo/BitGoJS/commit/63e9850c27039d1b614d14426a1d9b090d454b76))
50+
* **sdk-coin-polygon:** support tokens ([8870307](https://github.com/BitGo/BitGoJS/commit/8870307b63f460031019aecf30c60df4f2c0a112))
51+
* **sdk-coin-sui:** create sui module ([8ba86b7](https://github.com/BitGo/BitGoJS/commit/8ba86b7a10720a14ff1efa9c4616c1f26d27d8e4))
52+
* **sdk-core:** add createDepositAddress to lightning ([e7056dc](https://github.com/BitGo/BitGoJS/commit/e7056dc48448d69328d29bd223c179eb6486a40e))
53+
* **sdk-core:** add createInvoice to lightning ([293a5d6](https://github.com/BitGo/BitGoJS/commit/293a5d6badd73def299b4f8420bc3380bb862cb2))
54+
* **sdk-core:** add deposit() to lightning object ([aeb483d](https://github.com/BitGo/BitGoJS/commit/aeb483d2cd2baf49659674f9b9ad7a9d37fcf672))
55+
* **sdk-core:** add enable token support for sol ([dde3a95](https://github.com/BitGo/BitGoJS/commit/dde3a952b45f9e49d61bdc92d7cddaff1a646c08))
56+
* **sdk-core:** add getBalance for lightning ([ccd2e81](https://github.com/BitGo/BitGoJS/commit/ccd2e817cddda09709ae3d65a91d7fd122661f5c))
57+
* **sdk-core:** add getInvoices to lightning object ([232bea3](https://github.com/BitGo/BitGoJS/commit/232bea30d95a4b6f9554cc0416c54f0f73a979ad))
58+
* **sdk-core:** add helper to create backup TSS key share held by BitGo ([d5921ad](https://github.com/BitGo/BitGoJS/commit/d5921ad6c0a90b9a0e5ec7d60b86fd8741550b5c))
59+
* **sdk-core:** add helper to finish backup TSS key share held by BitGo ([f2d85b5](https://github.com/BitGo/BitGoJS/commit/f2d85b5132c9466a70dea645598dbbf95c677c4d))
60+
* **sdk-core:** add includeTokens wallet.addresses parameter ([8c03d83](https://github.com/BitGo/BitGoJS/commit/8c03d8363e3e3b56b6c7f18b0e098d68f25d54c2))
61+
* **sdk-core:** add more ecdsa helper methods ([aa57eac](https://github.com/BitGo/BitGoJS/commit/aa57eacdc97f2ecac4179f76461d798226178ba8))
62+
* **sdk-core:** add payInvoice to lightning object ([eaaa48d](https://github.com/BitGo/BitGoJS/commit/eaaa48d10a8d0cc74b2ac97e0d0d97feba88d72a))
63+
* **sdk-core:** add recid to fully constructed signature ([a8adcd9](https://github.com/BitGo/BitGoJS/commit/a8adcd9c3f452f1dfc85454668c19103cec7160d))
64+
* **sdk-core:** add specialized enable token functions ([3e60cef](https://github.com/BitGo/BitGoJS/commit/3e60cef71a0ae76b378356508338738eac49a920))
65+
* **sdk-core:** add withdraw to lightning object ([99474b5](https://github.com/BitGo/BitGoJS/commit/99474b581023b228ce6f2713f5b5d58c8d1186d6))
66+
* **sdk-core:** added large value support while calling WP ([870621e](https://github.com/BitGo/BitGoJS/commit/870621e2bc93d15ed6f040379353d039eb17e609))
67+
* **sdk-core:** added verification of private share proofs ([66d6c63](https://github.com/BitGo/BitGoJS/commit/66d6c63bd102da49727e3bdb275cfa6231859ce5))
68+
* **sdk-core:** allow getting a staking wallet for any coin ([cfae0fe](https://github.com/BitGo/BitGoJS/commit/cfae0feeb14c1bcb30dad2840abd8489372bfbc8))
69+
* **sdk-core:** ecdsa type converters ([800b01b](https://github.com/BitGo/BitGoJS/commit/800b01b02194011bc0ac608a5d75094f935d6235))
70+
* **sdk-core:** implement signing flow ecdsa ([68aa561](https://github.com/BitGo/BitGoJS/commit/68aa561193fe0574bd7b7080bb51d1d795cf31f9))
71+
* **sdk-core:** parse zero value lightning invoices ([78cab72](https://github.com/BitGo/BitGoJS/commit/78cab722387bd6348cb81951c2e611db231484e0))
72+
* **sdk-core:** support lnurl pay ([6df91a3](https://github.com/BitGo/BitGoJS/commit/6df91a3eac28bf55600d5e856a297dde6b56c826))
73+
* **sdk-core:** support transfertoken type transactions ([6579785](https://github.com/BitGo/BitGoJS/commit/65797851062fb7beb3b1eb6a1db00e23f0a3c209))
74+
* **sdk-core:** use eth wallet for building and signing token txs ([82dd4a9](https://github.com/BitGo/BitGoJS/commit/82dd4a9a19f144dfdf83afd40155532d4df3163c))
75+
* **statics:** add ETHw statics ([f49ef42](https://github.com/BitGo/BitGoJS/commit/f49ef4233ffb788765eac5b5d20232334fbd6203))
76+
* **statics:** add ofc for near ([4ecde82](https://github.com/BitGo/BitGoJS/commit/4ecde82919019aa8bdacbe7958acb8ec6a5bf50f))
77+
* **statics:** add solana ([b46780e](https://github.com/BitGo/BitGoJS/commit/b46780ef7188b0f4451632c2fe2c3be86cdef9a7))
78+
* 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))
79+
* **utxo-lib:** export BIP32/ECPair interfaces ([8628507](https://github.com/BitGo/BitGoJS/commit/862850781b2e8b36c71608c5ae71424b9ebe9dee))
80+
81+
82+
### Reverts
83+
84+
* Revert "feat(sdk-coin-aca): add sdk-coin-aca module BG-52862" ([e97716e](https://github.com/BitGo/BitGoJS/commit/e97716e487977617c205ec96fea68467857ab8de))
85+
86+
87+
### BREAKING CHANGES
88+
89+
* **sdk-core:** The SShare type's `r` field is now `R` (33 bytes encoded as 66 hex characters).
90+
ISSUE: BG-56664
91+
* **sdk-core:** We need to deal with the new enableToken intent type for solana on wp.
92+
* **bitgo:** This breaks the current ETH2 Hot Wallet creation flow. Needs BG-46182 to be
93+
implemented and deployed too.
94+
95+
BG-46184
96+
97+
98+
99+
100+
6101
# [14.2.0](https://github.com/BitGo/BitGoJS/compare/bitgo@14.2.0-rc.42...bitgo@14.2.0) (2022-07-19)
7102

8103
**Note:** Version bump only for package bitgo

0 commit comments

Comments
 (0)