@bitgo-beta/sdk-coin-atom 3.1.2-beta.23 → 3.1.2-beta.25

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 +27 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,33 @@
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
+ # [3.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.2.0...@bitgo/sdk-coin-atom@3.3.0) (2023-06-05)
7
+
8
+ ### Features
9
+
10
+ - **sdk-core:** paillier proof user<>backup ([8c0a381](https://github.com/BitGo/BitGoJS/commit/8c0a381318be2088572e06e34c3627323d7bfe38))
11
+ - **sdk-core:** refactor signConvert to steps ([94e2cae](https://github.com/BitGo/BitGoJS/commit/94e2cae6e1292a4e9684c3c2ab7141221137d52e))
12
+ - **sdk-core:** simplify mpc.appendChallenge ([67bee8f](https://github.com/BitGo/BitGoJS/commit/67bee8f1b4f37cd12d6d14ea4d51ddcfde679563))
13
+ - **sdk-lib-mpc:** make rangeProof challenges mandatory for appendChallenge ([1f68b30](https://github.com/BitGo/BitGoJS/commit/1f68b30676966720cb1a42c039e35d3ddeea4974))
14
+
15
+ # [3.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.1.4...@bitgo/sdk-coin-atom@3.2.0) (2023-05-25)
16
+
17
+ ### Features
18
+
19
+ - **sdk-coin-atom:** add recover mechanism for ATOM ([0e4cfc7](https://github.com/BitGo/BitGoJS/commit/0e4cfc74201f9a44ec3b4b9c7591a6fbd3f2efb6))
20
+
21
+ ## [3.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.1.3...@bitgo/sdk-coin-atom@3.1.4) (2023-05-17)
22
+
23
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
24
+
25
+ ## [3.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.1.2...@bitgo/sdk-coin-atom@3.1.3) (2023-05-10)
26
+
27
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
28
+
29
+ ## [3.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.1.1...@bitgo/sdk-coin-atom@3.1.2) (2023-05-03)
30
+
31
+ **Note:** Version bump only for package @bitgo/sdk-coin-atom
32
+
6
33
  ## [3.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-atom@3.1.0...@bitgo/sdk-coin-atom@3.1.1) (2023-04-25)
7
34
 
8
35
  **Note:** Version bump only for package @bitgo/sdk-coin-atom
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-atom",
3
- "version": "3.1.2-beta.23",
3
+ "version": "3.1.2-beta.25",
4
4
  "description": "BitGo SDK coin library for Cosmos",
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.23",
44
- "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.12",
45
- "@bitgo-beta/statics": "15.1.1-beta.24",
46
- "@bitgo-beta/utxo-lib": "8.0.3-beta.23",
43
+ "@bitgo-beta/sdk-core": "8.2.1-beta.25",
44
+ "@bitgo-beta/sdk-lib-mpc": "8.2.0-beta.15",
45
+ "@bitgo-beta/statics": "15.1.1-beta.27",
46
+ "@bitgo-beta/utxo-lib": "8.0.3-beta.25",
47
47
  "@cosmjs/amino": "^0.29.5",
48
48
  "@cosmjs/crypto": "^0.29.5",
49
49
  "@cosmjs/encoding": "^0.29.5",
@@ -55,10 +55,10 @@
55
55
  "superagent": "^3.8.3"
56
56
  },
57
57
  "devDependencies": {
58
- "@bitgo-beta/sdk-api": "1.10.1-beta.23",
59
- "@bitgo-beta/sdk-test": "^1.2.18",
58
+ "@bitgo-beta/sdk-api": "1.10.1-beta.25",
59
+ "@bitgo-beta/sdk-test": "^1.2.23",
60
60
  "@types/lodash": "^4.14.183",
61
61
  "axios": "^1.3.4"
62
62
  },
63
- "gitHead": "93611838dc442920a2844306a1c9fe5370f77ef1"
63
+ "gitHead": "9de0fb6306be7863ae05d12e2e16ef383beb0870"
64
64
  }