@bitgo-beta/sdk-coin-eth 4.4.1-beta.78 → 4.4.1-beta.781

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 +1403 -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 +58 -21
  5. package/dist/src/eth.d.ts +22 -534
  6. package/dist/src/eth.d.ts.map +1 -1
  7. package/dist/src/eth.js +197 -1616
  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,1409 @@
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.61](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.60...@bitgo/sdk-coin-eth@24.2.61) (2025-03-20)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
9
+
10
+ ## [24.2.60](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.59...@bitgo/sdk-coin-eth@24.2.60) (2025-03-18)
11
+
12
+ ### Bug Fixes
13
+
14
+ - **sdk-core:** set default multisig if empty ([e2727df](https://github.com/BitGo/BitGoJS/commit/e2727dfc89dd314a607b737e761e5eff824606af))
15
+
16
+ ## [24.2.59](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.58...@bitgo/sdk-coin-eth@24.2.59) (2025-03-06)
17
+
18
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
19
+
20
+ ## [24.2.58](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.55...@bitgo/sdk-coin-eth@24.2.58) (2025-03-04)
21
+
22
+ ### Bug Fixes
23
+
24
+ - dependency fixes for secp256 lib ([826db0b](https://github.com/BitGo/BitGoJS/commit/826db0b5481435bb38b251e8bb5ba8ce9f78d017))
25
+
26
+ ## [24.2.57](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.55...@bitgo/sdk-coin-eth@24.2.57) (2025-02-26)
27
+
28
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
29
+
30
+ ## [24.2.56](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.55...@bitgo/sdk-coin-eth@24.2.56) (2025-02-20)
31
+
32
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
33
+
34
+ ## [24.2.55](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.54...@bitgo/sdk-coin-eth@24.2.55) (2025-02-19)
35
+
36
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
37
+
38
+ ## [24.2.54](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.53...@bitgo/sdk-coin-eth@24.2.54) (2025-02-11)
39
+
40
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
41
+
42
+ ## [24.2.53](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.52...@bitgo/sdk-coin-eth@24.2.53) (2025-02-05)
43
+
44
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
45
+
46
+ ## [24.2.52](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.51...@bitgo/sdk-coin-eth@24.2.52) (2025-01-28)
47
+
48
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
49
+
50
+ ## [24.2.51](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.50...@bitgo/sdk-coin-eth@24.2.51) (2025-01-23)
51
+
52
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
53
+
54
+ ## [24.2.50](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.49...@bitgo/sdk-coin-eth@24.2.50) (2025-01-23)
55
+
56
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
57
+
58
+ ## [24.2.49](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.48...@bitgo/sdk-coin-eth@24.2.49) (2025-01-20)
59
+
60
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
61
+
62
+ ## [24.2.48](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.47...@bitgo/sdk-coin-eth@24.2.48) (2025-01-15)
63
+
64
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
65
+
66
+ ## [24.2.47](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.46...@bitgo/sdk-coin-eth@24.2.47) (2025-01-09)
67
+
68
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
69
+
70
+ ## [24.2.46](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.45...@bitgo/sdk-coin-eth@24.2.46) (2025-01-03)
71
+
72
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
73
+
74
+ ## [24.2.45](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.44...@bitgo/sdk-coin-eth@24.2.45) (2024-12-24)
75
+
76
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
77
+
78
+ ## [24.2.44](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.43...@bitgo/sdk-coin-eth@24.2.44) (2024-12-19)
79
+
80
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
81
+
82
+ ## [24.2.43](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.41...@bitgo/sdk-coin-eth@24.2.43) (2024-12-17)
83
+
84
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
85
+
86
+ ## [24.2.42](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.41...@bitgo/sdk-coin-eth@24.2.42) (2024-12-17)
87
+
88
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
89
+
90
+ ## [24.2.41](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.40...@bitgo/sdk-coin-eth@24.2.41) (2024-12-12)
91
+
92
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
93
+
94
+ ## [24.2.40](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.39...@bitgo/sdk-coin-eth@24.2.40) (2024-12-11)
95
+
96
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
97
+
98
+ ## [24.2.39](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.38...@bitgo/sdk-coin-eth@24.2.39) (2024-12-03)
99
+
100
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
101
+
102
+ ## [24.2.38](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.37...@bitgo/sdk-coin-eth@24.2.38) (2024-11-26)
103
+
104
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
105
+
106
+ ## [24.2.37](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.36...@bitgo/sdk-coin-eth@24.2.37) (2024-11-21)
107
+
108
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
109
+
110
+ ## [24.2.36](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.34...@bitgo/sdk-coin-eth@24.2.36) (2024-11-19)
111
+
112
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
113
+
114
+ ## [24.2.35](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.34...@bitgo/sdk-coin-eth@24.2.35) (2024-11-14)
115
+
116
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
117
+
118
+ ## [24.2.34](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.33...@bitgo/sdk-coin-eth@24.2.34) (2024-11-08)
119
+
120
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
121
+
122
+ ## [24.2.33](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.32...@bitgo/sdk-coin-eth@24.2.33) (2024-11-07)
123
+
124
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
125
+
126
+ ## [24.2.32](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.31...@bitgo/sdk-coin-eth@24.2.32) (2024-11-01)
127
+
128
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
129
+
130
+ ## [24.2.31](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.30...@bitgo/sdk-coin-eth@24.2.31) (2024-10-22)
131
+
132
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
133
+
134
+ ## [24.2.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.29...@bitgo/sdk-coin-eth@24.2.30) (2024-10-15)
135
+
136
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
137
+
138
+ ## [24.2.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.28...@bitgo/sdk-coin-eth@24.2.29) (2024-10-08)
139
+
140
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
141
+
142
+ ## [24.2.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.27...@bitgo/sdk-coin-eth@24.2.28) (2024-10-04)
143
+
144
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
145
+
146
+ ## [24.2.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.26...@bitgo/sdk-coin-eth@24.2.27) (2024-09-24)
147
+
148
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
149
+
150
+ ## [24.2.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.25...@bitgo/sdk-coin-eth@24.2.26) (2024-09-19)
151
+
152
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
153
+
154
+ ## [24.2.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.24...@bitgo/sdk-coin-eth@24.2.25) (2024-09-16)
155
+
156
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
157
+
158
+ ## [24.2.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.23...@bitgo/sdk-coin-eth@24.2.24) (2024-09-10)
159
+
160
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
161
+
162
+ ## [24.2.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.22...@bitgo/sdk-coin-eth@24.2.23) (2024-09-03)
163
+
164
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
165
+
166
+ ## [24.2.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.21...@bitgo/sdk-coin-eth@24.2.22) (2024-08-29)
167
+
168
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
169
+
170
+ ## [24.2.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.20...@bitgo/sdk-coin-eth@24.2.21) (2024-08-27)
171
+
172
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
173
+
174
+ ## [24.2.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.18...@bitgo/sdk-coin-eth@24.2.20) (2024-08-20)
175
+
176
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
177
+
178
+ ## [24.2.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.18...@bitgo/sdk-coin-eth@24.2.19) (2024-08-13)
179
+
180
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
181
+
182
+ ## [24.2.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.17...@bitgo/sdk-coin-eth@24.2.18) (2024-08-07)
183
+
184
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
185
+
186
+ ## [24.2.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.16...@bitgo/sdk-coin-eth@24.2.17) (2024-07-30)
187
+
188
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
189
+
190
+ ## [24.2.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.15...@bitgo/sdk-coin-eth@24.2.16) (2024-07-24)
191
+
192
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
193
+
194
+ ## [24.2.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.14...@bitgo/sdk-coin-eth@24.2.15) (2024-07-16)
195
+
196
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
197
+
198
+ ## [24.2.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.13...@bitgo/sdk-coin-eth@24.2.14) (2024-07-04)
199
+
200
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
201
+
202
+ ## [24.2.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.12...@bitgo/sdk-coin-eth@24.2.13) (2024-07-02)
203
+
204
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
205
+
206
+ ## [24.2.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.11...@bitgo/sdk-coin-eth@24.2.12) (2024-06-27)
207
+
208
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
209
+
210
+ ## [24.2.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.10...@bitgo/sdk-coin-eth@24.2.11) (2024-06-26)
211
+
212
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
213
+
214
+ ## [24.2.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.8...@bitgo/sdk-coin-eth@24.2.10) (2024-06-21)
215
+
216
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
217
+
218
+ ## [24.2.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.8...@bitgo/sdk-coin-eth@24.2.9) (2024-06-20)
219
+
220
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
221
+
222
+ ## [24.2.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.7...@bitgo/sdk-coin-eth@24.2.8) (2024-06-14)
223
+
224
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
225
+
226
+ ## [24.2.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.6...@bitgo/sdk-coin-eth@24.2.7) (2024-06-11)
227
+
228
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
229
+
230
+ ## [24.2.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.5...@bitgo/sdk-coin-eth@24.2.6) (2024-06-05)
231
+
232
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
233
+
234
+ ## [24.2.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.4...@bitgo/sdk-coin-eth@24.2.5) (2024-05-31)
235
+
236
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
237
+
238
+ ## [24.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.3...@bitgo/sdk-coin-eth@24.2.4) (2024-05-28)
239
+
240
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
241
+
242
+ ## [24.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.2...@bitgo/sdk-coin-eth@24.2.3) (2024-05-22)
243
+
244
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
245
+
246
+ ## [24.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.1...@bitgo/sdk-coin-eth@24.2.2) (2024-05-17)
247
+
248
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
249
+
250
+ ## [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)
251
+
252
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
253
+
254
+ # [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)
255
+
256
+ ### Features
257
+
258
+ - **abstract-eth:** support v4 wallet for recover method ([142ec9f](https://github.com/BitGo/BitGoJS/commit/142ec9f220ec2af54545aca4b4d95b39a4179002))
259
+
260
+ ## [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)
261
+
262
+ ### Bug Fixes
263
+
264
+ - add txHex for eth CCR tx ([780929a](https://github.com/BitGo/BitGoJS/commit/780929a1df6e0a958102fa7b93d7056e593dbc52))
265
+
266
+ # [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)
267
+
268
+ ### Features
269
+
270
+ - **abstract-eth:** use non packed encode for V4 wallet ([54fd3a8](https://github.com/BitGo/BitGoJS/commit/54fd3a8dbafb14bdeae78204c122885d288d48b6))
271
+
272
+ # [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)
273
+
274
+ ### Bug Fixes
275
+
276
+ - superagent upgrade to 9.0 ([6e9aa43](https://github.com/BitGo/BitGoJS/commit/6e9aa43a6d2999298abd450ceb168d664b8b926d))
277
+
278
+ ### Features
279
+
280
+ - **abstract-eth:** support txn bulding for v4 wallet on eth chain ([d8aabea](https://github.com/BitGo/BitGoJS/commit/d8aabead0197072ee5b6c7fb11bd9c379606208d))
281
+
282
+ ### BREAKING CHANGES
283
+
284
+ - **abstract-eth:** Made ChainID mandatory for signAndBuild method
285
+
286
+ ## [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)
287
+
288
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
289
+
290
+ ## [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)
291
+
292
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
293
+
294
+ ## [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)
295
+
296
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
297
+
298
+ ## [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)
299
+
300
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
301
+
302
+ ## [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)
303
+
304
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
305
+
306
+ ## [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)
307
+
308
+ ### Bug Fixes
309
+
310
+ - **abstract-eth:** fix flush v4 tx building from hex ([f20dc10](https://github.com/BitGo/BitGoJS/commit/f20dc106e90222f27f0ee774fe9844fc0b55f77e))
311
+
312
+ # [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)
313
+
314
+ ### Features
315
+
316
+ - **abstract-eth:** support token flush directly from forwarderV4 contract ([f41a404](https://github.com/BitGo/BitGoJS/commit/f41a404bac7ed952b41effe88e818c6d602a9c22))
317
+
318
+ # [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)
319
+
320
+ ### Features
321
+
322
+ - **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
323
+
324
+ ### BREAKING CHANGES
325
+
326
+ - **root:** Node 16 is no longer supported in bitgojs.
327
+ TICKET: WP-1100
328
+
329
+ ## [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)
330
+
331
+ ### Bug Fixes
332
+
333
+ - factor gas and eip1559 params on ethlike token recovery ([7744d83](https://github.com/BitGo/BitGoJS/commit/7744d831f7d974802501245312787b81f8abae47))
334
+
335
+ ## [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)
336
+
337
+ ### Bug Fixes
338
+
339
+ - **sdk-coin-eth:** fix recover method in case of 0 funds ([748588f](https://github.com/BitGo/BitGoJS/commit/748588f9fdc726bf8b6c7afb42c71400045fdcb3))
340
+
341
+ ## [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)
342
+
343
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
344
+
345
+ ## [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)
346
+
347
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
348
+
349
+ # [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)
350
+
351
+ ### Bug Fixes
352
+
353
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
354
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
355
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
356
+
357
+ ### Code Refactoring
358
+
359
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
360
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
361
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
362
+
363
+ ### Features
364
+
365
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
366
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
367
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
368
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
369
+
370
+ ### BREAKING CHANGES
371
+
372
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
373
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
374
+ getCustomChainName method is removed from Polygon class because a common
375
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
376
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
377
+ and needs to be passed to derive the Eth common object from the chainId.
378
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
379
+ it can be used for other EthLike coins. getBaseFactor method in Eth
380
+ and Polygon class returns number instead of string just to align with
381
+ AbstractEthLikeCoin
382
+ Ticket: WIN-1012
383
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
384
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
385
+ getCustomChainName method is removed from Polygon class because a common
386
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
387
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
388
+ and needs to be passed to derive the Eth common object from the chainId.
389
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
390
+ it can be used for other EthLike coins. getBaseFactor method in Eth
391
+ and Polygon class returns number instead of string just to align with
392
+ AbstractEthLikeCoin
393
+ Ticket: WIN-1012
394
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
395
+ class in abstract-eth module because TransactionBuilder in the
396
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
397
+ be added to the class that will inherit EthLikeToken class
398
+
399
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
400
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
401
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
402
+ support for hop transactions, batch transactions, etc
403
+
404
+ TICKET: WIN-1021
405
+
406
+ # [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)
407
+
408
+ ### Bug Fixes
409
+
410
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
411
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
412
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
413
+
414
+ ### Code Refactoring
415
+
416
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
417
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
418
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
419
+
420
+ ### Features
421
+
422
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
423
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
424
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
425
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
426
+
427
+ ### BREAKING CHANGES
428
+
429
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
430
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
431
+ getCustomChainName method is removed from Polygon class because a common
432
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
433
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
434
+ and needs to be passed to derive the Eth common object from the chainId.
435
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
436
+ it can be used for other EthLike coins. getBaseFactor method in Eth
437
+ and Polygon class returns number instead of string just to align with
438
+ AbstractEthLikeCoin
439
+ Ticket: WIN-1012
440
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
441
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
442
+ getCustomChainName method is removed from Polygon class because a common
443
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
444
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
445
+ and needs to be passed to derive the Eth common object from the chainId.
446
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
447
+ it can be used for other EthLike coins. getBaseFactor method in Eth
448
+ and Polygon class returns number instead of string just to align with
449
+ AbstractEthLikeCoin
450
+ Ticket: WIN-1012
451
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
452
+ class in abstract-eth module because TransactionBuilder in the
453
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
454
+ be added to the class that will inherit EthLikeToken class
455
+
456
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
457
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
458
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
459
+ support for hop transactions, batch transactions, etc
460
+
461
+ TICKET: WIN-1021
462
+
463
+ # [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)
464
+
465
+ ### Bug Fixes
466
+
467
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
468
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
469
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
470
+
471
+ ### Code Refactoring
472
+
473
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
474
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
475
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
476
+
477
+ ### Features
478
+
479
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
480
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
481
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
482
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
483
+
484
+ ### BREAKING CHANGES
485
+
486
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
487
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
488
+ getCustomChainName method is removed from Polygon class because a common
489
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
490
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
491
+ and needs to be passed to derive the Eth common object from the chainId.
492
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
493
+ it can be used for other EthLike coins. getBaseFactor method in Eth
494
+ and Polygon class returns number instead of string just to align with
495
+ AbstractEthLikeCoin
496
+ Ticket: WIN-1012
497
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
498
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
499
+ getCustomChainName method is removed from Polygon class because a common
500
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
501
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
502
+ and needs to be passed to derive the Eth common object from the chainId.
503
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
504
+ it can be used for other EthLike coins. getBaseFactor method in Eth
505
+ and Polygon class returns number instead of string just to align with
506
+ AbstractEthLikeCoin
507
+ Ticket: WIN-1012
508
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
509
+ class in abstract-eth module because TransactionBuilder in the
510
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
511
+ be added to the class that will inherit EthLikeToken class
512
+
513
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
514
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
515
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
516
+ support for hop transactions, batch transactions, etc
517
+
518
+ TICKET: WIN-1021
519
+
520
+ # [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)
521
+
522
+ ### Bug Fixes
523
+
524
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
525
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
526
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
527
+
528
+ ### Code Refactoring
529
+
530
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
531
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
532
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
533
+
534
+ ### Features
535
+
536
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
537
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
538
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
539
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
540
+
541
+ ### BREAKING CHANGES
542
+
543
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
544
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
545
+ getCustomChainName method is removed from Polygon class because a common
546
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
547
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
548
+ and needs to be passed to derive the Eth common object from the chainId.
549
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
550
+ it can be used for other EthLike coins. getBaseFactor method in Eth
551
+ and Polygon class returns number instead of string just to align with
552
+ AbstractEthLikeCoin
553
+ Ticket: WIN-1012
554
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
555
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
556
+ getCustomChainName method is removed from Polygon class because a common
557
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
558
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
559
+ and needs to be passed to derive the Eth common object from the chainId.
560
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
561
+ it can be used for other EthLike coins. getBaseFactor method in Eth
562
+ and Polygon class returns number instead of string just to align with
563
+ AbstractEthLikeCoin
564
+ Ticket: WIN-1012
565
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
566
+ class in abstract-eth module because TransactionBuilder in the
567
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
568
+ be added to the class that will inherit EthLikeToken class
569
+
570
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
571
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
572
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
573
+ support for hop transactions, batch transactions, etc
574
+
575
+ TICKET: WIN-1021
576
+
577
+ # [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)
578
+
579
+ ### Bug Fixes
580
+
581
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
582
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
583
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
584
+
585
+ ### Code Refactoring
586
+
587
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
588
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
589
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
590
+
591
+ ### Features
592
+
593
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
594
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
595
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
596
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
597
+
598
+ ### BREAKING CHANGES
599
+
600
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
601
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
602
+ getCustomChainName method is removed from Polygon class because a common
603
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
604
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
605
+ and needs to be passed to derive the Eth common object from the chainId.
606
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
607
+ it can be used for other EthLike coins. getBaseFactor method in Eth
608
+ and Polygon class returns number instead of string just to align with
609
+ AbstractEthLikeCoin
610
+ Ticket: WIN-1012
611
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
612
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
613
+ getCustomChainName method is removed from Polygon class because a common
614
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
615
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
616
+ and needs to be passed to derive the Eth common object from the chainId.
617
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
618
+ it can be used for other EthLike coins. getBaseFactor method in Eth
619
+ and Polygon class returns number instead of string just to align with
620
+ AbstractEthLikeCoin
621
+ Ticket: WIN-1012
622
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
623
+ class in abstract-eth module because TransactionBuilder in the
624
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
625
+ be added to the class that will inherit EthLikeToken class
626
+
627
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
628
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
629
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
630
+ support for hop transactions, batch transactions, etc
631
+
632
+ TICKET: WIN-1021
633
+
634
+ # [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)
635
+
636
+ ### Bug Fixes
637
+
638
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
639
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
640
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
641
+
642
+ ### Code Refactoring
643
+
644
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
645
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
646
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
647
+
648
+ ### Features
649
+
650
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
651
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
652
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
653
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
654
+
655
+ ### BREAKING CHANGES
656
+
657
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
658
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
659
+ getCustomChainName method is removed from Polygon class because a common
660
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
661
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
662
+ and needs to be passed to derive the Eth common object from the chainId.
663
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
664
+ it can be used for other EthLike coins. getBaseFactor method in Eth
665
+ and Polygon class returns number instead of string just to align with
666
+ AbstractEthLikeCoin
667
+ Ticket: WIN-1012
668
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
669
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
670
+ getCustomChainName method is removed from Polygon class because a common
671
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
672
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
673
+ and needs to be passed to derive the Eth common object from the chainId.
674
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
675
+ it can be used for other EthLike coins. getBaseFactor method in Eth
676
+ and Polygon class returns number instead of string just to align with
677
+ AbstractEthLikeCoin
678
+ Ticket: WIN-1012
679
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
680
+ class in abstract-eth module because TransactionBuilder in the
681
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
682
+ be added to the class that will inherit EthLikeToken class
683
+
684
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
685
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
686
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
687
+ support for hop transactions, batch transactions, etc
688
+
689
+ TICKET: WIN-1021
690
+
691
+ # [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)
692
+
693
+ ### Bug Fixes
694
+
695
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
696
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
697
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
698
+
699
+ ### Code Refactoring
700
+
701
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
702
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
703
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
704
+
705
+ ### Features
706
+
707
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
708
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
709
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
710
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
711
+
712
+ ### BREAKING CHANGES
713
+
714
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
715
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
716
+ getCustomChainName method is removed from Polygon class because a common
717
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
718
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
719
+ and needs to be passed to derive the Eth common object from the chainId.
720
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
721
+ it can be used for other EthLike coins. getBaseFactor method in Eth
722
+ and Polygon class returns number instead of string just to align with
723
+ AbstractEthLikeCoin
724
+ Ticket: WIN-1012
725
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
726
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
727
+ getCustomChainName method is removed from Polygon class because a common
728
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
729
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
730
+ and needs to be passed to derive the Eth common object from the chainId.
731
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
732
+ it can be used for other EthLike coins. getBaseFactor method in Eth
733
+ and Polygon class returns number instead of string just to align with
734
+ AbstractEthLikeCoin
735
+ Ticket: WIN-1012
736
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
737
+ class in abstract-eth module because TransactionBuilder in the
738
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
739
+ be added to the class that will inherit EthLikeToken class
740
+
741
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
742
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
743
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
744
+ support for hop transactions, batch transactions, etc
745
+
746
+ TICKET: WIN-1021
747
+
748
+ # [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)
749
+
750
+ ### Bug Fixes
751
+
752
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
753
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
754
+
755
+ ### Code Refactoring
756
+
757
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
758
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
759
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
760
+
761
+ ### Features
762
+
763
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
764
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
765
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
766
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
767
+
768
+ ### BREAKING CHANGES
769
+
770
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
771
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
772
+ getCustomChainName method is removed from Polygon class because a common
773
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
774
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
775
+ and needs to be passed to derive the Eth common object from the chainId.
776
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
777
+ it can be used for other EthLike coins. getBaseFactor method in Eth
778
+ and Polygon class returns number instead of string just to align with
779
+ AbstractEthLikeCoin
780
+ Ticket: WIN-1012
781
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
782
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
783
+ getCustomChainName method is removed from Polygon class because a common
784
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
785
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
786
+ and needs to be passed to derive the Eth common object from the chainId.
787
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
788
+ it can be used for other EthLike coins. getBaseFactor method in Eth
789
+ and Polygon class returns number instead of string just to align with
790
+ AbstractEthLikeCoin
791
+ Ticket: WIN-1012
792
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
793
+ class in abstract-eth module because TransactionBuilder in the
794
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
795
+ be added to the class that will inherit EthLikeToken class
796
+
797
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
798
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
799
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
800
+ support for hop transactions, batch transactions, etc
801
+
802
+ TICKET: WIN-1021
803
+
804
+ # [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)
805
+
806
+ ### Bug Fixes
807
+
808
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
809
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
810
+
811
+ ### Code Refactoring
812
+
813
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
814
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
815
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
816
+
817
+ ### Features
818
+
819
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
820
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
821
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
822
+
823
+ ### BREAKING CHANGES
824
+
825
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
826
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
827
+ getCustomChainName method is removed from Polygon class because a common
828
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
829
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
830
+ and needs to be passed to derive the Eth common object from the chainId.
831
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
832
+ it can be used for other EthLike coins. getBaseFactor method in Eth
833
+ and Polygon class returns number instead of string just to align with
834
+ AbstractEthLikeCoin
835
+ Ticket: WIN-1012
836
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
837
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
838
+ getCustomChainName method is removed from Polygon class because a common
839
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
840
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
841
+ and needs to be passed to derive the Eth common object from the chainId.
842
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
843
+ it can be used for other EthLike coins. getBaseFactor method in Eth
844
+ and Polygon class returns number instead of string just to align with
845
+ AbstractEthLikeCoin
846
+ Ticket: WIN-1012
847
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
848
+ class in abstract-eth module because TransactionBuilder in the
849
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
850
+ be added to the class that will inherit EthLikeToken class
851
+
852
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
853
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
854
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
855
+ support for hop transactions, batch transactions, etc
856
+
857
+ TICKET: WIN-1021
858
+
859
+ # [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)
860
+
861
+ ### Bug Fixes
862
+
863
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
864
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
865
+
866
+ ### Code Refactoring
867
+
868
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
869
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
870
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
871
+
872
+ ### Features
873
+
874
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
875
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
876
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
877
+
878
+ ### BREAKING CHANGES
879
+
880
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
881
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
882
+ getCustomChainName method is removed from Polygon class because a common
883
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
884
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
885
+ and needs to be passed to derive the Eth common object from the chainId.
886
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
887
+ it can be used for other EthLike coins. getBaseFactor method in Eth
888
+ and Polygon class returns number instead of string just to align with
889
+ AbstractEthLikeCoin
890
+ Ticket: WIN-1012
891
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
892
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
893
+ getCustomChainName method is removed from Polygon class because a common
894
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
895
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
896
+ and needs to be passed to derive the Eth common object from the chainId.
897
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
898
+ it can be used for other EthLike coins. getBaseFactor method in Eth
899
+ and Polygon class returns number instead of string just to align with
900
+ AbstractEthLikeCoin
901
+ Ticket: WIN-1012
902
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
903
+ class in abstract-eth module because TransactionBuilder in the
904
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
905
+ be added to the class that will inherit EthLikeToken class
906
+
907
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
908
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
909
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
910
+ support for hop transactions, batch transactions, etc
911
+
912
+ TICKET: WIN-1021
913
+
914
+ # [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)
915
+
916
+ ### Bug Fixes
917
+
918
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
919
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
920
+
921
+ ### Code Refactoring
922
+
923
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
924
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
925
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
926
+
927
+ ### Features
928
+
929
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
930
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
931
+
932
+ ### BREAKING CHANGES
933
+
934
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
935
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
936
+ getCustomChainName method is removed from Polygon class because a common
937
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
938
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
939
+ and needs to be passed to derive the Eth common object from the chainId.
940
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
941
+ it can be used for other EthLike coins. getBaseFactor method in Eth
942
+ and Polygon class returns number instead of string just to align with
943
+ AbstractEthLikeCoin
944
+ Ticket: WIN-1012
945
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
946
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
947
+ getCustomChainName method is removed from Polygon class because a common
948
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
949
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
950
+ and needs to be passed to derive the Eth common object from the chainId.
951
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
952
+ it can be used for other EthLike coins. getBaseFactor method in Eth
953
+ and Polygon class returns number instead of string just to align with
954
+ AbstractEthLikeCoin
955
+ Ticket: WIN-1012
956
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
957
+ class in abstract-eth module because TransactionBuilder in the
958
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
959
+ be added to the class that will inherit EthLikeToken class
960
+
961
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
962
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
963
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
964
+ support for hop transactions, batch transactions, etc
965
+
966
+ TICKET: WIN-1021
967
+
968
+ # [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)
969
+
970
+ ### Bug Fixes
971
+
972
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
973
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
974
+
975
+ ### Code Refactoring
976
+
977
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
978
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
979
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
980
+
981
+ ### Features
982
+
983
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
984
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
985
+
986
+ ### BREAKING CHANGES
987
+
988
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
989
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
990
+ getCustomChainName method is removed from Polygon class because a common
991
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
992
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
993
+ and needs to be passed to derive the Eth common object from the chainId.
994
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
995
+ it can be used for other EthLike coins. getBaseFactor method in Eth
996
+ and Polygon class returns number instead of string just to align with
997
+ AbstractEthLikeCoin
998
+ Ticket: WIN-1012
999
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1000
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1001
+ getCustomChainName method is removed from Polygon class because a common
1002
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1003
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1004
+ and needs to be passed to derive the Eth common object from the chainId.
1005
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1006
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1007
+ and Polygon class returns number instead of string just to align with
1008
+ AbstractEthLikeCoin
1009
+ Ticket: WIN-1012
1010
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1011
+ class in abstract-eth module because TransactionBuilder in the
1012
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1013
+ be added to the class that will inherit EthLikeToken class
1014
+
1015
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1016
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1017
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1018
+ support for hop transactions, batch transactions, etc
1019
+
1020
+ TICKET: WIN-1021
1021
+
1022
+ # [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)
1023
+
1024
+ ### Bug Fixes
1025
+
1026
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1027
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1028
+
1029
+ ### Code Refactoring
1030
+
1031
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
1032
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1033
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1034
+
1035
+ ### Features
1036
+
1037
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1038
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1039
+
1040
+ ### BREAKING CHANGES
1041
+
1042
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1043
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1044
+ getCustomChainName method is removed from Polygon class because a common
1045
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1046
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1047
+ and needs to be passed to derive the Eth common object from the chainId.
1048
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1049
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1050
+ and Polygon class returns number instead of string just to align with
1051
+ AbstractEthLikeCoin
1052
+ Ticket: WIN-1012
1053
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1054
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1055
+ getCustomChainName method is removed from Polygon class because a common
1056
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1057
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1058
+ and needs to be passed to derive the Eth common object from the chainId.
1059
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1060
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1061
+ and Polygon class returns number instead of string just to align with
1062
+ AbstractEthLikeCoin
1063
+ Ticket: WIN-1012
1064
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1065
+ class in abstract-eth module because TransactionBuilder in the
1066
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1067
+ be added to the class that will inherit EthLikeToken class
1068
+
1069
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1070
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1071
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1072
+ support for hop transactions, batch transactions, etc
1073
+
1074
+ TICKET: WIN-1021
1075
+
1076
+ # [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)
1077
+
1078
+ ### Bug Fixes
1079
+
1080
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1081
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1082
+
1083
+ ### Code Refactoring
1084
+
1085
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
1086
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1087
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1088
+
1089
+ ### Features
1090
+
1091
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1092
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1093
+
1094
+ ### BREAKING CHANGES
1095
+
1096
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1097
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1098
+ getCustomChainName method is removed from Polygon class because a common
1099
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1100
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1101
+ and needs to be passed to derive the Eth common object from the chainId.
1102
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1103
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1104
+ and Polygon class returns number instead of string just to align with
1105
+ AbstractEthLikeCoin
1106
+ Ticket: WIN-1012
1107
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1108
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1109
+ getCustomChainName method is removed from Polygon class because a common
1110
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1111
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1112
+ and needs to be passed to derive the Eth common object from the chainId.
1113
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1114
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1115
+ and Polygon class returns number instead of string just to align with
1116
+ AbstractEthLikeCoin
1117
+ Ticket: WIN-1012
1118
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1119
+ class in abstract-eth module because TransactionBuilder in the
1120
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1121
+ be added to the class that will inherit EthLikeToken class
1122
+
1123
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1124
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1125
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1126
+ support for hop transactions, batch transactions, etc
1127
+
1128
+ TICKET: WIN-1021
1129
+
1130
+ # [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)
1131
+
1132
+ ### Bug Fixes
1133
+
1134
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1135
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1136
+
1137
+ ### Code Refactoring
1138
+
1139
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
1140
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1141
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1142
+
1143
+ ### Features
1144
+
1145
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1146
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1147
+
1148
+ ### BREAKING CHANGES
1149
+
1150
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1151
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1152
+ getCustomChainName method is removed from Polygon class because a common
1153
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1154
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1155
+ and needs to be passed to derive the Eth common object from the chainId.
1156
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1157
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1158
+ and Polygon class returns number instead of string just to align with
1159
+ AbstractEthLikeCoin
1160
+ Ticket: WIN-1012
1161
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1162
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1163
+ getCustomChainName method is removed from Polygon class because a common
1164
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1165
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1166
+ and needs to be passed to derive the Eth common object from the chainId.
1167
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1168
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1169
+ and Polygon class returns number instead of string just to align with
1170
+ AbstractEthLikeCoin
1171
+ Ticket: WIN-1012
1172
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1173
+ class in abstract-eth module because TransactionBuilder in the
1174
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1175
+ be added to the class that will inherit EthLikeToken class
1176
+
1177
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1178
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1179
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1180
+ support for hop transactions, batch transactions, etc
1181
+
1182
+ TICKET: WIN-1021
1183
+
1184
+ # [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)
1185
+
1186
+ ### Bug Fixes
1187
+
1188
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1189
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1190
+
1191
+ ### Code Refactoring
1192
+
1193
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1194
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1195
+
1196
+ ### Features
1197
+
1198
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1199
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1200
+
1201
+ ### BREAKING CHANGES
1202
+
1203
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1204
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1205
+ getCustomChainName method is removed from Polygon class because a common
1206
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1207
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1208
+ and needs to be passed to derive the Eth common object from the chainId.
1209
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1210
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1211
+ and Polygon class returns number instead of string just to align with
1212
+ AbstractEthLikeCoin
1213
+ Ticket: WIN-1012
1214
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1215
+ class in abstract-eth module because TransactionBuilder in the
1216
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1217
+ be added to the class that will inherit EthLikeToken class
1218
+
1219
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1220
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1221
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1222
+ support for hop transactions, batch transactions, etc
1223
+
1224
+ TICKET: WIN-1021
1225
+
1226
+ # [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)
1227
+
1228
+ ### Bug Fixes
1229
+
1230
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1231
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1232
+
1233
+ ### Code Refactoring
1234
+
1235
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1236
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1237
+
1238
+ ### Features
1239
+
1240
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1241
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1242
+
1243
+ ### BREAKING CHANGES
1244
+
1245
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1246
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1247
+ getCustomChainName method is removed from Polygon class because a common
1248
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1249
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1250
+ and needs to be passed to derive the Eth common object from the chainId.
1251
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1252
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1253
+ and Polygon class returns number instead of string just to align with
1254
+ AbstractEthLikeCoin
1255
+ Ticket: WIN-1012
1256
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1257
+ class in abstract-eth module because TransactionBuilder in the
1258
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1259
+ be added to the class that will inherit EthLikeToken class
1260
+
1261
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1262
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1263
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1264
+ support for hop transactions, batch transactions, etc
1265
+
1266
+ TICKET: WIN-1021
1267
+
1268
+ # [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)
1269
+
1270
+ ### Bug Fixes
1271
+
1272
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1273
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1274
+
1275
+ ### Code Refactoring
1276
+
1277
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1278
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1279
+
1280
+ ### Features
1281
+
1282
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1283
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1284
+
1285
+ ### BREAKING CHANGES
1286
+
1287
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1288
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1289
+ getCustomChainName method is removed from Polygon class because a common
1290
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1291
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1292
+ and needs to be passed to derive the Eth common object from the chainId.
1293
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1294
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1295
+ and Polygon class returns number instead of string just to align with
1296
+ AbstractEthLikeCoin
1297
+ Ticket: WIN-1012
1298
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1299
+ class in abstract-eth module because TransactionBuilder in the
1300
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1301
+ be added to the class that will inherit EthLikeToken class
1302
+
1303
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1304
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1305
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1306
+ support for hop transactions, batch transactions, etc
1307
+
1308
+ TICKET: WIN-1021
1309
+
1310
+ # [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)
1311
+
1312
+ ### Bug Fixes
1313
+
1314
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1315
+
1316
+ ### Features
1317
+
1318
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1319
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1320
+
1321
+ # [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)
1322
+
1323
+ ### Bug Fixes
1324
+
1325
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1326
+
1327
+ ### Features
1328
+
1329
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1330
+
1331
+ # [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)
1332
+
1333
+ ### Bug Fixes
1334
+
1335
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1336
+
1337
+ ### Features
1338
+
1339
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1340
+
1341
+ ## [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)
1342
+
1343
+ ### Bug Fixes
1344
+
1345
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1346
+
1347
+ ## [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)
1348
+
1349
+ ### Bug Fixes
1350
+
1351
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1352
+
1353
+ ## [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)
1354
+
1355
+ ### Bug Fixes
1356
+
1357
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1358
+
1359
+ ## [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)
1360
+
1361
+ ### Bug Fixes
1362
+
1363
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1364
+
1365
+ ## [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)
1366
+
1367
+ ### Bug Fixes
1368
+
1369
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1370
+
1371
+ ## [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)
1372
+
1373
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1374
+
1375
+ ## [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)
1376
+
1377
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1378
+
1379
+ ## [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)
1380
+
1381
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1382
+
1383
+ ## [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)
1384
+
1385
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1386
+
1387
+ ## [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)
1388
+
1389
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1390
+
1391
+ # [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)
1392
+
1393
+ ### Features
1394
+
1395
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
1396
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
1397
+
1398
+ # [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)
1399
+
1400
+ ### Features
1401
+
1402
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
1403
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
1404
+
1405
+ ## [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)
1406
+
1407
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1408
+
6
1409
  ## [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)
7
1410
 
8
1411
  **Note:** Version bump only for package @bitgo/sdk-coin-eth