@bitgo-beta/sdk-coin-eth 4.4.1-beta.22 → 4.4.1-beta.220

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