@bitgo-beta/sdk-coin-eth 4.4.1-beta.22 → 4.4.1-beta.24

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,37 @@
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.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.4.4...@bitgo/sdk-coin-eth@4.5.0) (2023-06-05)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **root:** update module deps ([98e0945](https://github.com/BitGo/BitGoJS/commit/98e09451f3ead6a0dd7c3aa3df62f8d000ba2f0e))
11
+
12
+ ### Features
13
+
14
+ - **sdk-core:** paillier proof user<>backup ([8c0a381](https://github.com/BitGo/BitGoJS/commit/8c0a381318be2088572e06e34c3627323d7bfe38))
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.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.4.3...@bitgo/sdk-coin-eth@4.4.4) (2023-05-25)
20
+
21
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
22
+
23
+ ## [4.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.4.2...@bitgo/sdk-coin-eth@4.4.3) (2023-05-17)
24
+
25
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
26
+
27
+ ## [4.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.4.1...@bitgo/sdk-coin-eth@4.4.2) (2023-05-10)
28
+
29
+ ### Bug Fixes
30
+
31
+ - **sdk-coin-eth:** fix eth multisig recoveries ([6e49792](https://github.com/BitGo/BitGoJS/commit/6e49792bfdb670a9e10dad10df932767b8ac6cdd))
32
+
33
+ ## [4.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.4.0...@bitgo/sdk-coin-eth@4.4.1) (2023-05-03)
34
+
35
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
36
+
6
37
  # [4.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.3.1...@bitgo/sdk-coin-eth@4.4.0) (2023-04-25)
7
38
 
8
39
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-eth",
3
- "version": "4.4.1-beta.22",
3
+ "version": "4.4.1-beta.24",
4
4
  "description": "BitGo SDK coin library for Ethereum",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -40,10 +40,10 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/sdk-core": "8.2.1-beta.22",
44
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.11",
45
- "@bitgo-beta/statics": "15.1.1-beta.23",
46
- "@bitgo-beta/utxo-lib": "8.0.3-beta.22",
43
+ "@bitgo-beta/sdk-core": "8.2.1-beta.24",
44
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.13",
45
+ "@bitgo-beta/statics": "15.1.1-beta.25",
46
+ "@bitgo-beta/utxo-lib": "8.0.3-beta.24",
47
47
  "@ethereumjs/common": "^2.4.0",
48
48
  "@ethereumjs/tx": "^3.3.0",
49
49
  "@ethereumjs/util": "8.0.3",
@@ -60,9 +60,9 @@
60
60
  "superagent": "^3.8.3"
61
61
  },
62
62
  "devDependencies": {
63
- "@bitgo-beta/sdk-api": "1.10.1-beta.22",
64
- "@bitgo-beta/sdk-test": "^1.2.18",
63
+ "@bitgo-beta/sdk-api": "1.10.1-beta.24",
64
+ "@bitgo-beta/sdk-test": "^1.2.23",
65
65
  "tweetnacl": "^1.0.3"
66
66
  },
67
- "gitHead": "9618e3d43af2431a21e07eebda05e00717d6ce47"
67
+ "gitHead": "0e1ca199eb7548166f6f8c94ff71b43d62d99b7f"
68
68
  }