@bitgo-beta/sdk-coin-eth 4.4.1-beta.37 → 4.4.1-beta.370

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