@bitgo-beta/sdk-coin-eth 4.4.1-beta.83 → 4.4.1-beta.830

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