@bitgo-beta/sdk-coin-eth 4.4.1-beta.95 → 4.4.1-beta.950

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