@bitgo-beta/sdk-coin-eth 4.4.1-beta.21 → 4.4.1-beta.211

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 (64) hide show
  1. package/CHANGELOG.md +652 -0
  2. package/dist/src/erc20Token.d.ts +12 -4
  3. package/dist/src/erc20Token.d.ts.map +1 -1
  4. package/dist/src/erc20Token.js +20 -3
  5. package/dist/src/eth.d.ts +20 -534
  6. package/dist/src/eth.d.ts.map +1 -1
  7. package/dist/src/eth.js +180 -1609
  8. package/dist/src/gteth.d.ts +0 -4
  9. package/dist/src/gteth.d.ts.map +1 -1
  10. package/dist/src/gteth.js +1 -11
  11. package/dist/src/hteth.d.ts +8 -0
  12. package/dist/src/hteth.d.ts.map +1 -0
  13. package/dist/src/hteth.js +14 -0
  14. package/dist/src/index.d.ts +1 -0
  15. package/dist/src/index.d.ts.map +1 -1
  16. package/dist/src/index.js +2 -1
  17. package/dist/src/lib/index.d.ts +4 -13
  18. package/dist/src/lib/index.d.ts.map +1 -1
  19. package/dist/src/lib/index.js +12 -29
  20. package/dist/src/lib/transactionBuilder.d.ts +3 -212
  21. package/dist/src/lib/transactionBuilder.d.ts.map +1 -1
  22. package/dist/src/lib/transactionBuilder.js +10 -675
  23. package/dist/src/lib/transferBuilder.d.ts +2 -50
  24. package/dist/src/lib/transferBuilder.d.ts.map +1 -1
  25. package/dist/src/lib/transferBuilder.js +3 -199
  26. package/dist/src/lib/transferBuilders/index.d.ts +2 -3
  27. package/dist/src/lib/transferBuilders/index.d.ts.map +1 -1
  28. package/dist/src/lib/transferBuilders/index.js +6 -14
  29. package/dist/src/lib/walletUtil.d.ts +0 -25
  30. package/dist/src/lib/walletUtil.d.ts.map +1 -1
  31. package/dist/src/lib/walletUtil.js +2 -27
  32. package/dist/src/register.d.ts.map +1 -1
  33. package/dist/src/register.js +3 -1
  34. package/dist/src/teth.d.ts +0 -3
  35. package/dist/src/teth.d.ts.map +1 -1
  36. package/dist/src/teth.js +1 -8
  37. package/package.json +10 -16
  38. package/dist/src/lib/contractCall.d.ts +0 -8
  39. package/dist/src/lib/contractCall.d.ts.map +0 -1
  40. package/dist/src/lib/contractCall.js +0 -17
  41. package/dist/src/lib/iface.d.ts +0 -130
  42. package/dist/src/lib/iface.d.ts.map +0 -1
  43. package/dist/src/lib/iface.js +0 -8
  44. package/dist/src/lib/keyPair.d.ts +0 -26
  45. package/dist/src/lib/keyPair.d.ts.map +0 -1
  46. package/dist/src/lib/keyPair.js +0 -66
  47. package/dist/src/lib/transaction.d.ts +0 -64
  48. package/dist/src/lib/transaction.d.ts.map +0 -1
  49. package/dist/src/lib/transaction.js +0 -137
  50. package/dist/src/lib/transferBuilders/baseNFTTransferBuilder.d.ts +0 -47
  51. package/dist/src/lib/transferBuilders/baseNFTTransferBuilder.d.ts.map +0 -1
  52. package/dist/src/lib/transferBuilders/baseNFTTransferBuilder.js +0 -113
  53. package/dist/src/lib/transferBuilders/transferBuilderERC1155.d.ts +0 -14
  54. package/dist/src/lib/transferBuilders/transferBuilderERC1155.d.ts.map +0 -1
  55. package/dist/src/lib/transferBuilders/transferBuilderERC1155.js +0 -83
  56. package/dist/src/lib/transferBuilders/transferBuilderERC721.d.ts +0 -13
  57. package/dist/src/lib/transferBuilders/transferBuilderERC721.d.ts.map +0 -1
  58. package/dist/src/lib/transferBuilders/transferBuilderERC721.js +0 -68
  59. package/dist/src/lib/types.d.ts +0 -39
  60. package/dist/src/lib/types.d.ts.map +0 -1
  61. package/dist/src/lib/types.js +0 -137
  62. package/dist/src/lib/utils.d.ts +0 -227
  63. package/dist/src/lib/utils.d.ts.map +0 -1
  64. package/dist/src/lib/utils.js +0 -577
