@bitgo-beta/abstract-eth 1.0.2-beta.54 → 1.0.2-beta.541

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