@bitgo-beta/abstract-eth 1.0.2-beta.53 → 1.0.2-beta.531

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