@bitgo-beta/sdk-coin-eth 4.4.1-beta.99 → 4.4.1-beta.991

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