@bitgo-beta/sdk-coin-eth 4.4.1-beta.60 → 4.4.1-beta.601

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 +1315 -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 -1610
  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,1321 @@
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.40](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.39...@bitgo/sdk-coin-eth@24.2.40) (2024-12-11)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
9
+
10
+ ## [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)
11
+
12
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
13
+
14
+ ## [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)
15
+
16
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
17
+
18
+ ## [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)
19
+
20
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
21
+
22
+ ## [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)
23
+
24
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
25
+
26
+ ## [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)
27
+
28
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
29
+
30
+ ## [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)
31
+
32
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
33
+
34
+ ## [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)
35
+
36
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
37
+
38
+ ## [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)
39
+
40
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
41
+
42
+ ## [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)
43
+
44
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
45
+
46
+ ## [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)
47
+
48
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
49
+
50
+ ## [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)
51
+
52
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
53
+
54
+ ## [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)
55
+
56
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
57
+
58
+ ## [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)
59
+
60
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
61
+
62
+ ## [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)
63
+
64
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
65
+
66
+ ## [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)
67
+
68
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
69
+
70
+ ## [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)
71
+
72
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
73
+
74
+ ## [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)
75
+
76
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
77
+
78
+ ## [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)
79
+
80
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
81
+
82
+ ## [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)
83
+
84
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
85
+
86
+ ## [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)
87
+
88
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
89
+
90
+ ## [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)
91
+
92
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
93
+
94
+ ## [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)
95
+
96
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
97
+
98
+ ## [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)
99
+
100
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
101
+
102
+ ## [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)
103
+
104
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
105
+
106
+ ## [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)
107
+
108
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
109
+
110
+ ## [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)
111
+
112
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
113
+
114
+ ## [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)
115
+
116
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
117
+
118
+ ## [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)
119
+
120
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
121
+
122
+ ## [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)
123
+
124
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
125
+
126
+ ## [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)
127
+
128
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
129
+
130
+ ## [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)
131
+
132
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
133
+
134
+ ## [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)
135
+
136
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
137
+
138
+ ## [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)
139
+
140
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
141
+
142
+ ## [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)
143
+
144
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
145
+
146
+ ## [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)
147
+
148
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
149
+
150
+ ## [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)
151
+
152
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
153
+
154
+ ## [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)
155
+
156
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
157
+
158
+ ## [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)
159
+
160
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
161
+
162
+ ## [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)
163
+
164
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
165
+
166
+ # [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)
167
+
168
+ ### Features
169
+
170
+ - **abstract-eth:** support v4 wallet for recover method ([142ec9f](https://github.com/BitGo/BitGoJS/commit/142ec9f220ec2af54545aca4b4d95b39a4179002))
171
+
172
+ ## [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)
173
+
174
+ ### Bug Fixes
175
+
176
+ - add txHex for eth CCR tx ([780929a](https://github.com/BitGo/BitGoJS/commit/780929a1df6e0a958102fa7b93d7056e593dbc52))
177
+
178
+ # [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)
179
+
180
+ ### Features
181
+
182
+ - **abstract-eth:** use non packed encode for V4 wallet ([54fd3a8](https://github.com/BitGo/BitGoJS/commit/54fd3a8dbafb14bdeae78204c122885d288d48b6))
183
+
184
+ # [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)
185
+
186
+ ### Bug Fixes
187
+
188
+ - superagent upgrade to 9.0 ([6e9aa43](https://github.com/BitGo/BitGoJS/commit/6e9aa43a6d2999298abd450ceb168d664b8b926d))
189
+
190
+ ### Features
191
+
192
+ - **abstract-eth:** support txn bulding for v4 wallet on eth chain ([d8aabea](https://github.com/BitGo/BitGoJS/commit/d8aabead0197072ee5b6c7fb11bd9c379606208d))
193
+
194
+ ### BREAKING CHANGES
195
+
196
+ - **abstract-eth:** Made ChainID mandatory for signAndBuild method
197
+
198
+ ## [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)
199
+
200
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
201
+
202
+ ## [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)
203
+
204
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
205
+
206
+ ## [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)
207
+
208
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
209
+
210
+ ## [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)
211
+
212
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
213
+
214
+ ## [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)
215
+
216
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
217
+
218
+ ## [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)
219
+
220
+ ### Bug Fixes
221
+
222
+ - **abstract-eth:** fix flush v4 tx building from hex ([f20dc10](https://github.com/BitGo/BitGoJS/commit/f20dc106e90222f27f0ee774fe9844fc0b55f77e))
223
+
224
+ # [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)
225
+
226
+ ### Features
227
+
228
+ - **abstract-eth:** support token flush directly from forwarderV4 contract ([f41a404](https://github.com/BitGo/BitGoJS/commit/f41a404bac7ed952b41effe88e818c6d602a9c22))
229
+
230
+ # [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)
231
+
232
+ ### Features
233
+
234
+ - **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
235
+
236
+ ### BREAKING CHANGES
237
+
238
+ - **root:** Node 16 is no longer supported in bitgojs.
239
+ TICKET: WP-1100
240
+
241
+ ## [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)
242
+
243
+ ### Bug Fixes
244
+
245
+ - factor gas and eip1559 params on ethlike token recovery ([7744d83](https://github.com/BitGo/BitGoJS/commit/7744d831f7d974802501245312787b81f8abae47))
246
+
247
+ ## [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)
248
+
249
+ ### Bug Fixes
250
+
251
+ - **sdk-coin-eth:** fix recover method in case of 0 funds ([748588f](https://github.com/BitGo/BitGoJS/commit/748588f9fdc726bf8b6c7afb42c71400045fdcb3))
252
+
253
+ ## [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)
254
+
255
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
256
+
257
+ ## [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)
258
+
259
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
260
+
261
+ # [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)
262
+
263
+ ### Bug Fixes
264
+
265
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
266
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
267
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
268
+
269
+ ### Code Refactoring
270
+
271
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
272
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
273
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
274
+
275
+ ### Features
276
+
277
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
278
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
279
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
280
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
281
+
282
+ ### BREAKING CHANGES
283
+
284
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
285
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
286
+ getCustomChainName method is removed from Polygon class because a common
287
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
288
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
289
+ and needs to be passed to derive the Eth common object from the chainId.
290
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
291
+ it can be used for other EthLike coins. getBaseFactor method in Eth
292
+ and Polygon class returns number instead of string just to align with
293
+ AbstractEthLikeCoin
294
+ Ticket: WIN-1012
295
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
296
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
297
+ getCustomChainName method is removed from Polygon class because a common
298
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
299
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
300
+ and needs to be passed to derive the Eth common object from the chainId.
301
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
302
+ it can be used for other EthLike coins. getBaseFactor method in Eth
303
+ and Polygon class returns number instead of string just to align with
304
+ AbstractEthLikeCoin
305
+ Ticket: WIN-1012
306
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
307
+ class in abstract-eth module because TransactionBuilder in the
308
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
309
+ be added to the class that will inherit EthLikeToken class
310
+
311
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
312
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
313
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
314
+ support for hop transactions, batch transactions, etc
315
+
316
+ TICKET: WIN-1021
317
+
318
+ # [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)
319
+
320
+ ### Bug Fixes
321
+
322
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
323
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
324
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
325
+
326
+ ### Code Refactoring
327
+
328
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
329
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
330
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
331
+
332
+ ### Features
333
+
334
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
335
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
336
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
337
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
338
+
339
+ ### BREAKING CHANGES
340
+
341
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
342
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
343
+ getCustomChainName method is removed from Polygon class because a common
344
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
345
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
346
+ and needs to be passed to derive the Eth common object from the chainId.
347
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
348
+ it can be used for other EthLike coins. getBaseFactor method in Eth
349
+ and Polygon class returns number instead of string just to align with
350
+ AbstractEthLikeCoin
351
+ Ticket: WIN-1012
352
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
353
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
354
+ getCustomChainName method is removed from Polygon class because a common
355
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
356
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
357
+ and needs to be passed to derive the Eth common object from the chainId.
358
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
359
+ it can be used for other EthLike coins. getBaseFactor method in Eth
360
+ and Polygon class returns number instead of string just to align with
361
+ AbstractEthLikeCoin
362
+ Ticket: WIN-1012
363
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
364
+ class in abstract-eth module because TransactionBuilder in the
365
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
366
+ be added to the class that will inherit EthLikeToken class
367
+
368
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
369
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
370
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
371
+ support for hop transactions, batch transactions, etc
372
+
373
+ TICKET: WIN-1021
374
+
375
+ # [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)
376
+
377
+ ### Bug Fixes
378
+
379
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
380
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
381
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
382
+
383
+ ### Code Refactoring
384
+
385
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
386
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
387
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
388
+
389
+ ### Features
390
+
391
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
392
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
393
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
394
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
395
+
396
+ ### BREAKING CHANGES
397
+
398
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
399
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
400
+ getCustomChainName method is removed from Polygon class because a common
401
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
402
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
403
+ and needs to be passed to derive the Eth common object from the chainId.
404
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
405
+ it can be used for other EthLike coins. getBaseFactor method in Eth
406
+ and Polygon class returns number instead of string just to align with
407
+ AbstractEthLikeCoin
408
+ Ticket: WIN-1012
409
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
410
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
411
+ getCustomChainName method is removed from Polygon class because a common
412
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
413
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
414
+ and needs to be passed to derive the Eth common object from the chainId.
415
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
416
+ it can be used for other EthLike coins. getBaseFactor method in Eth
417
+ and Polygon class returns number instead of string just to align with
418
+ AbstractEthLikeCoin
419
+ Ticket: WIN-1012
420
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
421
+ class in abstract-eth module because TransactionBuilder in the
422
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
423
+ be added to the class that will inherit EthLikeToken class
424
+
425
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
426
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
427
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
428
+ support for hop transactions, batch transactions, etc
429
+
430
+ TICKET: WIN-1021
431
+
432
+ # [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)
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
+ # [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)
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
+ # [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)
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
+ # [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)
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
+ # [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)
661
+
662
+ ### Bug Fixes
663
+
664
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
665
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
666
+
667
+ ### Code Refactoring
668
+
669
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
670
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
671
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
672
+
673
+ ### Features
674
+
675
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
676
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
677
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
678
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
679
+
680
+ ### BREAKING CHANGES
681
+
682
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
683
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
684
+ getCustomChainName method is removed from Polygon class because a common
685
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
686
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
687
+ and needs to be passed to derive the Eth common object from the chainId.
688
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
689
+ it can be used for other EthLike coins. getBaseFactor method in Eth
690
+ and Polygon class returns number instead of string just to align with
691
+ AbstractEthLikeCoin
692
+ Ticket: WIN-1012
693
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
694
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
695
+ getCustomChainName method is removed from Polygon class because a common
696
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
697
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
698
+ and needs to be passed to derive the Eth common object from the chainId.
699
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
700
+ it can be used for other EthLike coins. getBaseFactor method in Eth
701
+ and Polygon class returns number instead of string just to align with
702
+ AbstractEthLikeCoin
703
+ Ticket: WIN-1012
704
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
705
+ class in abstract-eth module because TransactionBuilder in the
706
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
707
+ be added to the class that will inherit EthLikeToken class
708
+
709
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
710
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
711
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
712
+ support for hop transactions, batch transactions, etc
713
+
714
+ TICKET: WIN-1021
715
+
716
+ # [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)
717
+
718
+ ### Bug Fixes
719
+
720
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
721
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
722
+
723
+ ### Code Refactoring
724
+
725
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
726
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
727
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
728
+
729
+ ### Features
730
+
731
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
732
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
733
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
734
+
735
+ ### BREAKING CHANGES
736
+
737
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
738
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
739
+ getCustomChainName method is removed from Polygon class because a common
740
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
741
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
742
+ and needs to be passed to derive the Eth common object from the chainId.
743
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
744
+ it can be used for other EthLike coins. getBaseFactor method in Eth
745
+ and Polygon class returns number instead of string just to align with
746
+ AbstractEthLikeCoin
747
+ Ticket: WIN-1012
748
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
749
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
750
+ getCustomChainName method is removed from Polygon class because a common
751
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
752
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
753
+ and needs to be passed to derive the Eth common object from the chainId.
754
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
755
+ it can be used for other EthLike coins. getBaseFactor method in Eth
756
+ and Polygon class returns number instead of string just to align with
757
+ AbstractEthLikeCoin
758
+ Ticket: WIN-1012
759
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
760
+ class in abstract-eth module because TransactionBuilder in the
761
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
762
+ be added to the class that will inherit EthLikeToken class
763
+
764
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
765
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
766
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
767
+ support for hop transactions, batch transactions, etc
768
+
769
+ TICKET: WIN-1021
770
+
771
+ # [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)
772
+
773
+ ### Bug Fixes
774
+
775
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
776
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
777
+
778
+ ### Code Refactoring
779
+
780
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
781
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
782
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
783
+
784
+ ### Features
785
+
786
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
787
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
788
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
789
+
790
+ ### BREAKING CHANGES
791
+
792
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
793
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
794
+ getCustomChainName method is removed from Polygon class because a common
795
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
796
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
797
+ and needs to be passed to derive the Eth common object from the chainId.
798
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
799
+ it can be used for other EthLike coins. getBaseFactor method in Eth
800
+ and Polygon class returns number instead of string just to align with
801
+ AbstractEthLikeCoin
802
+ Ticket: WIN-1012
803
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
804
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
805
+ getCustomChainName method is removed from Polygon class because a common
806
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
807
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
808
+ and needs to be passed to derive the Eth common object from the chainId.
809
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
810
+ it can be used for other EthLike coins. getBaseFactor method in Eth
811
+ and Polygon class returns number instead of string just to align with
812
+ AbstractEthLikeCoin
813
+ Ticket: WIN-1012
814
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
815
+ class in abstract-eth module because TransactionBuilder in the
816
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
817
+ be added to the class that will inherit EthLikeToken class
818
+
819
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
820
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
821
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
822
+ support for hop transactions, batch transactions, etc
823
+
824
+ TICKET: WIN-1021
825
+
826
+ # [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)
827
+
828
+ ### Bug Fixes
829
+
830
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
831
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
832
+
833
+ ### Code Refactoring
834
+
835
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
836
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
837
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
838
+
839
+ ### Features
840
+
841
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
842
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
843
+
844
+ ### BREAKING CHANGES
845
+
846
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
847
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
848
+ getCustomChainName method is removed from Polygon class because a common
849
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
850
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
851
+ and needs to be passed to derive the Eth common object from the chainId.
852
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
853
+ it can be used for other EthLike coins. getBaseFactor method in Eth
854
+ and Polygon class returns number instead of string just to align with
855
+ AbstractEthLikeCoin
856
+ Ticket: WIN-1012
857
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
858
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
859
+ getCustomChainName method is removed from Polygon class because a common
860
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
861
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
862
+ and needs to be passed to derive the Eth common object from the chainId.
863
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
864
+ it can be used for other EthLike coins. getBaseFactor method in Eth
865
+ and Polygon class returns number instead of string just to align with
866
+ AbstractEthLikeCoin
867
+ Ticket: WIN-1012
868
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
869
+ class in abstract-eth module because TransactionBuilder in the
870
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
871
+ be added to the class that will inherit EthLikeToken class
872
+
873
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
874
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
875
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
876
+ support for hop transactions, batch transactions, etc
877
+
878
+ TICKET: WIN-1021
879
+
880
+ # [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)
881
+
882
+ ### Bug Fixes
883
+
884
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
885
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
886
+
887
+ ### Code Refactoring
888
+
889
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
890
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
891
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
892
+
893
+ ### Features
894
+
895
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
896
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
897
+
898
+ ### BREAKING CHANGES
899
+
900
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
901
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
902
+ getCustomChainName method is removed from Polygon class because a common
903
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
904
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
905
+ and needs to be passed to derive the Eth common object from the chainId.
906
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
907
+ it can be used for other EthLike coins. getBaseFactor method in Eth
908
+ and Polygon class returns number instead of string just to align with
909
+ AbstractEthLikeCoin
910
+ Ticket: WIN-1012
911
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
912
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
913
+ getCustomChainName method is removed from Polygon class because a common
914
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
915
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
916
+ and needs to be passed to derive the Eth common object from the chainId.
917
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
918
+ it can be used for other EthLike coins. getBaseFactor method in Eth
919
+ and Polygon class returns number instead of string just to align with
920
+ AbstractEthLikeCoin
921
+ Ticket: WIN-1012
922
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
923
+ class in abstract-eth module because TransactionBuilder in the
924
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
925
+ be added to the class that will inherit EthLikeToken class
926
+
927
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
928
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
929
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
930
+ support for hop transactions, batch transactions, etc
931
+
932
+ TICKET: WIN-1021
933
+
934
+ # [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)
935
+
936
+ ### Bug Fixes
937
+
938
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
939
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
940
+
941
+ ### Code Refactoring
942
+
943
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
944
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
945
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
946
+
947
+ ### Features
948
+
949
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
950
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
951
+
952
+ ### BREAKING CHANGES
953
+
954
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
955
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
956
+ getCustomChainName method is removed from Polygon class because a common
957
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
958
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
959
+ and needs to be passed to derive the Eth common object from the chainId.
960
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
961
+ it can be used for other EthLike coins. getBaseFactor method in Eth
962
+ and Polygon class returns number instead of string just to align with
963
+ AbstractEthLikeCoin
964
+ Ticket: WIN-1012
965
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
966
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
967
+ getCustomChainName method is removed from Polygon class because a common
968
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
969
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
970
+ and needs to be passed to derive the Eth common object from the chainId.
971
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
972
+ it can be used for other EthLike coins. getBaseFactor method in Eth
973
+ and Polygon class returns number instead of string just to align with
974
+ AbstractEthLikeCoin
975
+ Ticket: WIN-1012
976
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
977
+ class in abstract-eth module because TransactionBuilder in the
978
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
979
+ be added to the class that will inherit EthLikeToken class
980
+
981
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
982
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
983
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
984
+ support for hop transactions, batch transactions, etc
985
+
986
+ TICKET: WIN-1021
987
+
988
+ # [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)
989
+
990
+ ### Bug Fixes
991
+
992
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
993
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
994
+
995
+ ### Code Refactoring
996
+
997
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
998
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
999
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1000
+
1001
+ ### Features
1002
+
1003
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1004
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1005
+
1006
+ ### BREAKING CHANGES
1007
+
1008
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1009
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1010
+ getCustomChainName method is removed from Polygon class because a common
1011
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1012
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1013
+ and needs to be passed to derive the Eth common object from the chainId.
1014
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1015
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1016
+ and Polygon class returns number instead of string just to align with
1017
+ AbstractEthLikeCoin
1018
+ Ticket: WIN-1012
1019
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1020
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1021
+ getCustomChainName method is removed from Polygon class because a common
1022
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1023
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1024
+ and needs to be passed to derive the Eth common object from the chainId.
1025
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1026
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1027
+ and Polygon class returns number instead of string just to align with
1028
+ AbstractEthLikeCoin
1029
+ Ticket: WIN-1012
1030
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1031
+ class in abstract-eth module because TransactionBuilder in the
1032
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1033
+ be added to the class that will inherit EthLikeToken class
1034
+
1035
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1036
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1037
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1038
+ support for hop transactions, batch transactions, etc
1039
+
1040
+ TICKET: WIN-1021
1041
+
1042
+ # [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)
1043
+
1044
+ ### Bug Fixes
1045
+
1046
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1047
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1048
+
1049
+ ### Code Refactoring
1050
+
1051
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
1052
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1053
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1054
+
1055
+ ### Features
1056
+
1057
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1058
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1059
+
1060
+ ### BREAKING CHANGES
1061
+
1062
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1063
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1064
+ getCustomChainName method is removed from Polygon class because a common
1065
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1066
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1067
+ and needs to be passed to derive the Eth common object from the chainId.
1068
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1069
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1070
+ and Polygon class returns number instead of string just to align with
1071
+ AbstractEthLikeCoin
1072
+ Ticket: WIN-1012
1073
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1074
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1075
+ getCustomChainName method is removed from Polygon class because a common
1076
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1077
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1078
+ and needs to be passed to derive the Eth common object from the chainId.
1079
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1080
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1081
+ and Polygon class returns number instead of string just to align with
1082
+ AbstractEthLikeCoin
1083
+ Ticket: WIN-1012
1084
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1085
+ class in abstract-eth module because TransactionBuilder in the
1086
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1087
+ be added to the class that will inherit EthLikeToken class
1088
+
1089
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1090
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1091
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1092
+ support for hop transactions, batch transactions, etc
1093
+
1094
+ TICKET: WIN-1021
1095
+
1096
+ # [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)
1097
+
1098
+ ### Bug Fixes
1099
+
1100
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1101
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1102
+
1103
+ ### Code Refactoring
1104
+
1105
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1106
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1107
+
1108
+ ### Features
1109
+
1110
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1111
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1112
+
1113
+ ### BREAKING CHANGES
1114
+
1115
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1116
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1117
+ getCustomChainName method is removed from Polygon class because a common
1118
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1119
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1120
+ and needs to be passed to derive the Eth common object from the chainId.
1121
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1122
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1123
+ and Polygon class returns number instead of string just to align with
1124
+ AbstractEthLikeCoin
1125
+ Ticket: WIN-1012
1126
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1127
+ class in abstract-eth module because TransactionBuilder in the
1128
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1129
+ be added to the class that will inherit EthLikeToken class
1130
+
1131
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1132
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1133
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1134
+ support for hop transactions, batch transactions, etc
1135
+
1136
+ TICKET: WIN-1021
1137
+
1138
+ # [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)
1139
+
1140
+ ### Bug Fixes
1141
+
1142
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1143
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1144
+
1145
+ ### Code Refactoring
1146
+
1147
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1148
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1149
+
1150
+ ### Features
1151
+
1152
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1153
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1154
+
1155
+ ### BREAKING CHANGES
1156
+
1157
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1158
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1159
+ getCustomChainName method is removed from Polygon class because a common
1160
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1161
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1162
+ and needs to be passed to derive the Eth common object from the chainId.
1163
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1164
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1165
+ and Polygon class returns number instead of string just to align with
1166
+ AbstractEthLikeCoin
1167
+ Ticket: WIN-1012
1168
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1169
+ class in abstract-eth module because TransactionBuilder in the
1170
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1171
+ be added to the class that will inherit EthLikeToken class
1172
+
1173
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1174
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1175
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1176
+ support for hop transactions, batch transactions, etc
1177
+
1178
+ TICKET: WIN-1021
1179
+
1180
+ # [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)
1181
+
1182
+ ### Bug Fixes
1183
+
1184
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1185
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1186
+
1187
+ ### Code Refactoring
1188
+
1189
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1190
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1191
+
1192
+ ### Features
1193
+
1194
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1195
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1196
+
1197
+ ### BREAKING CHANGES
1198
+
1199
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1200
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1201
+ getCustomChainName method is removed from Polygon class because a common
1202
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1203
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1204
+ and needs to be passed to derive the Eth common object from the chainId.
1205
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1206
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1207
+ and Polygon class returns number instead of string just to align with
1208
+ AbstractEthLikeCoin
1209
+ Ticket: WIN-1012
1210
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1211
+ class in abstract-eth module because TransactionBuilder in the
1212
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1213
+ be added to the class that will inherit EthLikeToken class
1214
+
1215
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1216
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1217
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1218
+ support for hop transactions, batch transactions, etc
1219
+
1220
+ TICKET: WIN-1021
1221
+
1222
+ # [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)
1223
+
1224
+ ### Bug Fixes
1225
+
1226
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
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
+ # [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)
1234
+
1235
+ ### Bug Fixes
1236
+
1237
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1238
+
1239
+ ### Features
1240
+
1241
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1242
+
1243
+ # [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)
1244
+
1245
+ ### Bug Fixes
1246
+
1247
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1248
+
1249
+ ### Features
1250
+
1251
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1252
+
1253
+ ## [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)
1254
+
1255
+ ### Bug Fixes
1256
+
1257
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1258
+
1259
+ ## [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)
1260
+
1261
+ ### Bug Fixes
1262
+
1263
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1264
+
1265
+ ## [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)
1266
+
1267
+ ### Bug Fixes
1268
+
1269
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1270
+
1271
+ ## [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)
1272
+
1273
+ ### Bug Fixes
1274
+
1275
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1276
+
1277
+ ## [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)
1278
+
1279
+ ### Bug Fixes
1280
+
1281
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1282
+
1283
+ ## [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)
1284
+
1285
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1286
+
1287
+ ## [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)
1288
+
1289
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1290
+
1291
+ ## [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)
1292
+
1293
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1294
+
1295
+ ## [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)
1296
+
1297
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1298
+
1299
+ ## [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)
1300
+
1301
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1302
+
1303
+ # [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)
1304
+
1305
+ ### Features
1306
+
1307
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
1308
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
1309
+
1310
+ # [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)
1311
+
1312
+ ### Features
1313
+
1314
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
1315
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
1316
+
1317
+ ## [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)
1318
+
1319
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1320
+
6
1321
  ## [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
1322
 
8
1323
  **Note:** Version bump only for package @bitgo/sdk-coin-eth