package/CHANGELOG.md CHANGED
@@ -3,6 +3,658 @@
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
+ # [14.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@14.0.0) (2023-12-18)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
11
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
12
+
13
+ ### Code Refactoring
14
+
15
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
16
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
17
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
18
+
19
+ ### Features
20
+
21
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
22
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
23
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
24
+
25
+ ### BREAKING CHANGES
26
+
27
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
28
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
29
+ getCustomChainName method is removed from Polygon class because a common
30
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
31
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
32
+ and needs to be passed to derive the Eth common object from the chainId.
33
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
34
+ it can be used for other EthLike coins. getBaseFactor method in Eth
35
+ and Polygon class returns number instead of string just to align with
36
+ AbstractEthLikeCoin
37
+ Ticket: WIN-1012
38
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
39
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
40
+ getCustomChainName method is removed from Polygon class because a common
41
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
42
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
43
+ and needs to be passed to derive the Eth common object from the chainId.
44
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
45
+ it can be used for other EthLike coins. getBaseFactor method in Eth
46
+ and Polygon class returns number instead of string just to align with
47
+ AbstractEthLikeCoin
48
+ Ticket: WIN-1012
49
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
50
+ class in abstract-eth module because TransactionBuilder in the
51
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
52
+ be added to the class that will inherit EthLikeToken class
53
+
54
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
55
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
56
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
57
+ support for hop transactions, batch transactions, etc
58
+
59
+ TICKET: WIN-1021
60
+
61
+ # [13.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@13.0.0) (2023-12-12)
62
+
63
+ ### Bug Fixes
64
+
65
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
66
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
67
+
68
+ ### Code Refactoring
69
+
70
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
71
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
72
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
73
+
74
+ ### Features
75
+
76
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
77
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
78
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
79
+
80
+ ### BREAKING CHANGES
81
+
82
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
83
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
84
+ getCustomChainName method is removed from Polygon class because a common
85
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
86
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
87
+ and needs to be passed to derive the Eth common object from the chainId.
88
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
89
+ it can be used for other EthLike coins. getBaseFactor method in Eth
90
+ and Polygon class returns number instead of string just to align with
91
+ AbstractEthLikeCoin
92
+ Ticket: WIN-1012
93
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
94
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
95
+ getCustomChainName method is removed from Polygon class because a common
96
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
97
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
98
+ and needs to be passed to derive the Eth common object from the chainId.
99
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
100
+ it can be used for other EthLike coins. getBaseFactor method in Eth
101
+ and Polygon class returns number instead of string just to align with
102
+ AbstractEthLikeCoin
103
+ Ticket: WIN-1012
104
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
105
+ class in abstract-eth module because TransactionBuilder in the
106
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
107
+ be added to the class that will inherit EthLikeToken class
108
+
109
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
110
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
111
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
112
+ support for hop transactions, batch transactions, etc
113
+
114
+ TICKET: WIN-1021
115
+
116
+ # [12.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@12.0.0) (2023-12-09)
117
+
118
+ ### Bug Fixes
119
+
120
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
121
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
122
+
123
+ ### Code Refactoring
124
+
125
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
126
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
127
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
128
+
129
+ ### Features
130
+
131
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
132
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
133
+
134
+ ### BREAKING CHANGES
135
+
136
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
137
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
138
+ getCustomChainName method is removed from Polygon class because a common
139
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
140
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
141
+ and needs to be passed to derive the Eth common object from the chainId.
142
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
143
+ it can be used for other EthLike coins. getBaseFactor method in Eth
144
+ and Polygon class returns number instead of string just to align with
145
+ AbstractEthLikeCoin
146
+ Ticket: WIN-1012
147
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
148
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
149
+ getCustomChainName method is removed from Polygon class because a common
150
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
151
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
152
+ and needs to be passed to derive the Eth common object from the chainId.
153
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
154
+ it can be used for other EthLike coins. getBaseFactor method in Eth
155
+ and Polygon class returns number instead of string just to align with
156
+ AbstractEthLikeCoin
157
+ Ticket: WIN-1012
158
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
159
+ class in abstract-eth module because TransactionBuilder in the
160
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
161
+ be added to the class that will inherit EthLikeToken class
162
+
163
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
164
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
165
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
166
+ support for hop transactions, batch transactions, etc
167
+
168
+ TICKET: WIN-1021
169
+
170
+ # [11.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@11.0.0) (2023-12-05)
171
+
172
+ ### Bug Fixes
173
+
174
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
175
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
176
+
177
+ ### Code Refactoring
178
+
179
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
180
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
181
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
182
+
183
+ ### Features
184
+
185
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
186
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
187
+
188
+ ### BREAKING CHANGES
189
+
190
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
191
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
192
+ getCustomChainName method is removed from Polygon class because a common
193
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
194
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
195
+ and needs to be passed to derive the Eth common object from the chainId.
196
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
197
+ it can be used for other EthLike coins. getBaseFactor method in Eth
198
+ and Polygon class returns number instead of string just to align with
199
+ AbstractEthLikeCoin
200
+ Ticket: WIN-1012
201
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
202
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
203
+ getCustomChainName method is removed from Polygon class because a common
204
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
205
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
206
+ and needs to be passed to derive the Eth common object from the chainId.
207
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
208
+ it can be used for other EthLike coins. getBaseFactor method in Eth
209
+ and Polygon class returns number instead of string just to align with
210
+ AbstractEthLikeCoin
211
+ Ticket: WIN-1012
212
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
213
+ class in abstract-eth module because TransactionBuilder in the
214
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
215
+ be added to the class that will inherit EthLikeToken class
216
+
217
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
218
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
219
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
220
+ support for hop transactions, batch transactions, etc
221
+
222
+ TICKET: WIN-1021
223
+
224
+ # [10.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@10.0.0) (2023-11-28)
225
+
226
+ ### Bug Fixes
227
+
228
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
229
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
230
+
231
+ ### Code Refactoring
232
+
233
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
234
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
235
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
236
+
237
+ ### Features
238
+
239
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
240
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
241
+
242
+ ### BREAKING CHANGES
243
+
244
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
245
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
246
+ getCustomChainName method is removed from Polygon class because a common
247
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
248
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
249
+ and needs to be passed to derive the Eth common object from the chainId.
250
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
251
+ it can be used for other EthLike coins. getBaseFactor method in Eth
252
+ and Polygon class returns number instead of string just to align with
253
+ AbstractEthLikeCoin
254
+ Ticket: WIN-1012
255
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
256
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
257
+ getCustomChainName method is removed from Polygon class because a common
258
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
259
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
260
+ and needs to be passed to derive the Eth common object from the chainId.
261
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
262
+ it can be used for other EthLike coins. getBaseFactor method in Eth
263
+ and Polygon class returns number instead of string just to align with
264
+ AbstractEthLikeCoin
265
+ Ticket: WIN-1012
266
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
267
+ class in abstract-eth module because TransactionBuilder in the
268
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
269
+ be added to the class that will inherit EthLikeToken class
270
+
271
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
272
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
273
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
274
+ support for hop transactions, batch transactions, etc
275
+
276
+ TICKET: WIN-1021
277
+
278
+ # [9.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@9.0.0) (2023-11-24)
279
+
280
+ ### Bug Fixes
281
+
282
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
283
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
284
+
285
+ ### Code Refactoring
286
+
287
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
288
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
289
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
290
+
291
+ ### Features
292
+
293
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
294
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
295
+
296
+ ### BREAKING CHANGES
297
+
298
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
299
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
300
+ getCustomChainName method is removed from Polygon class because a common
301
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
302
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
303
+ and needs to be passed to derive the Eth common object from the chainId.
304
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
305
+ it can be used for other EthLike coins. getBaseFactor method in Eth
306
+ and Polygon class returns number instead of string just to align with
307
+ AbstractEthLikeCoin
308
+ Ticket: WIN-1012
309
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
310
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
311
+ getCustomChainName method is removed from Polygon class because a common
312
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
313
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
314
+ and needs to be passed to derive the Eth common object from the chainId.
315
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
316
+ it can be used for other EthLike coins. getBaseFactor method in Eth
317
+ and Polygon class returns number instead of string just to align with
318
+ AbstractEthLikeCoin
319
+ Ticket: WIN-1012
320
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
321
+ class in abstract-eth module because TransactionBuilder in the
322
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
323
+ be added to the class that will inherit EthLikeToken class
324
+
325
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
326
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
327
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
328
+ support for hop transactions, batch transactions, etc
329
+
330
+ TICKET: WIN-1021
331
+
332
+ # [8.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@8.0.0) (2023-11-17)
333
+
334
+ ### Bug Fixes
335
+
336
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
337
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
338
+
339
+ ### Code Refactoring
340
+
341
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
342
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
343
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
344
+
345
+ ### Features
346
+
347
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
348
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
349
+
350
+ ### BREAKING CHANGES
351
+
352
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
353
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
354
+ getCustomChainName method is removed from Polygon class because a common
355
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
356
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
357
+ and needs to be passed to derive the Eth common object from the chainId.
358
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
359
+ it can be used for other EthLike coins. getBaseFactor method in Eth
360
+ and Polygon class returns number instead of string just to align with
361
+ AbstractEthLikeCoin
362
+ Ticket: WIN-1012
363
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
364
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
365
+ getCustomChainName method is removed from Polygon class because a common
366
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
367
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
368
+ and needs to be passed to derive the Eth common object from the chainId.
369
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
370
+ it can be used for other EthLike coins. getBaseFactor method in Eth
371
+ and Polygon class returns number instead of string just to align with
372
+ AbstractEthLikeCoin
373
+ Ticket: WIN-1012
374
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
375
+ class in abstract-eth module because TransactionBuilder in the
376
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
377
+ be added to the class that will inherit EthLikeToken class
378
+
379
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
380
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
381
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
382
+ support for hop transactions, batch transactions, etc
383
+
384
+ TICKET: WIN-1021
385
+
386
+ # [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@7.0.0) (2023-11-13)
387
+
388
+ ### Bug Fixes
389
+
390
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
391
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
392
+
393
+ ### Code Refactoring
394
+
395
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
396
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
397
+
398
+ ### Features
399
+
400
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
401
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
402
+
403
+ ### BREAKING CHANGES
404
+
405
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
406
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
407
+ getCustomChainName method is removed from Polygon class because a common
408
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
409
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
410
+ and needs to be passed to derive the Eth common object from the chainId.
411
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
412
+ it can be used for other EthLike coins. getBaseFactor method in Eth
413
+ and Polygon class returns number instead of string just to align with
414
+ AbstractEthLikeCoin
415
+ Ticket: WIN-1012
416
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
417
+ class in abstract-eth module because TransactionBuilder in the
418
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
419
+ be added to the class that will inherit EthLikeToken class
420
+
421
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
422
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
423
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
424
+ support for hop transactions, batch transactions, etc
425
+
426
+ TICKET: WIN-1021
427
+
428
+ # [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@6.0.0) (2023-11-13)
429
+
430
+ ### Bug Fixes
431
+
432
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
433
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
434
+
435
+ ### Code Refactoring
436
+
437
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
438
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
439
+
440
+ ### Features
441
+
442
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
443
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
444
+
445
+ ### BREAKING CHANGES
446
+
447
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
448
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
449
+ getCustomChainName method is removed from Polygon class because a common
450
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
451
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
452
+ and needs to be passed to derive the Eth common object from the chainId.
453
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
454
+ it can be used for other EthLike coins. getBaseFactor method in Eth
455
+ and Polygon class returns number instead of string just to align with
456
+ AbstractEthLikeCoin
457
+ Ticket: WIN-1012
458
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
459
+ class in abstract-eth module because TransactionBuilder in the
460
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
461
+ be added to the class that will inherit EthLikeToken class
462
+
463
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
464
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
465
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
466
+ support for hop transactions, batch transactions, etc
467
+
468
+ TICKET: WIN-1021
469
+
470
+ # [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@5.0.0) (2023-11-13)
471
+
472
+ ### Bug Fixes
473
+
474
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
475
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
476
+
477
+ ### Code Refactoring
478
+
479
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
480
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
481
+
482
+ ### Features
483
+
484
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
485
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
486
+
487
+ ### BREAKING CHANGES
488
+
489
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
490
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
491
+ getCustomChainName method is removed from Polygon class because a common
492
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
493
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
494
+ and needs to be passed to derive the Eth common object from the chainId.
495
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
496
+ it can be used for other EthLike coins. getBaseFactor method in Eth
497
+ and Polygon class returns number instead of string just to align with
498
+ AbstractEthLikeCoin
499
+ Ticket: WIN-1012
500
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
501
+ class in abstract-eth module because TransactionBuilder in the
502
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
503
+ be added to the class that will inherit EthLikeToken class
504
+
505
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
506
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
507
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
508
+ support for hop transactions, batch transactions, etc
509
+
510
+ TICKET: WIN-1021
511
+
512
+ # [4.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.10.0) (2023-10-20)
513
+
514
+ ### Bug Fixes
515
+
516
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
517
+
518
+ ### Features
519
+
520
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
521
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
522
+
523
+ # [4.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.9.0) (2023-10-18)
524
+
525
+ ### Bug Fixes
526
+
527
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
528
+
529
+ ### Features
530
+
531
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
532
+
533
+ # [4.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.8.0) (2023-09-25)
534
+
535
+ ### Bug Fixes
536
+
537
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
538
+
539
+ ### Features
540
+
541
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
542
+
543
+ ## [4.7.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.10) (2023-09-09)
544
+
545
+ ### Bug Fixes
546
+
547
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
548
+
549
+ ## [4.7.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.9) (2023-09-09)
550
+
551
+ ### Bug Fixes
552
+
553
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
554
+
555
+ ## [4.7.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.8) (2023-09-07)
556
+
557
+ ### Bug Fixes
558
+
559
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
560
+
561
+ ## [4.7.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.7) (2023-09-05)
562
+
563
+ ### Bug Fixes
564
+
565
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
566
+
567
+ ## [4.7.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.6) (2023-09-01)
568
+
569
+ ### Bug Fixes
570
+
571
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
572
+
573
+ ## [4.7.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.5) (2023-08-29)
574
+
575
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
576
+
577
+ ## [4.7.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.4) (2023-08-25)
578
+
579
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
580
+
581
+ ## [4.7.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.3) (2023-08-24)
582
+
583
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
584
+
585
+ ## [4.7.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.2) (2023-08-16)
586
+
587
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
588
+
589
+ ## [4.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.1) (2023-08-16)
590
+
591
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
592
+
593
+ # [4.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.5.5...@bitgo/sdk-coin-eth@4.7.0) (2023-08-04)
594
+
595
+ ### Features
596
+
597
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
598
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
599
+
600
+ # [4.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.5.5...@bitgo/sdk-coin-eth@4.6.0) (2023-07-28)
601
+
602
+ ### Features
603
+
604
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
605
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
606
+
607
+ ## [4.5.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.5.4...@bitgo/sdk-coin-eth@4.5.5) (2023-07-18)
608
+
609
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
610
+
611
+ ## [4.5.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.5.3...@bitgo/sdk-coin-eth@4.5.4) (2023-06-21)
612
+
613
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
614
+
615
+ ## [4.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.5.2...@bitgo/sdk-coin-eth@4.5.3) (2023-06-14)
616
+
617
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
618
+
619
+ ## [4.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.5.1...@bitgo/sdk-coin-eth@4.5.2) (2023-06-13)
620
+
621
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
622
+
623
+ ## [4.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.5.0...@bitgo/sdk-coin-eth@4.5.1) (2023-06-07)
624
+
625
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
626
+
627
+ # [4.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.4.4...@bitgo/sdk-coin-eth@4.5.0) (2023-06-05)
628
+
629
+ ### Bug Fixes
630
+
631
+ - **root:** update module deps ([98e0945](https://github.com/BitGo/BitGoJS/commit/98e09451f3ead6a0dd7c3aa3df62f8d000ba2f0e))
632
+
633
+ ### Features
634
+
635
+ - **sdk-core:** paillier proof user<>backup ([8c0a381](https://github.com/BitGo/BitGoJS/commit/8c0a381318be2088572e06e34c3627323d7bfe38))
636
+ - **sdk-core:** refactor signConvert to steps ([94e2cae](https://github.com/BitGo/BitGoJS/commit/94e2cae6e1292a4e9684c3c2ab7141221137d52e))
637
+ - **sdk-core:** simplify mpc.appendChallenge ([67bee8f](https://github.com/BitGo/BitGoJS/commit/67bee8f1b4f37cd12d6d14ea4d51ddcfde679563))
638
+ - **sdk-lib-mpc:** make rangeProof challenges mandatory for appendChallenge ([1f68b30](https://github.com/BitGo/BitGoJS/commit/1f68b30676966720cb1a42c039e35d3ddeea4974))
639
+
640
+ ## [4.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.4.3...@bitgo/sdk-coin-eth@4.4.4) (2023-05-25)
641
+
642
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
643
+
644
+ ## [4.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.4.2...@bitgo/sdk-coin-eth@4.4.3) (2023-05-17)
645
+
646
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
647
+
648
+ ## [4.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.4.1...@bitgo/sdk-coin-eth@4.4.2) (2023-05-10)
649
+
650
+ ### Bug Fixes
651
+
652
+ - **sdk-coin-eth:** fix eth multisig recoveries ([6e49792](https://github.com/BitGo/BitGoJS/commit/6e49792bfdb670a9e10dad10df932767b8ac6cdd))
653
+
654
+ ## [4.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.4.0...@bitgo/sdk-coin-eth@4.4.1) (2023-05-03)
655
+
656
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
657
+
6
658
  # [4.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.3.1...@bitgo/sdk-coin-eth@4.4.0) (2023-04-25)
7
659
 
8
660
  ### Features