@bitgo-beta/account-lib 2.24.1-alpha.49 → 2.24.1-alpha.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,39 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [4.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.6.0...@bitgo/account-lib@4.7.0) (2023-06-05)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **sdk-lib-mpc:** pallier -> paillier ([9d0a12d](https://github.com/BitGo/BitGoJS/commit/9d0a12dd1d2e1d6e3107f62e2757263fb2fd258e))
11
+
12
+ ### Features
13
+
14
+ - **root:** add optional paillier proof plumbing ([18093bf](https://github.com/BitGo/BitGoJS/commit/18093bfc370745130958075349814d493d5a8c72))
15
+ - **sdk-core:** refactor signConvert to steps ([94e2cae](https://github.com/BitGo/BitGoJS/commit/94e2cae6e1292a4e9684c3c2ab7141221137d52e))
16
+ - **sdk-core:** simplify mpc.appendChallenge ([67bee8f](https://github.com/BitGo/BitGoJS/commit/67bee8f1b4f37cd12d6d14ea4d51ddcfde679563))
17
+ - **sdk-lib-mpc:** make rangeProof challenges mandatory for appendChallenge ([1f68b30](https://github.com/BitGo/BitGoJS/commit/1f68b30676966720cb1a42c039e35d3ddeea4974))
18
+
19
+ # [4.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.5.3...@bitgo/account-lib@4.6.0) (2023-05-25)
20
+
21
+ ### Features
22
+
23
+ - **root:** implement eddsa signing with commitment ([d67ac81](https://github.com/BitGo/BitGoJS/commit/d67ac81f5b77451de1e03eba3c93a9b0e11e7b7c))
24
+
25
+ ## [4.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.5.2...@bitgo/account-lib@4.5.3) (2023-05-17)
26
+
27
+ ### Bug Fixes
28
+
29
+ - **bitgo:** drone is no longer used in this repo so can safely be removed ([badc0de](https://github.com/BitGo/BitGoJS/commit/badc0ded6870f56a0dc3925eba639b0fdb313c2b)), closes [#3554](https://github.com/BitGo/BitGoJS/issues/3554) [#3554](https://github.com/BitGo/BitGoJS/issues/3554)
30
+
31
+ ## [4.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.5.1...@bitgo/account-lib@4.5.2) (2023-05-10)
32
+
33
+ **Note:** Version bump only for package @bitgo/account-lib
34
+
35
+ ## [4.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.5.0...@bitgo/account-lib@4.5.1) (2023-05-03)
36
+
37
+ **Note:** Version bump only for package @bitgo/account-lib
38
+
6
39
  # [4.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/account-lib@4.4.3...@bitgo/account-lib@4.5.0) (2023-04-25)
7
40
 
8
41
  ### Features