@bitgo-beta/sdk-coin-bsc 1.3.3-alpha.12 → 1.3.3-alpha.14
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 +21 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,27 @@
|
|
|
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.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.1.0...@bitgo/sdk-coin-bsc@3.1.1) (2022-12-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-bsc
|
|
9
|
+
|
|
10
|
+
# [3.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@3.0.0...@bitgo/sdk-coin-bsc@3.1.0) (2022-12-01)
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- **sdk-core:** add keyDerive to ECDSA TSS implementation ([9ff1d89](https://github.com/BitGo/BitGoJS/commit/9ff1d89ba0e42d53640f0fe7b71c53d1a2eb4a10))
|
|
15
|
+
|
|
16
|
+
# [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@1.3.0...@bitgo/sdk-coin-bsc@3.0.0) (2022-11-29)
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
- **sdk-core:** add VSS share generation and verification ([619f254](https://github.com/BitGo/BitGoJS/commit/619f2542f9c44f8468460864f78b975a2ccb7b7f))
|
|
21
|
+
|
|
22
|
+
### BREAKING CHANGES
|
|
23
|
+
|
|
24
|
+
- **sdk-core:** Key shares require a `v` value for combination.
|
|
25
|
+
ISSUE: BG-57633
|
|
26
|
+
|
|
6
27
|
# [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@1.3.0...@bitgo/sdk-coin-bsc@2.0.0) (2022-11-04)
|
|
7
28
|
|
|
8
29
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/sdk-coin-bsc",
|
|
3
|
-
"version": "1.3.3-alpha.
|
|
3
|
+
"version": "1.3.3-alpha.14",
|
|
4
4
|
"description": "BitGo SDK coin library for Binance Smart Chain",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@bitgo-beta/abstract-eth": "1.2.3-alpha.
|
|
44
|
-
"@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.
|
|
45
|
-
"@bitgo-beta/sdk-core": "2.4.1-alpha.
|
|
46
|
-
"@bitgo-beta/statics": "10.0.1-alpha.
|
|
43
|
+
"@bitgo-beta/abstract-eth": "1.2.3-alpha.14",
|
|
44
|
+
"@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.14",
|
|
45
|
+
"@bitgo-beta/sdk-core": "2.4.1-alpha.14",
|
|
46
|
+
"@bitgo-beta/statics": "10.0.1-alpha.14",
|
|
47
47
|
"@ethereumjs/common": "^2.4.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@bitgo-beta/sdk-api": "1.6.1-alpha.
|
|
51
|
-
"@bitgo-beta/sdk-test": "^1.2.
|
|
50
|
+
"@bitgo-beta/sdk-api": "1.6.1-alpha.14",
|
|
51
|
+
"@bitgo-beta/sdk-test": "^1.2.7"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "f6162ffcc880bd7e59858e34cafc06726181b567"
|
|
54
54
|
}
|