@bitgo-beta/sdk-coin-eth 4.4.1-beta.73 → 4.4.1-beta.730

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