@bitgo-beta/sdk-coin-eth 4.4.1-beta.35 → 4.4.1-beta.351

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