@bitgo-beta/abstract-eth 1.0.2-beta.46 → 1.0.2-beta.461

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 (57) hide show
  1. package/CHANGELOG.md +840 -0
  2. package/dist/src/abstractEthLikeCoin.d.ts +7 -5
  3. package/dist/src/abstractEthLikeCoin.d.ts.map +1 -1
  4. package/dist/src/abstractEthLikeCoin.js +10 -10
  5. package/dist/src/abstractEthLikeNewCoins.d.ts +635 -0
  6. package/dist/src/abstractEthLikeNewCoins.d.ts.map +1 -0
  7. package/dist/src/abstractEthLikeNewCoins.js +1839 -0
  8. package/dist/src/ethLikeToken.d.ts +15 -4
  9. package/dist/src/ethLikeToken.d.ts.map +1 -1
  10. package/dist/src/ethLikeToken.js +61 -7
  11. package/dist/src/index.d.ts +2 -0
  12. package/dist/src/index.d.ts.map +1 -1
  13. package/dist/src/index.js +3 -1
  14. package/dist/src/lib/contractCall.d.ts +8 -0
  15. package/dist/src/lib/contractCall.d.ts.map +1 -0
  16. package/dist/src/lib/contractCall.js +17 -0
  17. package/dist/src/lib/iface.d.ts +130 -0
  18. package/dist/src/lib/iface.d.ts.map +1 -0
  19. package/dist/src/lib/iface.js +8 -0
  20. package/dist/src/lib/index.d.ts +15 -0
  21. package/dist/src/lib/index.d.ts.map +1 -0
  22. package/dist/src/lib/index.js +42 -0
  23. package/dist/src/lib/keyPair.d.ts +26 -0
  24. package/dist/src/lib/keyPair.d.ts.map +1 -0
  25. package/dist/src/lib/keyPair.js +66 -0
  26. package/dist/src/lib/transaction.d.ts +64 -0
  27. package/dist/src/lib/transaction.d.ts.map +1 -0
  28. package/dist/src/lib/transaction.js +137 -0
  29. package/dist/src/lib/transactionBuilder.d.ts +232 -0
  30. package/dist/src/lib/transactionBuilder.d.ts.map +1 -0
  31. package/dist/src/lib/transactionBuilder.js +689 -0
  32. package/dist/src/lib/transferBuilder.d.ts +66 -0
  33. package/dist/src/lib/transferBuilder.d.ts.map +1 -0
  34. package/dist/src/lib/transferBuilder.js +224 -0
  35. package/dist/src/lib/transferBuilders/baseNFTTransferBuilder.d.ts +52 -0
  36. package/dist/src/lib/transferBuilders/baseNFTTransferBuilder.d.ts.map +1 -0
  37. package/dist/src/lib/transferBuilders/baseNFTTransferBuilder.js +114 -0
  38. package/dist/src/lib/transferBuilders/index.d.ts +4 -0
  39. package/dist/src/lib/transferBuilders/index.d.ts.map +1 -0
  40. package/dist/src/lib/transferBuilders/index.js +16 -0
  41. package/dist/src/lib/transferBuilders/transferBuilderERC1155.d.ts +16 -0
  42. package/dist/src/lib/transferBuilders/transferBuilderERC1155.d.ts.map +1 -0
  43. package/dist/src/lib/transferBuilders/transferBuilderERC1155.js +93 -0
  44. package/dist/src/lib/transferBuilders/transferBuilderERC721.d.ts +15 -0
  45. package/dist/src/lib/transferBuilders/transferBuilderERC721.d.ts.map +1 -0
  46. package/dist/src/lib/transferBuilders/transferBuilderERC721.js +78 -0
  47. package/dist/src/lib/types.d.ts +39 -0
  48. package/dist/src/lib/types.d.ts.map +1 -0
  49. package/dist/src/lib/types.js +137 -0
  50. package/dist/src/lib/utils.d.ts +228 -0
  51. package/dist/src/lib/utils.d.ts.map +1 -0
  52. package/dist/src/lib/utils.js +577 -0
  53. package/dist/src/lib/walletUtil.d.ts +26 -0
  54. package/dist/src/lib/walletUtil.d.ts.map +1 -0
  55. package/dist/src/lib/walletUtil.js +29 -0
  56. package/dist/tsconfig.tsbuildinfo +1 -7896
  57. package/package.json +23 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,846 @@
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
+ # [13.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@13.0.0) (2024-01-09)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
11
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
12
+
13
+ ### Code Refactoring
14
+
15
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
16
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
17
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
18
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
19
+
20
+ ### Features
21
+
22
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
23
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
24
+ - **sdk-core:** add function to transfer nfts ([b77b386](https://github.com/BitGo/BitGoJS/commit/b77b386bf77408d4b1617ba3bc44e5899a65f2e0))
25
+
26
+ ### BREAKING CHANGES
27
+
28
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
29
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
30
+ getCustomChainName method is removed from Polygon class because a common
31
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
32
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
33
+ and needs to be passed to derive the Eth common object from the chainId.
34
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
35
+ it can be used for other EthLike coins. getBaseFactor method in Eth
36
+ and Polygon class returns number instead of string just to align with
37
+ AbstractEthLikeCoin
38
+ Ticket: WIN-1012
39
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
40
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
41
+ getCustomChainName method is removed from Polygon class because a common
42
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
43
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
44
+ and needs to be passed to derive the Eth common object from the chainId.
45
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
46
+ it can be used for other EthLike coins. getBaseFactor method in Eth
47
+ and Polygon class returns number instead of string just to align with
48
+ AbstractEthLikeCoin
49
+ Ticket: WIN-1012
50
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
51
+ a new class AbstractEthLikeNewCoins which will be having both multisig
52
+ and MPC related methods
53
+
54
+ TICKET: WIN-1021
55
+
56
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
57
+ class in abstract-eth module because TransactionBuilder in the
58
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
59
+ be added to the class that will inherit EthLikeToken class
60
+
61
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
62
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
63
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
64
+ support for hop transactions, batch transactions, etc
65
+
66
+ TICKET: WIN-1021
67
+
68
+ # [12.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@12.0.0) (2024-01-03)
69
+
70
+ ### Bug Fixes
71
+
72
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
73
+
74
+ ### Code Refactoring
75
+
76
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
77
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
78
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
79
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
80
+
81
+ ### Features
82
+
83
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
84
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
85
+ - **sdk-core:** add function to transfer nfts ([b77b386](https://github.com/BitGo/BitGoJS/commit/b77b386bf77408d4b1617ba3bc44e5899a65f2e0))
86
+
87
+ ### BREAKING CHANGES
88
+
89
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
90
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
91
+ getCustomChainName method is removed from Polygon class because a common
92
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
93
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
94
+ and needs to be passed to derive the Eth common object from the chainId.
95
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
96
+ it can be used for other EthLike coins. getBaseFactor method in Eth
97
+ and Polygon class returns number instead of string just to align with
98
+ AbstractEthLikeCoin
99
+ Ticket: WIN-1012
100
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
101
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
102
+ getCustomChainName method is removed from Polygon class because a common
103
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
104
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
105
+ and needs to be passed to derive the Eth common object from the chainId.
106
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
107
+ it can be used for other EthLike coins. getBaseFactor method in Eth
108
+ and Polygon class returns number instead of string just to align with
109
+ AbstractEthLikeCoin
110
+ Ticket: WIN-1012
111
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
112
+ a new class AbstractEthLikeNewCoins which will be having both multisig
113
+ and MPC related methods
114
+
115
+ TICKET: WIN-1021
116
+
117
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
118
+ class in abstract-eth module because TransactionBuilder in the
119
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
120
+ be added to the class that will inherit EthLikeToken class
121
+
122
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
123
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
124
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
125
+ support for hop transactions, batch transactions, etc
126
+
127
+ TICKET: WIN-1021
128
+
129
+ # [11.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@11.0.0) (2023-12-18)
130
+
131
+ ### Bug Fixes
132
+
133
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
134
+
135
+ ### Code Refactoring
136
+
137
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
138
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
139
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
140
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
141
+
142
+ ### Features
143
+
144
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
145
+ - **sdk-core:** add function to transfer nfts ([b77b386](https://github.com/BitGo/BitGoJS/commit/b77b386bf77408d4b1617ba3bc44e5899a65f2e0))
146
+
147
+ ### BREAKING CHANGES
148
+
149
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
150
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
151
+ getCustomChainName method is removed from Polygon class because a common
152
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
153
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
154
+ and needs to be passed to derive the Eth common object from the chainId.
155
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
156
+ it can be used for other EthLike coins. getBaseFactor method in Eth
157
+ and Polygon class returns number instead of string just to align with
158
+ AbstractEthLikeCoin
159
+ Ticket: WIN-1012
160
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
161
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
162
+ getCustomChainName method is removed from Polygon class because a common
163
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
164
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
165
+ and needs to be passed to derive the Eth common object from the chainId.
166
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
167
+ it can be used for other EthLike coins. getBaseFactor method in Eth
168
+ and Polygon class returns number instead of string just to align with
169
+ AbstractEthLikeCoin
170
+ Ticket: WIN-1012
171
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
172
+ a new class AbstractEthLikeNewCoins which will be having both multisig
173
+ and MPC related methods
174
+
175
+ TICKET: WIN-1021
176
+
177
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
178
+ class in abstract-eth module because TransactionBuilder in the
179
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
180
+ be added to the class that will inherit EthLikeToken class
181
+
182
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
183
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
184
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
185
+ support for hop transactions, batch transactions, etc
186
+
187
+ TICKET: WIN-1021
188
+
189
+ # [10.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@10.0.0) (2023-12-12)
190
+
191
+ ### Bug Fixes
192
+
193
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
194
+
195
+ ### Code Refactoring
196
+
197
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
198
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
199
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
200
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
201
+
202
+ ### Features
203
+
204
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
205
+
206
+ ### BREAKING CHANGES
207
+
208
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
209
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
210
+ getCustomChainName method is removed from Polygon class because a common
211
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
212
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
213
+ and needs to be passed to derive the Eth common object from the chainId.
214
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
215
+ it can be used for other EthLike coins. getBaseFactor method in Eth
216
+ and Polygon class returns number instead of string just to align with
217
+ AbstractEthLikeCoin
218
+ Ticket: WIN-1012
219
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
220
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
221
+ getCustomChainName method is removed from Polygon class because a common
222
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
223
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
224
+ and needs to be passed to derive the Eth common object from the chainId.
225
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
226
+ it can be used for other EthLike coins. getBaseFactor method in Eth
227
+ and Polygon class returns number instead of string just to align with
228
+ AbstractEthLikeCoin
229
+ Ticket: WIN-1012
230
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
231
+ a new class AbstractEthLikeNewCoins which will be having both multisig
232
+ and MPC related methods
233
+
234
+ TICKET: WIN-1021
235
+
236
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
237
+ class in abstract-eth module because TransactionBuilder in the
238
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
239
+ be added to the class that will inherit EthLikeToken class
240
+
241
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
242
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
243
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
244
+ support for hop transactions, batch transactions, etc
245
+
246
+ TICKET: WIN-1021
247
+
248
+ # [9.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@9.0.0) (2023-12-09)
249
+
250
+ ### Bug Fixes
251
+
252
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
253
+
254
+ ### Code Refactoring
255
+
256
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
257
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
258
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
259
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
260
+
261
+ ### Features
262
+
263
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
264
+
265
+ ### BREAKING CHANGES
266
+
267
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
268
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
269
+ getCustomChainName method is removed from Polygon class because a common
270
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
271
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
272
+ and needs to be passed to derive the Eth common object from the chainId.
273
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
274
+ it can be used for other EthLike coins. getBaseFactor method in Eth
275
+ and Polygon class returns number instead of string just to align with
276
+ AbstractEthLikeCoin
277
+ Ticket: WIN-1012
278
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
279
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
280
+ getCustomChainName method is removed from Polygon class because a common
281
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
282
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
283
+ and needs to be passed to derive the Eth common object from the chainId.
284
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
285
+ it can be used for other EthLike coins. getBaseFactor method in Eth
286
+ and Polygon class returns number instead of string just to align with
287
+ AbstractEthLikeCoin
288
+ Ticket: WIN-1012
289
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
290
+ a new class AbstractEthLikeNewCoins which will be having both multisig
291
+ and MPC related methods
292
+
293
+ TICKET: WIN-1021
294
+
295
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
296
+ class in abstract-eth module because TransactionBuilder in the
297
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
298
+ be added to the class that will inherit EthLikeToken class
299
+
300
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
301
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
302
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
303
+ support for hop transactions, batch transactions, etc
304
+
305
+ TICKET: WIN-1021
306
+
307
+ # [8.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@8.0.0) (2023-12-05)
308
+
309
+ ### Bug Fixes
310
+
311
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
312
+
313
+ ### Code Refactoring
314
+
315
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
316
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
317
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
318
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
319
+
320
+ ### Features
321
+
322
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
323
+
324
+ ### BREAKING CHANGES
325
+
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:** Type of nextContractSequenceId field in TransactionPrebuild
338
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
339
+ getCustomChainName method is removed from Polygon class because a common
340
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
341
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
342
+ and needs to be passed to derive the Eth common object from the chainId.
343
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
344
+ it can be used for other EthLike coins. getBaseFactor method in Eth
345
+ and Polygon class returns number instead of string just to align with
346
+ AbstractEthLikeCoin
347
+ Ticket: WIN-1012
348
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
349
+ a new class AbstractEthLikeNewCoins which will be having both multisig
350
+ and MPC related methods
351
+
352
+ TICKET: WIN-1021
353
+
354
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
355
+ class in abstract-eth module because TransactionBuilder in the
356
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
357
+ be added to the class that will inherit EthLikeToken class
358
+
359
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
360
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
361
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
362
+ support for hop transactions, batch transactions, etc
363
+
364
+ TICKET: WIN-1021
365
+
366
+ # [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@7.0.0) (2023-11-28)
367
+
368
+ ### Bug Fixes
369
+
370
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
371
+
372
+ ### Code Refactoring
373
+
374
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
375
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
376
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
377
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
378
+
379
+ ### Features
380
+
381
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
382
+
383
+ ### BREAKING CHANGES
384
+
385
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
386
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
387
+ getCustomChainName method is removed from Polygon class because a common
388
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
389
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
390
+ and needs to be passed to derive the Eth common object from the chainId.
391
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
392
+ it can be used for other EthLike coins. getBaseFactor method in Eth
393
+ and Polygon class returns number instead of string just to align with
394
+ AbstractEthLikeCoin
395
+ Ticket: WIN-1012
396
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
397
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
398
+ getCustomChainName method is removed from Polygon class because a common
399
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
400
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
401
+ and needs to be passed to derive the Eth common object from the chainId.
402
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
403
+ it can be used for other EthLike coins. getBaseFactor method in Eth
404
+ and Polygon class returns number instead of string just to align with
405
+ AbstractEthLikeCoin
406
+ Ticket: WIN-1012
407
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
408
+ a new class AbstractEthLikeNewCoins which will be having both multisig
409
+ and MPC related methods
410
+
411
+ TICKET: WIN-1021
412
+
413
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
414
+ class in abstract-eth module because TransactionBuilder in the
415
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
416
+ be added to the class that will inherit EthLikeToken class
417
+
418
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
419
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
420
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
421
+ support for hop transactions, batch transactions, etc
422
+
423
+ TICKET: WIN-1021
424
+
425
+ # [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@6.0.0) (2023-11-24)
426
+
427
+ ### Bug Fixes
428
+
429
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
430
+
431
+ ### Code Refactoring
432
+
433
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
434
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
435
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
436
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
437
+
438
+ ### Features
439
+
440
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
441
+
442
+ ### BREAKING CHANGES
443
+
444
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
445
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
446
+ getCustomChainName method is removed from Polygon class because a common
447
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
448
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
449
+ and needs to be passed to derive the Eth common object from the chainId.
450
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
451
+ it can be used for other EthLike coins. getBaseFactor method in Eth
452
+ and Polygon class returns number instead of string just to align with
453
+ AbstractEthLikeCoin
454
+ Ticket: WIN-1012
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:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
467
+ a new class AbstractEthLikeNewCoins which will be having both multisig
468
+ and MPC related methods
469
+
470
+ TICKET: WIN-1021
471
+
472
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
473
+ class in abstract-eth module because TransactionBuilder in the
474
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
475
+ be added to the class that will inherit EthLikeToken class
476
+
477
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
478
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
479
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
480
+ support for hop transactions, batch transactions, etc
481
+
482
+ TICKET: WIN-1021
483
+
484
+ # [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@5.0.0) (2023-11-17)
485
+
486
+ ### Bug Fixes
487
+
488
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
489
+
490
+ ### Code Refactoring
491
+
492
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
493
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
494
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
495
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
496
+
497
+ ### Features
498
+
499
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
500
+
501
+ ### BREAKING CHANGES
502
+
503
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
504
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
505
+ getCustomChainName method is removed from Polygon class because a common
506
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
507
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
508
+ and needs to be passed to derive the Eth common object from the chainId.
509
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
510
+ it can be used for other EthLike coins. getBaseFactor method in Eth
511
+ and Polygon class returns number instead of string just to align with
512
+ AbstractEthLikeCoin
513
+ Ticket: WIN-1012
514
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
515
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
516
+ getCustomChainName method is removed from Polygon class because a common
517
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
518
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
519
+ and needs to be passed to derive the Eth common object from the chainId.
520
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
521
+ it can be used for other EthLike coins. getBaseFactor method in Eth
522
+ and Polygon class returns number instead of string just to align with
523
+ AbstractEthLikeCoin
524
+ Ticket: WIN-1012
525
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
526
+ a new class AbstractEthLikeNewCoins which will be having both multisig
527
+ and MPC related methods
528
+
529
+ TICKET: WIN-1021
530
+
531
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
532
+ class in abstract-eth module because TransactionBuilder in the
533
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
534
+ be added to the class that will inherit EthLikeToken class
535
+
536
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
537
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
538
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
539
+ support for hop transactions, batch transactions, etc
540
+
541
+ TICKET: WIN-1021
542
+
543
+ # [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@4.0.0) (2023-11-13)
544
+
545
+ ### Code Refactoring
546
+
547
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
548
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
549
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
550
+
551
+ ### Features
552
+
553
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
554
+
555
+ ### BREAKING CHANGES
556
+
557
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
558
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
559
+ getCustomChainName method is removed from Polygon class because a common
560
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
561
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
562
+ and needs to be passed to derive the Eth common object from the chainId.
563
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
564
+ it can be used for other EthLike coins. getBaseFactor method in Eth
565
+ and Polygon class returns number instead of string just to align with
566
+ AbstractEthLikeCoin
567
+ Ticket: WIN-1012
568
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
569
+ a new class AbstractEthLikeNewCoins which will be having both multisig
570
+ and MPC related methods
571
+
572
+ TICKET: WIN-1021
573
+
574
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
575
+ class in abstract-eth module because TransactionBuilder in the
576
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
577
+ be added to the class that will inherit EthLikeToken class
578
+
579
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
580
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
581
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
582
+ support for hop transactions, batch transactions, etc
583
+
584
+ TICKET: WIN-1021
585
+
586
+ # [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@3.0.0) (2023-11-13)
587
+
588
+ ### Code Refactoring
589
+
590
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
591
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
592
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
593
+
594
+ ### Features
595
+
596
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
597
+
598
+ ### BREAKING CHANGES
599
+
600
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
601
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
602
+ getCustomChainName method is removed from Polygon class because a common
603
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
604
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
605
+ and needs to be passed to derive the Eth common object from the chainId.
606
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
607
+ it can be used for other EthLike coins. getBaseFactor method in Eth
608
+ and Polygon class returns number instead of string just to align with
609
+ AbstractEthLikeCoin
610
+ Ticket: WIN-1012
611
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
612
+ a new class AbstractEthLikeNewCoins which will be having both multisig
613
+ and MPC related methods
614
+
615
+ TICKET: WIN-1021
616
+
617
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
618
+ class in abstract-eth module because TransactionBuilder in the
619
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
620
+ be added to the class that will inherit EthLikeToken class
621
+
622
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
623
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
624
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
625
+ support for hop transactions, batch transactions, etc
626
+
627
+ TICKET: WIN-1021
628
+
629
+ # [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@2.0.0) (2023-11-13)
630
+
631
+ ### Code Refactoring
632
+
633
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
634
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
635
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
636
+
637
+ ### Features
638
+
639
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
640
+
641
+ ### BREAKING CHANGES
642
+
643
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
644
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
645
+ getCustomChainName method is removed from Polygon class because a common
646
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
647
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
648
+ and needs to be passed to derive the Eth common object from the chainId.
649
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
650
+ it can be used for other EthLike coins. getBaseFactor method in Eth
651
+ and Polygon class returns number instead of string just to align with
652
+ AbstractEthLikeCoin
653
+ Ticket: WIN-1012
654
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
655
+ a new class AbstractEthLikeNewCoins which will be having both multisig
656
+ and MPC related methods
657
+
658
+ TICKET: WIN-1021
659
+
660
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
661
+ class in abstract-eth module because TransactionBuilder in the
662
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
663
+ be added to the class that will inherit EthLikeToken class
664
+
665
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
666
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
667
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
668
+ support for hop transactions, batch transactions, etc
669
+
670
+ TICKET: WIN-1021
671
+
672
+ # [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.6.0) (2023-10-20)
673
+
674
+ ### Features
675
+
676
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
677
+
678
+ # [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.5.0) (2023-10-18)
679
+
680
+ ### Features
681
+
682
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
683
+
684
+ ## [1.4.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.11) (2023-09-25)
685
+
686
+ **Note:** Version bump only for package @bitgo/abstract-eth
687
+
688
+ ## [1.4.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.10) (2023-09-09)
689
+
690
+ **Note:** Version bump only for package @bitgo/abstract-eth
691
+
692
+ ## [1.4.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.9) (2023-09-09)
693
+
694
+ **Note:** Version bump only for package @bitgo/abstract-eth
695
+
696
+ ## [1.4.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.8) (2023-09-07)
697
+
698
+ **Note:** Version bump only for package @bitgo/abstract-eth
699
+
700
+ ## [1.4.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.7) (2023-09-05)
701
+
702
+ **Note:** Version bump only for package @bitgo/abstract-eth
703
+
704
+ ## [1.4.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.6) (2023-09-01)
705
+
706
+ **Note:** Version bump only for package @bitgo/abstract-eth
707
+
708
+ ## [1.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.5) (2023-08-29)
709
+
710
+ **Note:** Version bump only for package @bitgo/abstract-eth
711
+
712
+ ## [1.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.4) (2023-08-25)
713
+
714
+ **Note:** Version bump only for package @bitgo/abstract-eth
715
+
716
+ ## [1.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.3) (2023-08-24)
717
+
718
+ **Note:** Version bump only for package @bitgo/abstract-eth
719
+
720
+ ## [1.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.2) (2023-08-16)
721
+
722
+ **Note:** Version bump only for package @bitgo/abstract-eth
723
+
724
+ ## [1.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.1) (2023-08-16)
725
+
726
+ **Note:** Version bump only for package @bitgo/abstract-eth
727
+
728
+ # [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.28...@bitgo/abstract-eth@1.4.0) (2023-08-04)
729
+
730
+ ### Features
731
+
732
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
733
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
734
+
735
+ # [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.28...@bitgo/abstract-eth@1.3.0) (2023-07-28)
736
+
737
+ ### Features
738
+
739
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
740
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
741
+
742
+ ## [1.2.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.27...@bitgo/abstract-eth@1.2.28) (2023-07-18)
743
+
744
+ **Note:** Version bump only for package @bitgo/abstract-eth
745
+
746
+ ## [1.2.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.26...@bitgo/abstract-eth@1.2.27) (2023-06-21)
747
+
748
+ **Note:** Version bump only for package @bitgo/abstract-eth
749
+
750
+ ## [1.2.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.25...@bitgo/abstract-eth@1.2.26) (2023-06-14)
751
+
752
+ **Note:** Version bump only for package @bitgo/abstract-eth
753
+
754
+ ## [1.2.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.24...@bitgo/abstract-eth@1.2.25) (2023-06-13)
755
+
756
+ **Note:** Version bump only for package @bitgo/abstract-eth
757
+
758
+ ## [1.2.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.23...@bitgo/abstract-eth@1.2.24) (2023-06-07)
759
+
760
+ **Note:** Version bump only for package @bitgo/abstract-eth
761
+
762
+ ## [1.2.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.22...@bitgo/abstract-eth@1.2.23) (2023-06-05)
763
+
764
+ **Note:** Version bump only for package @bitgo/abstract-eth
765
+
766
+ ## [1.2.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.21...@bitgo/abstract-eth@1.2.22) (2023-05-25)
767
+
768
+ **Note:** Version bump only for package @bitgo/abstract-eth
769
+
770
+ ## [1.2.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.20...@bitgo/abstract-eth@1.2.21) (2023-05-17)
771
+
772
+ **Note:** Version bump only for package @bitgo/abstract-eth
773
+
774
+ ## [1.2.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.19...@bitgo/abstract-eth@1.2.20) (2023-05-10)
775
+
776
+ **Note:** Version bump only for package @bitgo/abstract-eth
777
+
778
+ ## [1.2.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.18...@bitgo/abstract-eth@1.2.19) (2023-05-03)
779
+
780
+ **Note:** Version bump only for package @bitgo/abstract-eth
781
+
782
+ ## [1.2.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.17...@bitgo/abstract-eth@1.2.18) (2023-04-25)
783
+
784
+ **Note:** Version bump only for package @bitgo/abstract-eth
785
+
786
+ ## [1.2.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.16...@bitgo/abstract-eth@1.2.17) (2023-04-20)
787
+
788
+ **Note:** Version bump only for package @bitgo/abstract-eth
789
+
790
+ ## [1.2.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.15...@bitgo/abstract-eth@1.2.16) (2023-04-13)
791
+
792
+ **Note:** Version bump only for package @bitgo/abstract-eth
793
+
794
+ ## [1.2.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.14...@bitgo/abstract-eth@1.2.15) (2023-02-17)
795
+
796
+ **Note:** Version bump only for package @bitgo/abstract-eth
797
+
798
+ ## [1.2.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.11...@bitgo/abstract-eth@1.2.14) (2023-02-16)
799
+
800
+ **Note:** Version bump only for package @bitgo/abstract-eth
801
+
802
+ ## [1.2.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.11...@bitgo/abstract-eth@1.2.13) (2023-02-08)
803
+
804
+ **Note:** Version bump only for package @bitgo/abstract-eth
805
+
806
+ ## [1.2.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.11...@bitgo/abstract-eth@1.2.12) (2023-01-30)
807
+
808
+ **Note:** Version bump only for package @bitgo/abstract-eth
809
+
810
+ ## [1.2.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.10...@bitgo/abstract-eth@1.2.11) (2023-01-25)
811
+
812
+ **Note:** Version bump only for package @bitgo/abstract-eth
813
+
814
+ ## [1.2.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.9...@bitgo/abstract-eth@1.2.10) (2022-12-23)
815
+
816
+ **Note:** Version bump only for package @bitgo/abstract-eth
817
+
818
+ ## [1.2.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.8...@bitgo/abstract-eth@1.2.9) (2022-12-20)
819
+
820
+ **Note:** Version bump only for package @bitgo/abstract-eth
821
+
822
+ ## [1.2.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.7...@bitgo/abstract-eth@1.2.8) (2022-12-09)
823
+
824
+ **Note:** Version bump only for package @bitgo/abstract-eth
825
+
826
+ ## [1.2.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.6...@bitgo/abstract-eth@1.2.7) (2022-12-06)
827
+
828
+ **Note:** Version bump only for package @bitgo/abstract-eth
829
+
830
+ ## [1.2.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.5...@bitgo/abstract-eth@1.2.6) (2022-12-01)
831
+
832
+ **Note:** Version bump only for package @bitgo/abstract-eth
833
+
834
+ ## [1.2.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.0...@bitgo/abstract-eth@1.2.5) (2022-11-29)
835
+
836
+ **Note:** Version bump only for package @bitgo/abstract-eth
837
+
838
+ ## [1.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.0...@bitgo/abstract-eth@1.2.4) (2022-11-04)
839
+
840
+ **Note:** Version bump only for package @bitgo/abstract-eth
841
+
842
+ ## [1.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.0...@bitgo/abstract-eth@1.2.2) (2022-10-27)
843
+
844
+ **Note:** Version bump only for package @bitgo/abstract-eth
845
+
6
846
  ## [1.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.0...@bitgo/abstract-eth@1.2.1) (2022-10-25)
7
847
 
8
848
  **Note:** Version bump only for package @bitgo/abstract-eth