@bitgo-beta/sdk-coin-ethw 1.3.3-alpha.91 → 1.3.3-alpha.93

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 +168 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,174 @@
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
+ # [8.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.5.0...@bitgo/sdk-coin-ethw@8.0.0) (2023-12-05)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
11
+
12
+ ### Code Refactoring
13
+
14
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
15
+
16
+ ### BREAKING CHANGES
17
+
18
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
19
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
20
+ getCustomChainName method is removed from Polygon class because a common
21
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
22
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
23
+ and needs to be passed to derive the Eth common object from the chainId.
24
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
25
+ it can be used for other EthLike coins. getBaseFactor method in Eth
26
+ and Polygon class returns number instead of string just to align with
27
+ AbstractEthLikeCoin
28
+ Ticket: WIN-1012
29
+
30
+ # [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.5.0...@bitgo/sdk-coin-ethw@7.0.0) (2023-11-28)
31
+
32
+ ### Bug Fixes
33
+
34
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
35
+
36
+ ### Code Refactoring
37
+
38
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
39
+
40
+ ### BREAKING CHANGES
41
+
42
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
43
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
44
+ getCustomChainName method is removed from Polygon class because a common
45
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
46
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
47
+ and needs to be passed to derive the Eth common object from the chainId.
48
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
49
+ it can be used for other EthLike coins. getBaseFactor method in Eth
50
+ and Polygon class returns number instead of string just to align with
51
+ AbstractEthLikeCoin
52
+ Ticket: WIN-1012
53
+
54
+ # [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.5.0...@bitgo/sdk-coin-ethw@6.0.0) (2023-11-24)
55
+
56
+ ### Bug Fixes
57
+
58
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
59
+
60
+ ### Code Refactoring
61
+
62
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
63
+
64
+ ### BREAKING CHANGES
65
+
66
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
67
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
68
+ getCustomChainName method is removed from Polygon class because a common
69
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
70
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
71
+ and needs to be passed to derive the Eth common object from the chainId.
72
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
73
+ it can be used for other EthLike coins. getBaseFactor method in Eth
74
+ and Polygon class returns number instead of string just to align with
75
+ AbstractEthLikeCoin
76
+ Ticket: WIN-1012
77
+
78
+ # [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.5.0...@bitgo/sdk-coin-ethw@5.0.0) (2023-11-17)
79
+
80
+ ### Bug Fixes
81
+
82
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
83
+
84
+ ### Code Refactoring
85
+
86
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
87
+
88
+ ### BREAKING CHANGES
89
+
90
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
91
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
92
+ getCustomChainName method is removed from Polygon class because a common
93
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
94
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
95
+ and needs to be passed to derive the Eth common object from the chainId.
96
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
97
+ it can be used for other EthLike coins. getBaseFactor method in Eth
98
+ and Polygon class returns number instead of string just to align with
99
+ AbstractEthLikeCoin
100
+ Ticket: WIN-1012
101
+
102
+ # [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.5.0...@bitgo/sdk-coin-ethw@4.0.0) (2023-11-13)
103
+
104
+ ### Bug Fixes
105
+
106
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
107
+
108
+ ### Code Refactoring
109
+
110
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
111
+
112
+ ### BREAKING CHANGES
113
+
114
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
115
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
116
+ getCustomChainName method is removed from Polygon class because a common
117
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
118
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
119
+ and needs to be passed to derive the Eth common object from the chainId.
120
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
121
+ it can be used for other EthLike coins. getBaseFactor method in Eth
122
+ and Polygon class returns number instead of string just to align with
123
+ AbstractEthLikeCoin
124
+ Ticket: WIN-1012
125
+
126
+ # [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.5.0...@bitgo/sdk-coin-ethw@3.0.0) (2023-11-13)
127
+
128
+ ### Bug Fixes
129
+
130
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
131
+
132
+ ### Code Refactoring
133
+
134
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
135
+
136
+ ### BREAKING CHANGES
137
+
138
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
139
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
140
+ getCustomChainName method is removed from Polygon class because a common
141
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
142
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
143
+ and needs to be passed to derive the Eth common object from the chainId.
144
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
145
+ it can be used for other EthLike coins. getBaseFactor method in Eth
146
+ and Polygon class returns number instead of string just to align with
147
+ AbstractEthLikeCoin
148
+ Ticket: WIN-1012
149
+
150
+ # [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.5.0...@bitgo/sdk-coin-ethw@2.0.0) (2023-11-13)
151
+
152
+ ### Bug Fixes
153
+
154
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
155
+
156
+ ### Code Refactoring
157
+
158
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
159
+
160
+ ### BREAKING CHANGES
161
+
162
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
163
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
164
+ getCustomChainName method is removed from Polygon class because a common
165
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
166
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
167
+ and needs to be passed to derive the Eth common object from the chainId.
168
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
169
+ it can be used for other EthLike coins. getBaseFactor method in Eth
170
+ and Polygon class returns number instead of string just to align with
171
+ AbstractEthLikeCoin
172
+ Ticket: WIN-1012
173
+
6
174
  ## [1.5.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-ethw@1.5.0...@bitgo/sdk-coin-ethw@1.5.13) (2023-10-20)
7
175
 
8
176
  **Note:** Version bump only for package @bitgo/sdk-coin-ethw
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-ethw",
3
- "version": "1.3.3-alpha.91",
3
+ "version": "1.3.3-alpha.93",
4
4
  "description": "BitGo SDK coin library for Ethereum pow",
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/sdk-coin-eth": "2.4.1-alpha.92",
44
- "@bitgo-beta/sdk-core": "2.4.1-alpha.92",
45
- "@bitgo-beta/statics": "10.0.1-alpha.92",
43
+ "@bitgo-beta/sdk-coin-eth": "2.4.1-alpha.94",
44
+ "@bitgo-beta/sdk-core": "2.4.1-alpha.94",
45
+ "@bitgo-beta/statics": "10.0.1-alpha.94",
46
46
  "ethereumjs-util": "7.1.5",
47
47
  "superagent": "^3.8.3"
48
48
  },
49
49
  "devDependencies": {
50
- "@bitgo-beta/sdk-api": "1.6.1-alpha.92",
51
- "@bitgo-beta/sdk-test": "^1.2.43"
50
+ "@bitgo-beta/sdk-api": "1.6.1-alpha.94",
51
+ "@bitgo-beta/sdk-test": "^1.2.50"
52
52
  },
53
- "gitHead": "3b6f80a66ea0d89df6785b63f16df31c94199ae0"
53
+ "gitHead": "283892837b2eddd062dcc489c370ee120fdcf459"
54
54
  }