@bitgo-beta/sdk-coin-eth 4.4.1-beta.3 → 4.4.1-beta.300

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 +1138 -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 +38 -11
  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 +186 -1622
  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 +7 -2
  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 +17 -30
  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 +11 -15
  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,1144 @@
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
+ # [23.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@22.0.4...@bitgo/sdk-coin-eth@23.0.0) (2024-03-28)
7
+
8
+ ### Features
9
+
10
+ - **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
11
+
12
+ ### BREAKING CHANGES
13
+
14
+ - **root:** Node 16 is no longer supported in bitgojs.
15
+ TICKET: WP-1100
16
+
17
+ ## [22.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@22.0.3...@bitgo/sdk-coin-eth@22.0.4) (2024-03-19)
18
+
19
+ ### Bug Fixes
20
+
21
+ - factor gas and eip1559 params on ethlike token recovery ([7744d83](https://github.com/BitGo/BitGoJS/commit/7744d831f7d974802501245312787b81f8abae47))
22
+
23
+ ## [22.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@22.0.2...@bitgo/sdk-coin-eth@22.0.3) (2024-03-11)
24
+
25
+ ### Bug Fixes
26
+
27
+ - **sdk-coin-eth:** fix recover method in case of 0 funds ([748588f](https://github.com/BitGo/BitGoJS/commit/748588f9fdc726bf8b6c7afb42c71400045fdcb3))
28
+
29
+ ## [22.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@22.0.1...@bitgo/sdk-coin-eth@22.0.2) (2024-02-28)
30
+
31
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
32
+
33
+ ## [22.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@22.0.0...@bitgo/sdk-coin-eth@22.0.1) (2024-02-22)
34
+
35
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
36
+
37
+ # [22.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@22.0.0) (2024-02-19)
38
+
39
+ ### Bug Fixes
40
+
41
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
42
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
43
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
44
+
45
+ ### Code Refactoring
46
+
47
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
48
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
49
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
50
+
51
+ ### Features
52
+
53
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
54
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
55
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
56
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
57
+
58
+ ### BREAKING CHANGES
59
+
60
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
61
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
62
+ getCustomChainName method is removed from Polygon class because a common
63
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
64
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
65
+ and needs to be passed to derive the Eth common object from the chainId.
66
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
67
+ it can be used for other EthLike coins. getBaseFactor method in Eth
68
+ and Polygon class returns number instead of string just to align with
69
+ AbstractEthLikeCoin
70
+ Ticket: WIN-1012
71
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
72
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
73
+ getCustomChainName method is removed from Polygon class because a common
74
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
75
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
76
+ and needs to be passed to derive the Eth common object from the chainId.
77
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
78
+ it can be used for other EthLike coins. getBaseFactor method in Eth
79
+ and Polygon class returns number instead of string just to align with
80
+ AbstractEthLikeCoin
81
+ Ticket: WIN-1012
82
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
83
+ class in abstract-eth module because TransactionBuilder in the
84
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
85
+ be added to the class that will inherit EthLikeToken class
86
+
87
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
88
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
89
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
90
+ support for hop transactions, batch transactions, etc
91
+
92
+ TICKET: WIN-1021
93
+
94
+ # [21.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@21.0.0) (2024-01-30)
95
+
96
+ ### Bug Fixes
97
+
98
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
99
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
100
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
101
+
102
+ ### Code Refactoring
103
+
104
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
105
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
106
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
107
+
108
+ ### Features
109
+
110
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
111
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
112
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
113
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
114
+
115
+ ### BREAKING CHANGES
116
+
117
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
118
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
119
+ getCustomChainName method is removed from Polygon class because a common
120
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
121
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
122
+ and needs to be passed to derive the Eth common object from the chainId.
123
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
124
+ it can be used for other EthLike coins. getBaseFactor method in Eth
125
+ and Polygon class returns number instead of string just to align with
126
+ AbstractEthLikeCoin
127
+ Ticket: WIN-1012
128
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
129
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
130
+ getCustomChainName method is removed from Polygon class because a common
131
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
132
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
133
+ and needs to be passed to derive the Eth common object from the chainId.
134
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
135
+ it can be used for other EthLike coins. getBaseFactor method in Eth
136
+ and Polygon class returns number instead of string just to align with
137
+ AbstractEthLikeCoin
138
+ Ticket: WIN-1012
139
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
140
+ class in abstract-eth module because TransactionBuilder in the
141
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
142
+ be added to the class that will inherit EthLikeToken class
143
+
144
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
145
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
146
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
147
+ support for hop transactions, batch transactions, etc
148
+
149
+ TICKET: WIN-1021
150
+
151
+ # [20.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@20.0.0) (2024-01-26)
152
+
153
+ ### Bug Fixes
154
+
155
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
156
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
157
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
158
+
159
+ ### Code Refactoring
160
+
161
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
162
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
163
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
164
+
165
+ ### Features
166
+
167
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
168
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
169
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
170
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
171
+
172
+ ### BREAKING CHANGES
173
+
174
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
175
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
176
+ getCustomChainName method is removed from Polygon class because a common
177
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
178
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
179
+ and needs to be passed to derive the Eth common object from the chainId.
180
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
181
+ it can be used for other EthLike coins. getBaseFactor method in Eth
182
+ and Polygon class returns number instead of string just to align with
183
+ AbstractEthLikeCoin
184
+ Ticket: WIN-1012
185
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
186
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
187
+ getCustomChainName method is removed from Polygon class because a common
188
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
189
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
190
+ and needs to be passed to derive the Eth common object from the chainId.
191
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
192
+ it can be used for other EthLike coins. getBaseFactor method in Eth
193
+ and Polygon class returns number instead of string just to align with
194
+ AbstractEthLikeCoin
195
+ Ticket: WIN-1012
196
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
197
+ class in abstract-eth module because TransactionBuilder in the
198
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
199
+ be added to the class that will inherit EthLikeToken class
200
+
201
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
202
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
203
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
204
+ support for hop transactions, batch transactions, etc
205
+
206
+ TICKET: WIN-1021
207
+
208
+ # [19.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@19.0.0) (2024-01-26)
209
+
210
+ ### Bug Fixes
211
+
212
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
213
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
214
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
215
+
216
+ ### Code Refactoring
217
+
218
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
219
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
220
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
221
+
222
+ ### Features
223
+
224
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
225
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
226
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
227
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
228
+
229
+ ### BREAKING CHANGES
230
+
231
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
232
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
233
+ getCustomChainName method is removed from Polygon class because a common
234
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
235
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
236
+ and needs to be passed to derive the Eth common object from the chainId.
237
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
238
+ it can be used for other EthLike coins. getBaseFactor method in Eth
239
+ and Polygon class returns number instead of string just to align with
240
+ AbstractEthLikeCoin
241
+ Ticket: WIN-1012
242
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
243
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
244
+ getCustomChainName method is removed from Polygon class because a common
245
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
246
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
247
+ and needs to be passed to derive the Eth common object from the chainId.
248
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
249
+ it can be used for other EthLike coins. getBaseFactor method in Eth
250
+ and Polygon class returns number instead of string just to align with
251
+ AbstractEthLikeCoin
252
+ Ticket: WIN-1012
253
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
254
+ class in abstract-eth module because TransactionBuilder in the
255
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
256
+ be added to the class that will inherit EthLikeToken class
257
+
258
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
259
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
260
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
261
+ support for hop transactions, batch transactions, etc
262
+
263
+ TICKET: WIN-1021
264
+
265
+ # [18.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@18.0.0) (2024-01-25)
266
+
267
+ ### Bug Fixes
268
+
269
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
270
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
271
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
272
+
273
+ ### Code Refactoring
274
+
275
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
276
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
277
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
278
+
279
+ ### Features
280
+
281
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
282
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
283
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
284
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
285
+
286
+ ### BREAKING CHANGES
287
+
288
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
289
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
290
+ getCustomChainName method is removed from Polygon class because a common
291
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
292
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
293
+ and needs to be passed to derive the Eth common object from the chainId.
294
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
295
+ it can be used for other EthLike coins. getBaseFactor method in Eth
296
+ and Polygon class returns number instead of string just to align with
297
+ AbstractEthLikeCoin
298
+ Ticket: WIN-1012
299
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
300
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
301
+ getCustomChainName method is removed from Polygon class because a common
302
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
303
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
304
+ and needs to be passed to derive the Eth common object from the chainId.
305
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
306
+ it can be used for other EthLike coins. getBaseFactor method in Eth
307
+ and Polygon class returns number instead of string just to align with
308
+ AbstractEthLikeCoin
309
+ Ticket: WIN-1012
310
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
311
+ class in abstract-eth module because TransactionBuilder in the
312
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
313
+ be added to the class that will inherit EthLikeToken class
314
+
315
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
316
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
317
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
318
+ support for hop transactions, batch transactions, etc
319
+
320
+ TICKET: WIN-1021
321
+
322
+ # [17.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@17.0.0) (2024-01-22)
323
+
324
+ ### Bug Fixes
325
+
326
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
327
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
328
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
329
+
330
+ ### Code Refactoring
331
+
332
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
333
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
334
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
335
+
336
+ ### Features
337
+
338
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
339
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
340
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
341
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
342
+
343
+ ### BREAKING CHANGES
344
+
345
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
346
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
347
+ getCustomChainName method is removed from Polygon class because a common
348
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
349
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
350
+ and needs to be passed to derive the Eth common object from the chainId.
351
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
352
+ it can be used for other EthLike coins. getBaseFactor method in Eth
353
+ and Polygon class returns number instead of string just to align with
354
+ AbstractEthLikeCoin
355
+ Ticket: WIN-1012
356
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
357
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
358
+ getCustomChainName method is removed from Polygon class because a common
359
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
360
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
361
+ and needs to be passed to derive the Eth common object from the chainId.
362
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
363
+ it can be used for other EthLike coins. getBaseFactor method in Eth
364
+ and Polygon class returns number instead of string just to align with
365
+ AbstractEthLikeCoin
366
+ Ticket: WIN-1012
367
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
368
+ class in abstract-eth module because TransactionBuilder in the
369
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
370
+ be added to the class that will inherit EthLikeToken class
371
+
372
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
373
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
374
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
375
+ support for hop transactions, batch transactions, etc
376
+
377
+ TICKET: WIN-1021
378
+
379
+ # [16.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@16.0.0) (2024-01-09)
380
+
381
+ ### Bug Fixes
382
+
383
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
384
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
385
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
386
+
387
+ ### Code Refactoring
388
+
389
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
390
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
391
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
392
+
393
+ ### Features
394
+
395
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
396
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
397
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
398
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
399
+
400
+ ### BREAKING CHANGES
401
+
402
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
403
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
404
+ getCustomChainName method is removed from Polygon class because a common
405
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
406
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
407
+ and needs to be passed to derive the Eth common object from the chainId.
408
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
409
+ it can be used for other EthLike coins. getBaseFactor method in Eth
410
+ and Polygon class returns number instead of string just to align with
411
+ AbstractEthLikeCoin
412
+ Ticket: WIN-1012
413
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
414
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
415
+ getCustomChainName method is removed from Polygon class because a common
416
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
417
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
418
+ and needs to be passed to derive the Eth common object from the chainId.
419
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
420
+ it can be used for other EthLike coins. getBaseFactor method in Eth
421
+ and Polygon class returns number instead of string just to align with
422
+ AbstractEthLikeCoin
423
+ Ticket: WIN-1012
424
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
425
+ class in abstract-eth module because TransactionBuilder in the
426
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
427
+ be added to the class that will inherit EthLikeToken class
428
+
429
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
430
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
431
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
432
+ support for hop transactions, batch transactions, etc
433
+
434
+ TICKET: WIN-1021
435
+
436
+ # [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)
437
+
438
+ ### Bug Fixes
439
+
440
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
441
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
442
+
443
+ ### Code Refactoring
444
+
445
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
446
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
447
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
448
+
449
+ ### Features
450
+
451
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
452
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
453
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
454
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
455
+
456
+ ### BREAKING CHANGES
457
+
458
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
459
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
460
+ getCustomChainName method is removed from Polygon class because a common
461
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
462
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
463
+ and needs to be passed to derive the Eth common object from the chainId.
464
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
465
+ it can be used for other EthLike coins. getBaseFactor method in Eth
466
+ and Polygon class returns number instead of string just to align with
467
+ AbstractEthLikeCoin
468
+ Ticket: WIN-1012
469
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
470
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
471
+ getCustomChainName method is removed from Polygon class because a common
472
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
473
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
474
+ and needs to be passed to derive the Eth common object from the chainId.
475
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
476
+ it can be used for other EthLike coins. getBaseFactor method in Eth
477
+ and Polygon class returns number instead of string just to align with
478
+ AbstractEthLikeCoin
479
+ Ticket: WIN-1012
480
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
481
+ class in abstract-eth module because TransactionBuilder in the
482
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
483
+ be added to the class that will inherit EthLikeToken class
484
+
485
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
486
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
487
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
488
+ support for hop transactions, batch transactions, etc
489
+
490
+ TICKET: WIN-1021
491
+
492
+ # [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)
493
+
494
+ ### Bug Fixes
495
+
496
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
497
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
498
+
499
+ ### Code Refactoring
500
+
501
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
502
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
503
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
504
+
505
+ ### Features
506
+
507
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
508
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
509
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
510
+
511
+ ### BREAKING CHANGES
512
+
513
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
514
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
515
+ getCustomChainName method is removed from Polygon class because a common
516
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
517
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
518
+ and needs to be passed to derive the Eth common object from the chainId.
519
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
520
+ it can be used for other EthLike coins. getBaseFactor method in Eth
521
+ and Polygon class returns number instead of string just to align with
522
+ AbstractEthLikeCoin
523
+ Ticket: WIN-1012
524
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
525
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
526
+ getCustomChainName method is removed from Polygon class because a common
527
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
528
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
529
+ and needs to be passed to derive the Eth common object from the chainId.
530
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
531
+ it can be used for other EthLike coins. getBaseFactor method in Eth
532
+ and Polygon class returns number instead of string just to align with
533
+ AbstractEthLikeCoin
534
+ Ticket: WIN-1012
535
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
536
+ class in abstract-eth module because TransactionBuilder in the
537
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
538
+ be added to the class that will inherit EthLikeToken class
539
+
540
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
541
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
542
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
543
+ support for hop transactions, batch transactions, etc
544
+
545
+ TICKET: WIN-1021
546
+
547
+ # [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)
548
+
549
+ ### Bug Fixes
550
+
551
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
552
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
553
+
554
+ ### Code Refactoring
555
+
556
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
557
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
558
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
559
+
560
+ ### Features
561
+
562
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
563
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
564
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
565
+
566
+ ### BREAKING CHANGES
567
+
568
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
569
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
570
+ getCustomChainName method is removed from Polygon class because a common
571
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
572
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
573
+ and needs to be passed to derive the Eth common object from the chainId.
574
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
575
+ it can be used for other EthLike coins. getBaseFactor method in Eth
576
+ and Polygon class returns number instead of string just to align with
577
+ AbstractEthLikeCoin
578
+ Ticket: WIN-1012
579
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
580
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
581
+ getCustomChainName method is removed from Polygon class because a common
582
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
583
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
584
+ and needs to be passed to derive the Eth common object from the chainId.
585
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
586
+ it can be used for other EthLike coins. getBaseFactor method in Eth
587
+ and Polygon class returns number instead of string just to align with
588
+ AbstractEthLikeCoin
589
+ Ticket: WIN-1012
590
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
591
+ class in abstract-eth module because TransactionBuilder in the
592
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
593
+ be added to the class that will inherit EthLikeToken class
594
+
595
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
596
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
597
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
598
+ support for hop transactions, batch transactions, etc
599
+
600
+ TICKET: WIN-1021
601
+
602
+ # [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)
603
+
604
+ ### Bug Fixes
605
+
606
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
607
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
608
+
609
+ ### Code Refactoring
610
+
611
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
612
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
613
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
614
+
615
+ ### Features
616
+
617
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
618
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
619
+
620
+ ### BREAKING CHANGES
621
+
622
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
623
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
624
+ getCustomChainName method is removed from Polygon class because a common
625
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
626
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
627
+ and needs to be passed to derive the Eth common object from the chainId.
628
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
629
+ it can be used for other EthLike coins. getBaseFactor method in Eth
630
+ and Polygon class returns number instead of string just to align with
631
+ AbstractEthLikeCoin
632
+ Ticket: WIN-1012
633
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
634
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
635
+ getCustomChainName method is removed from Polygon class because a common
636
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
637
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
638
+ and needs to be passed to derive the Eth common object from the chainId.
639
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
640
+ it can be used for other EthLike coins. getBaseFactor method in Eth
641
+ and Polygon class returns number instead of string just to align with
642
+ AbstractEthLikeCoin
643
+ Ticket: WIN-1012
644
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
645
+ class in abstract-eth module because TransactionBuilder in the
646
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
647
+ be added to the class that will inherit EthLikeToken class
648
+
649
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
650
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
651
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
652
+ support for hop transactions, batch transactions, etc
653
+
654
+ TICKET: WIN-1021
655
+
656
+ # [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)
657
+
658
+ ### Bug Fixes
659
+
660
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
661
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
662
+
663
+ ### Code Refactoring
664
+
665
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
666
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
667
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
668
+
669
+ ### Features
670
+
671
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
672
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
673
+
674
+ ### BREAKING CHANGES
675
+
676
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
677
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
678
+ getCustomChainName method is removed from Polygon class because a common
679
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
680
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
681
+ and needs to be passed to derive the Eth common object from the chainId.
682
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
683
+ it can be used for other EthLike coins. getBaseFactor method in Eth
684
+ and Polygon class returns number instead of string just to align with
685
+ AbstractEthLikeCoin
686
+ Ticket: WIN-1012
687
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
688
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
689
+ getCustomChainName method is removed from Polygon class because a common
690
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
691
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
692
+ and needs to be passed to derive the Eth common object from the chainId.
693
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
694
+ it can be used for other EthLike coins. getBaseFactor method in Eth
695
+ and Polygon class returns number instead of string just to align with
696
+ AbstractEthLikeCoin
697
+ Ticket: WIN-1012
698
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
699
+ class in abstract-eth module because TransactionBuilder in the
700
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
701
+ be added to the class that will inherit EthLikeToken class
702
+
703
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
704
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
705
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
706
+ support for hop transactions, batch transactions, etc
707
+
708
+ TICKET: WIN-1021
709
+
710
+ # [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)
711
+
712
+ ### Bug Fixes
713
+
714
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
715
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
716
+
717
+ ### Code Refactoring
718
+
719
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
720
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
721
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
722
+
723
+ ### Features
724
+
725
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
726
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
727
+
728
+ ### BREAKING CHANGES
729
+
730
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
731
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
732
+ getCustomChainName method is removed from Polygon class because a common
733
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
734
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
735
+ and needs to be passed to derive the Eth common object from the chainId.
736
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
737
+ it can be used for other EthLike coins. getBaseFactor method in Eth
738
+ and Polygon class returns number instead of string just to align with
739
+ AbstractEthLikeCoin
740
+ Ticket: WIN-1012
741
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
742
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
743
+ getCustomChainName method is removed from Polygon class because a common
744
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
745
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
746
+ and needs to be passed to derive the Eth common object from the chainId.
747
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
748
+ it can be used for other EthLike coins. getBaseFactor method in Eth
749
+ and Polygon class returns number instead of string just to align with
750
+ AbstractEthLikeCoin
751
+ Ticket: WIN-1012
752
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
753
+ class in abstract-eth module because TransactionBuilder in the
754
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
755
+ be added to the class that will inherit EthLikeToken class
756
+
757
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
758
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
759
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
760
+ support for hop transactions, batch transactions, etc
761
+
762
+ TICKET: WIN-1021
763
+
764
+ # [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)
765
+
766
+ ### Bug Fixes
767
+
768
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
769
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
770
+
771
+ ### Code Refactoring
772
+
773
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
774
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
775
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
776
+
777
+ ### Features
778
+
779
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
780
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
781
+
782
+ ### BREAKING CHANGES
783
+
784
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
785
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
786
+ getCustomChainName method is removed from Polygon class because a common
787
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
788
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
789
+ and needs to be passed to derive the Eth common object from the chainId.
790
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
791
+ it can be used for other EthLike coins. getBaseFactor method in Eth
792
+ and Polygon class returns number instead of string just to align with
793
+ AbstractEthLikeCoin
794
+ Ticket: WIN-1012
795
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
796
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
797
+ getCustomChainName method is removed from Polygon class because a common
798
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
799
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
800
+ and needs to be passed to derive the Eth common object from the chainId.
801
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
802
+ it can be used for other EthLike coins. getBaseFactor method in Eth
803
+ and Polygon class returns number instead of string just to align with
804
+ AbstractEthLikeCoin
805
+ Ticket: WIN-1012
806
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
807
+ class in abstract-eth module because TransactionBuilder in the
808
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
809
+ be added to the class that will inherit EthLikeToken class
810
+
811
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
812
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
813
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
814
+ support for hop transactions, batch transactions, etc
815
+
816
+ TICKET: WIN-1021
817
+
818
+ # [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)
819
+
820
+ ### Bug Fixes
821
+
822
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
823
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
824
+
825
+ ### Code Refactoring
826
+
827
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
828
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
829
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
830
+
831
+ ### Features
832
+
833
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
834
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
835
+
836
+ ### BREAKING CHANGES
837
+
838
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
839
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
840
+ getCustomChainName method is removed from Polygon class because a common
841
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
842
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
843
+ and needs to be passed to derive the Eth common object from the chainId.
844
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
845
+ it can be used for other EthLike coins. getBaseFactor method in Eth
846
+ and Polygon class returns number instead of string just to align with
847
+ AbstractEthLikeCoin
848
+ Ticket: WIN-1012
849
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
850
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
851
+ getCustomChainName method is removed from Polygon class because a common
852
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
853
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
854
+ and needs to be passed to derive the Eth common object from the chainId.
855
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
856
+ it can be used for other EthLike coins. getBaseFactor method in Eth
857
+ and Polygon class returns number instead of string just to align with
858
+ AbstractEthLikeCoin
859
+ Ticket: WIN-1012
860
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
861
+ class in abstract-eth module because TransactionBuilder in the
862
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
863
+ be added to the class that will inherit EthLikeToken class
864
+
865
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
866
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
867
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
868
+ support for hop transactions, batch transactions, etc
869
+
870
+ TICKET: WIN-1021
871
+
872
+ # [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)
873
+
874
+ ### Bug Fixes
875
+
876
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
877
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
878
+
879
+ ### Code Refactoring
880
+
881
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
882
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
883
+
884
+ ### Features
885
+
886
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
887
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
888
+
889
+ ### BREAKING CHANGES
890
+
891
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
892
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
893
+ getCustomChainName method is removed from Polygon class because a common
894
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
895
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
896
+ and needs to be passed to derive the Eth common object from the chainId.
897
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
898
+ it can be used for other EthLike coins. getBaseFactor method in Eth
899
+ and Polygon class returns number instead of string just to align with
900
+ AbstractEthLikeCoin
901
+ Ticket: WIN-1012
902
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
903
+ class in abstract-eth module because TransactionBuilder in the
904
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
905
+ be added to the class that will inherit EthLikeToken class
906
+
907
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
908
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
909
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
910
+ support for hop transactions, batch transactions, etc
911
+
912
+ TICKET: WIN-1021
913
+
914
+ # [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)
915
+
916
+ ### Bug Fixes
917
+
918
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
919
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
920
+
921
+ ### Code Refactoring
922
+
923
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
924
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
925
+
926
+ ### Features
927
+
928
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
929
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
930
+
931
+ ### BREAKING CHANGES
932
+
933
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
934
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
935
+ getCustomChainName method is removed from Polygon class because a common
936
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
937
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
938
+ and needs to be passed to derive the Eth common object from the chainId.
939
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
940
+ it can be used for other EthLike coins. getBaseFactor method in Eth
941
+ and Polygon class returns number instead of string just to align with
942
+ AbstractEthLikeCoin
943
+ Ticket: WIN-1012
944
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
945
+ class in abstract-eth module because TransactionBuilder in the
946
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
947
+ be added to the class that will inherit EthLikeToken class
948
+
949
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
950
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
951
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
952
+ support for hop transactions, batch transactions, etc
953
+
954
+ TICKET: WIN-1021
955
+
956
+ # [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)
957
+
958
+ ### Bug Fixes
959
+
960
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
961
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
962
+
963
+ ### Code Refactoring
964
+
965
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
966
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
967
+
968
+ ### Features
969
+
970
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
971
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
972
+
973
+ ### BREAKING CHANGES
974
+
975
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
976
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
977
+ getCustomChainName method is removed from Polygon class because a common
978
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
979
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
980
+ and needs to be passed to derive the Eth common object from the chainId.
981
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
982
+ it can be used for other EthLike coins. getBaseFactor method in Eth
983
+ and Polygon class returns number instead of string just to align with
984
+ AbstractEthLikeCoin
985
+ Ticket: WIN-1012
986
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
987
+ class in abstract-eth module because TransactionBuilder in the
988
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
989
+ be added to the class that will inherit EthLikeToken class
990
+
991
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
992
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
993
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
994
+ support for hop transactions, batch transactions, etc
995
+
996
+ TICKET: WIN-1021
997
+
998
+ # [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)
999
+
1000
+ ### Bug Fixes
1001
+
1002
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1003
+
1004
+ ### Features
1005
+
1006
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1007
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1008
+
1009
+ # [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)
1010
+
1011
+ ### Bug Fixes
1012
+
1013
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1014
+
1015
+ ### Features
1016
+
1017
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1018
+
1019
+ # [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)
1020
+
1021
+ ### Bug Fixes
1022
+
1023
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1024
+
1025
+ ### Features
1026
+
1027
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1028
+
1029
+ ## [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)
1030
+
1031
+ ### Bug Fixes
1032
+
1033
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1034
+
1035
+ ## [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)
1036
+
1037
+ ### Bug Fixes
1038
+
1039
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1040
+
1041
+ ## [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)
1042
+
1043
+ ### Bug Fixes
1044
+
1045
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1046
+
1047
+ ## [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)
1048
+
1049
+ ### Bug Fixes
1050
+
1051
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1052
+
1053
+ ## [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)
1054
+
1055
+ ### Bug Fixes
1056
+
1057
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1058
+
1059
+ ## [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)
1060
+
1061
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1062
+
1063
+ ## [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)
1064
+
1065
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1066
+
1067
+ ## [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)
1068
+
1069
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1070
+
1071
+ ## [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)
1072
+
1073
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1074
+
1075
+ ## [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)
1076
+
1077
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1078
+
1079
+ # [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)
1080
+
1081
+ ### Features
1082
+
1083
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
1084
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
1085
+
1086
+ # [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)
1087
+
1088
+ ### Features
1089
+
1090
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
1091
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
1092
+
1093
+ ## [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)
1094
+
1095
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1096
+
1097
+ ## [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)
1098
+
1099
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1100
+
1101
+ ## [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)
1102
+
1103
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1104
+
1105
+ ## [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)
1106
+
1107
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1108
+
1109
+ ## [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)
1110
+
1111
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1112
+
1113
+ # [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)
1114
+
1115
+ ### Bug Fixes
1116
+
1117
+ - **root:** update module deps ([98e0945](https://github.com/BitGo/BitGoJS/commit/98e09451f3ead6a0dd7c3aa3df62f8d000ba2f0e))
1118
+
1119
+ ### Features
1120
+
1121
+ - **sdk-core:** paillier proof user<>backup ([8c0a381](https://github.com/BitGo/BitGoJS/commit/8c0a381318be2088572e06e34c3627323d7bfe38))
1122
+ - **sdk-core:** refactor signConvert to steps ([94e2cae](https://github.com/BitGo/BitGoJS/commit/94e2cae6e1292a4e9684c3c2ab7141221137d52e))
1123
+ - **sdk-core:** simplify mpc.appendChallenge ([67bee8f](https://github.com/BitGo/BitGoJS/commit/67bee8f1b4f37cd12d6d14ea4d51ddcfde679563))
1124
+ - **sdk-lib-mpc:** make rangeProof challenges mandatory for appendChallenge ([1f68b30](https://github.com/BitGo/BitGoJS/commit/1f68b30676966720cb1a42c039e35d3ddeea4974))
1125
+
1126
+ ## [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)
1127
+
1128
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1129
+
1130
+ ## [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)
1131
+
1132
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1133
+
1134
+ ## [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)
1135
+
1136
+ ### Bug Fixes
1137
+
1138
+ - **sdk-coin-eth:** fix eth multisig recoveries ([6e49792](https://github.com/BitGo/BitGoJS/commit/6e49792bfdb670a9e10dad10df932767b8ac6cdd))
1139
+
1140
+ ## [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)
1141
+
1142
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1143
+
6
1144
  # [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
1145
 
8
1146
  ### Features