@bitgo-beta/sdk-coin-eth 4.4.1-beta.31 → 4.4.1-beta.310

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