@bitgo-beta/abstract-eth 1.0.2-beta.51 → 1.0.2-beta.510

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