@bitgo-beta/sdk-coin-bsc 1.0.1-beta.8 → 1.3.2

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 ADDED
@@ -0,0 +1,27 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [1.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@1.3.0...@bitgo/sdk-coin-bsc@1.3.2) (2022-10-27)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-bsc
9
+
10
+ ## [1.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-bsc@1.3.0...@bitgo/sdk-coin-bsc@1.3.1) (2022-10-25)
11
+
12
+ **Note:** Version bump only for package @bitgo/sdk-coin-bsc
13
+
14
+ # 1.3.0 (2022-10-18)
15
+
16
+ ### Bug Fixes
17
+
18
+ - **sdk-core:** ecdsa send signing bitgo's n share u ([1cb1e93](https://github.com/BitGo/BitGoJS/commit/1cb1e933c692f454de538b3b189ef2feb1b39475))
19
+ - **sdk-core:** tss wallet creation related bugs ([500c735](https://github.com/BitGo/BitGoJS/commit/500c73527edd902b65cfd784ea1022a21e0f6319))
20
+
21
+ ### Features
22
+
23
+ - **sdk-coin-bsc:** add key pair ([17d3e0b](https://github.com/BitGo/BitGoJS/commit/17d3e0b72590b6ba34c45c6617265709ad70f955))
24
+ - **sdk-coin-bsc:** add transfer and transaction builders ([1c27a63](https://github.com/BitGo/BitGoJS/commit/1c27a6343f30d341588eadd2a323b4ac2fe73646))
25
+ - **sdk-coin-bsc:** create bsc module ([b55ca71](https://github.com/BitGo/BitGoJS/commit/b55ca7173e27ee2d75d342b6706698769f11734f))
26
+ - **sdk-coin-bsc:** replace bsc keypair with eth keypair ([e297107](https://github.com/BitGo/BitGoJS/commit/e297107f8f5e233acb1ef2d5f3c2bf5ade460f64))
27
+ - **sdk-coin-bsc:** support tokens for bsc ([44d2af8](https://github.com/BitGo/BitGoJS/commit/44d2af8f3f14bc61d31e6a0b8482a68db2a7d23e))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-bsc",
3
- "version": "1.0.1-beta.8",
3
+ "version": "1.3.2",
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.0.2-beta.8",
44
- "@bitgo-beta/sdk-coin-eth": "1.1.1-beta.8",
45
- "@bitgo-beta/sdk-core": "1.1.1-beta.8",
46
- "@bitgo-beta/statics": "7.0.1-beta.8",
43
+ "@bitgo-beta/abstract-eth": "^1.2.2",
44
+ "@bitgo-beta/sdk-coin-eth": "^2.4.0",
45
+ "@bitgo-beta/sdk-core": "^2.4.0",
46
+ "@bitgo-beta/statics": "^10.0.0",
47
47
  "@ethereumjs/common": "^2.4.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@bitgo-beta/sdk-api": "1.1.1-beta.8",
51
- "@bitgo-beta/sdk-test": "^1.0.1"
50
+ "@bitgo-beta/sdk-api": "^1.6.0",
51
+ "@bitgo-beta/sdk-test": "^1.2.2"
52
52
  },
53
- "gitHead": "c0a7aa55e872f2528d06759d1f8c63e71feb79af"
53
+ "gitHead": "198d63353fe20c1fe74d2d6518de57e0fe17f4dc"
54
54
  }