@bitgo-beta/sdk-coin-eth 4.4.1-beta.65 → 4.4.1-beta.650

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