@bitgo/sdk-coin-eth 1.1.1 → 1.1.2-rc.0

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 +14 -32
  2. package/package.json +6 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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
+ ## [1.1.2-rc.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@1.1.1...@bitgo/sdk-coin-eth@1.1.2-rc.0) (2022-07-26)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@1.1.1-rc.1...@bitgo/sdk-coin-eth@1.1.1) (2022-07-21)
7
15
 
8
16
  **Note:** Version bump only for package @bitgo/sdk-coin-eth
@@ -40,67 +48,41 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
40
48
 
41
49
  # [1.1.0-rc.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@1.1.0-rc.1...@bitgo/sdk-coin-eth@1.1.0-rc.3) (2022-07-19)
42
50
 
51
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
43
52
 
44
- ### Bug Fixes
45
-
46
- * **sdk-coin-eth:** modify buildAddressInitializationTransaction method ([3cc205f](https://github.com/BitGo/BitGoJS/commit/3cc205f6e216fa4245dcebefe584de708f4037b0))
47
-
48
-
53
+ # [1.1.0-rc.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@1.1.0-rc.1...@bitgo/sdk-coin-eth@1.1.0-rc.3) (2022-07-19)
49
54
 
55
+ ### Bug Fixes
50
56
 
57
+ - **sdk-coin-eth:** modify buildAddressInitializationTransaction method ([3cc205f](https://github.com/BitGo/BitGoJS/commit/3cc205f6e216fa4245dcebefe584de708f4037b0))
51
58
 
52
59
  # [1.1.0-rc.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@1.1.0-rc.1...@bitgo/sdk-coin-eth@1.1.0-rc.2) (2022-07-18)
53
60
 
54
61
  **Note:** Version bump only for package @bitgo/sdk-coin-eth
55
62
 
56
-
57
-
58
-
59
-
60
63
  # [1.1.0-rc.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@1.1.0-rc.0...@bitgo/sdk-coin-eth@1.1.0-rc.1) (2022-07-15)
61
64
 
62
65
  **Note:** Version bump only for package @bitgo/sdk-coin-eth
63
66
 
64
-
65
-
66
-
67
-
68
67
  # [1.1.0-rc.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@1.0.1-rc.2...@bitgo/sdk-coin-eth@1.1.0-rc.0) (2022-07-15)
69
68
 
70
-
71
69
  ### Features
72
70
 
73
- * **account-lib:** get rid of old ethereum lib ([abd2247](https://github.com/BitGo/BitGoJS/commit/abd2247047218d8cbd8ec7067d227721357f5fcc))
74
- * **sdk-coin-eth:** modify address init code ([16c8985](https://github.com/BitGo/BitGoJS/commit/16c8985c7ff1498a413835d473fe7e9472685f13))
75
-
76
-
77
-
78
-
71
+ - **account-lib:** get rid of old ethereum lib ([abd2247](https://github.com/BitGo/BitGoJS/commit/abd2247047218d8cbd8ec7067d227721357f5fcc))
72
+ - **sdk-coin-eth:** modify address init code ([16c8985](https://github.com/BitGo/BitGoJS/commit/16c8985c7ff1498a413835d473fe7e9472685f13))
79
73
 
80
74
  ## [1.0.1-rc.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@1.0.1-rc.2...@bitgo/sdk-coin-eth@1.0.1-rc.3) (2022-07-14)
81
75
 
82
76
  **Note:** Version bump only for package @bitgo/sdk-coin-eth
83
77
 
84
-
85
-
86
-
87
-
88
78
  ## [1.0.1-rc.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@1.0.1-rc.1...@bitgo/sdk-coin-eth@1.0.1-rc.2) (2022-07-12)
89
79
 
90
80
  **Note:** Version bump only for package @bitgo/sdk-coin-eth
91
81
 
92
-
93
-
94
-
95
-
96
82
  ## [1.0.1-rc.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@1.0.1-rc.0...@bitgo/sdk-coin-eth@1.0.1-rc.1) (2022-07-11)
97
83
 
98
84
  **Note:** Version bump only for package @bitgo/sdk-coin-eth
99
85
 
100
-
101
-
102
-
103
-
104
86
  ## 1.0.1-rc.0 (2022-07-07)
105
87
 
106
88
  **Note:** Version bump only for package @bitgo/sdk-coin-eth
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo/sdk-coin-eth",
3
- "version": "1.1.1",
3
+ "version": "1.1.2-rc.0",
4
4
  "description": "BitGo SDK coin library for Ethereum",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -41,9 +41,8 @@
41
41
  ]
42
42
  },
43
43
  "dependencies": {
44
- "@bitgo/ethereumjs-utils-old": "npm:ethereumjs-util@5.2.0",
45
- "@bitgo/sdk-core": "^1.1.1",
46
- "@bitgo/statics": "^7.1.0",
44
+ "@bitgo/sdk-core": "^1.2.0-rc.0",
45
+ "@bitgo/statics": "^8.0.0-rc.0",
47
46
  "@ethereumjs/common": "^2.4.0",
48
47
  "@ethereumjs/tx": "^3.3.0",
49
48
  "bignumber.js": "^9.0.0",
@@ -59,9 +58,9 @@
59
58
  "superagent": "^3.8.3"
60
59
  },
61
60
  "devDependencies": {
62
- "@bitgo/sdk-api": "^1.1.1",
63
- "@bitgo/sdk-test": "^1.0.2",
61
+ "@bitgo/sdk-api": "^1.1.2-rc.0",
62
+ "@bitgo/sdk-test": "^1.0.3-rc.0",
64
63
  "tweetnacl": "^1.0.3"
65
64
  },
66
- "gitHead": "876591201b3a0ac5da8fc87e8dd29abc456ca424"
65
+ "gitHead": "bdd4601d84f34ec237fad41dc90c175e18d55450"
67
66
  }