@bitgo-beta/abstract-eth 1.0.2-beta.42 → 1.0.2-beta.421

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 +494 -0
  2. package/dist/src/abstractEthLikeCoin.d.ts +7 -5
  3. package/dist/src/abstractEthLikeCoin.d.ts.map +1 -1
  4. package/dist/src/abstractEthLikeCoin.js +10 -10
  5. package/dist/src/abstractEthLikeNewCoins.d.ts +630 -0
  6. package/dist/src/abstractEthLikeNewCoins.d.ts.map +1 -0
  7. package/dist/src/abstractEthLikeNewCoins.js +1798 -0
  8. package/dist/src/ethLikeToken.d.ts +15 -4
  9. package/dist/src/ethLikeToken.d.ts.map +1 -1
  10. package/dist/src/ethLikeToken.js +61 -7
  11. package/dist/src/index.d.ts +2 -0
  12. package/dist/src/index.d.ts.map +1 -1
  13. package/dist/src/index.js +3 -1
  14. package/dist/src/lib/contractCall.d.ts +8 -0
  15. package/dist/src/lib/contractCall.d.ts.map +1 -0
  16. package/dist/src/lib/contractCall.js +17 -0
  17. package/dist/src/lib/iface.d.ts +130 -0
  18. package/dist/src/lib/iface.d.ts.map +1 -0
  19. package/dist/src/lib/iface.js +8 -0
  20. package/dist/src/lib/index.d.ts +15 -0
  21. package/dist/src/lib/index.d.ts.map +1 -0
  22. package/dist/src/lib/index.js +42 -0
  23. package/dist/src/lib/keyPair.d.ts +26 -0
  24. package/dist/src/lib/keyPair.d.ts.map +1 -0
  25. package/dist/src/lib/keyPair.js +66 -0
  26. package/dist/src/lib/transaction.d.ts +64 -0
  27. package/dist/src/lib/transaction.d.ts.map +1 -0
  28. package/dist/src/lib/transaction.js +137 -0
  29. package/dist/src/lib/transactionBuilder.d.ts +232 -0
  30. package/dist/src/lib/transactionBuilder.d.ts.map +1 -0
  31. package/dist/src/lib/transactionBuilder.js +688 -0
  32. package/dist/src/lib/transferBuilder.d.ts +65 -0
  33. package/dist/src/lib/transferBuilder.d.ts.map +1 -0
  34. package/dist/src/lib/transferBuilder.js +221 -0
  35. package/dist/src/lib/transferBuilders/baseNFTTransferBuilder.d.ts +47 -0
  36. package/dist/src/lib/transferBuilders/baseNFTTransferBuilder.d.ts.map +1 -0
  37. package/dist/src/lib/transferBuilders/baseNFTTransferBuilder.js +113 -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 +14 -0
  42. package/dist/src/lib/transferBuilders/transferBuilderERC1155.d.ts.map +1 -0
  43. package/dist/src/lib/transferBuilders/transferBuilderERC1155.js +83 -0
  44. package/dist/src/lib/transferBuilders/transferBuilderERC721.d.ts +13 -0
  45. package/dist/src/lib/transferBuilders/transferBuilderERC721.d.ts.map +1 -0
  46. package/dist/src/lib/transferBuilders/transferBuilderERC721.js +68 -0
  47. package/dist/src/lib/types.d.ts +39 -0
  48. package/dist/src/lib/types.d.ts.map +1 -0
  49. package/dist/src/lib/types.js +137 -0
  50. package/dist/src/lib/utils.d.ts +228 -0
  51. package/dist/src/lib/utils.d.ts.map +1 -0
  52. package/dist/src/lib/utils.js +577 -0
  53. package/dist/src/lib/walletUtil.d.ts +26 -0
  54. package/dist/src/lib/walletUtil.d.ts.map +1 -0
  55. package/dist/src/lib/walletUtil.js +29 -0
  56. package/dist/tsconfig.tsbuildinfo +1 -7896
  57. package/package.json +19 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,500 @@
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
+ # [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@7.0.0) (2023-11-28)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
11
+
12
+ ### Code Refactoring
13
+
14
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
15
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
16
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
17
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
18
+
19
+ ### Features
20
+
21
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
22
+
23
+ ### BREAKING CHANGES
24
+
25
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
26
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
27
+ getCustomChainName method is removed from Polygon class because a common
28
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
29
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
30
+ and needs to be passed to derive the Eth common object from the chainId.
31
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
32
+ it can be used for other EthLike coins. getBaseFactor method in Eth
33
+ and Polygon class returns number instead of string just to align with
34
+ AbstractEthLikeCoin
35
+ Ticket: WIN-1012
36
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
37
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
38
+ getCustomChainName method is removed from Polygon class because a common
39
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
40
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
41
+ and needs to be passed to derive the Eth common object from the chainId.
42
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
43
+ it can be used for other EthLike coins. getBaseFactor method in Eth
44
+ and Polygon class returns number instead of string just to align with
45
+ AbstractEthLikeCoin
46
+ Ticket: WIN-1012
47
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
48
+ a new class AbstractEthLikeNewCoins which will be having both multisig
49
+ and MPC related methods
50
+
51
+ TICKET: WIN-1021
52
+
53
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
54
+ class in abstract-eth module because TransactionBuilder in the
55
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
56
+ be added to the class that will inherit EthLikeToken class
57
+
58
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
59
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
60
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
61
+ support for hop transactions, batch transactions, etc
62
+
63
+ TICKET: WIN-1021
64
+
65
+ # [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@6.0.0) (2023-11-24)
66
+
67
+ ### Bug Fixes
68
+
69
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
70
+
71
+ ### Code Refactoring
72
+
73
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
74
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
75
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
76
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
77
+
78
+ ### Features
79
+
80
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
81
+
82
+ ### BREAKING CHANGES
83
+
84
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
85
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
86
+ getCustomChainName method is removed from Polygon class because a common
87
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
88
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
89
+ and needs to be passed to derive the Eth common object from the chainId.
90
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
91
+ it can be used for other EthLike coins. getBaseFactor method in Eth
92
+ and Polygon class returns number instead of string just to align with
93
+ AbstractEthLikeCoin
94
+ Ticket: WIN-1012
95
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
96
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
97
+ getCustomChainName method is removed from Polygon class because a common
98
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
99
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
100
+ and needs to be passed to derive the Eth common object from the chainId.
101
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
102
+ it can be used for other EthLike coins. getBaseFactor method in Eth
103
+ and Polygon class returns number instead of string just to align with
104
+ AbstractEthLikeCoin
105
+ Ticket: WIN-1012
106
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
107
+ a new class AbstractEthLikeNewCoins which will be having both multisig
108
+ and MPC related methods
109
+
110
+ TICKET: WIN-1021
111
+
112
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
113
+ class in abstract-eth module because TransactionBuilder in the
114
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
115
+ be added to the class that will inherit EthLikeToken class
116
+
117
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
118
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
119
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
120
+ support for hop transactions, batch transactions, etc
121
+
122
+ TICKET: WIN-1021
123
+
124
+ # [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@5.0.0) (2023-11-17)
125
+
126
+ ### Bug Fixes
127
+
128
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
129
+
130
+ ### Code Refactoring
131
+
132
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
133
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
134
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
135
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
136
+
137
+ ### Features
138
+
139
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
140
+
141
+ ### BREAKING CHANGES
142
+
143
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
144
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
145
+ getCustomChainName method is removed from Polygon class because a common
146
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
147
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
148
+ and needs to be passed to derive the Eth common object from the chainId.
149
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
150
+ it can be used for other EthLike coins. getBaseFactor method in Eth
151
+ and Polygon class returns number instead of string just to align with
152
+ AbstractEthLikeCoin
153
+ Ticket: WIN-1012
154
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
155
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
156
+ getCustomChainName method is removed from Polygon class because a common
157
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
158
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
159
+ and needs to be passed to derive the Eth common object from the chainId.
160
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
161
+ it can be used for other EthLike coins. getBaseFactor method in Eth
162
+ and Polygon class returns number instead of string just to align with
163
+ AbstractEthLikeCoin
164
+ Ticket: WIN-1012
165
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
166
+ a new class AbstractEthLikeNewCoins which will be having both multisig
167
+ and MPC related methods
168
+
169
+ TICKET: WIN-1021
170
+
171
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
172
+ class in abstract-eth module because TransactionBuilder in the
173
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
174
+ be added to the class that will inherit EthLikeToken class
175
+
176
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
177
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
178
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
179
+ support for hop transactions, batch transactions, etc
180
+
181
+ TICKET: WIN-1021
182
+
183
+ # [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@4.0.0) (2023-11-13)
184
+
185
+ ### Code Refactoring
186
+
187
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
188
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
189
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
190
+
191
+ ### Features
192
+
193
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
194
+
195
+ ### BREAKING CHANGES
196
+
197
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
198
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
199
+ getCustomChainName method is removed from Polygon class because a common
200
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
201
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
202
+ and needs to be passed to derive the Eth common object from the chainId.
203
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
204
+ it can be used for other EthLike coins. getBaseFactor method in Eth
205
+ and Polygon class returns number instead of string just to align with
206
+ AbstractEthLikeCoin
207
+ Ticket: WIN-1012
208
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
209
+ a new class AbstractEthLikeNewCoins which will be having both multisig
210
+ and MPC related methods
211
+
212
+ TICKET: WIN-1021
213
+
214
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
215
+ class in abstract-eth module because TransactionBuilder in the
216
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
217
+ be added to the class that will inherit EthLikeToken class
218
+
219
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
220
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
221
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
222
+ support for hop transactions, batch transactions, etc
223
+
224
+ TICKET: WIN-1021
225
+
226
+ # [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@3.0.0) (2023-11-13)
227
+
228
+ ### Code Refactoring
229
+
230
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
231
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
232
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
233
+
234
+ ### Features
235
+
236
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
237
+
238
+ ### BREAKING CHANGES
239
+
240
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
241
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
242
+ getCustomChainName method is removed from Polygon class because a common
243
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
244
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
245
+ and needs to be passed to derive the Eth common object from the chainId.
246
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
247
+ it can be used for other EthLike coins. getBaseFactor method in Eth
248
+ and Polygon class returns number instead of string just to align with
249
+ AbstractEthLikeCoin
250
+ Ticket: WIN-1012
251
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
252
+ a new class AbstractEthLikeNewCoins which will be having both multisig
253
+ and MPC related methods
254
+
255
+ TICKET: WIN-1021
256
+
257
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
258
+ class in abstract-eth module because TransactionBuilder in the
259
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
260
+ be added to the class that will inherit EthLikeToken class
261
+
262
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
263
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
264
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
265
+ support for hop transactions, batch transactions, etc
266
+
267
+ TICKET: WIN-1021
268
+
269
+ # [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@2.0.0) (2023-11-13)
270
+
271
+ ### Code Refactoring
272
+
273
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
274
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
275
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
276
+
277
+ ### Features
278
+
279
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
280
+
281
+ ### BREAKING CHANGES
282
+
283
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
284
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
285
+ getCustomChainName method is removed from Polygon class because a common
286
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
287
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
288
+ and needs to be passed to derive the Eth common object from the chainId.
289
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
290
+ it can be used for other EthLike coins. getBaseFactor method in Eth
291
+ and Polygon class returns number instead of string just to align with
292
+ AbstractEthLikeCoin
293
+ Ticket: WIN-1012
294
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
295
+ a new class AbstractEthLikeNewCoins which will be having both multisig
296
+ and MPC related methods
297
+
298
+ TICKET: WIN-1021
299
+
300
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
301
+ class in abstract-eth module because TransactionBuilder in the
302
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
303
+ be added to the class that will inherit EthLikeToken class
304
+
305
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
306
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
307
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
308
+ support for hop transactions, batch transactions, etc
309
+
310
+ TICKET: WIN-1021
311
+
312
+ # [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.6.0) (2023-10-20)
313
+
314
+ ### Features
315
+
316
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
317
+
318
+ # [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.5.0) (2023-10-18)
319
+
320
+ ### Features
321
+
322
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
323
+
324
+ ## [1.4.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.11) (2023-09-25)
325
+
326
+ **Note:** Version bump only for package @bitgo/abstract-eth
327
+
328
+ ## [1.4.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.10) (2023-09-09)
329
+
330
+ **Note:** Version bump only for package @bitgo/abstract-eth
331
+
332
+ ## [1.4.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.9) (2023-09-09)
333
+
334
+ **Note:** Version bump only for package @bitgo/abstract-eth
335
+
336
+ ## [1.4.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.8) (2023-09-07)
337
+
338
+ **Note:** Version bump only for package @bitgo/abstract-eth
339
+
340
+ ## [1.4.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.7) (2023-09-05)
341
+
342
+ **Note:** Version bump only for package @bitgo/abstract-eth
343
+
344
+ ## [1.4.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.6) (2023-09-01)
345
+
346
+ **Note:** Version bump only for package @bitgo/abstract-eth
347
+
348
+ ## [1.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.5) (2023-08-29)
349
+
350
+ **Note:** Version bump only for package @bitgo/abstract-eth
351
+
352
+ ## [1.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.4) (2023-08-25)
353
+
354
+ **Note:** Version bump only for package @bitgo/abstract-eth
355
+
356
+ ## [1.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.3) (2023-08-24)
357
+
358
+ **Note:** Version bump only for package @bitgo/abstract-eth
359
+
360
+ ## [1.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.2) (2023-08-16)
361
+
362
+ **Note:** Version bump only for package @bitgo/abstract-eth
363
+
364
+ ## [1.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.1) (2023-08-16)
365
+
366
+ **Note:** Version bump only for package @bitgo/abstract-eth
367
+
368
+ # [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.28...@bitgo/abstract-eth@1.4.0) (2023-08-04)
369
+
370
+ ### Features
371
+
372
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
373
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
374
+
375
+ # [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.28...@bitgo/abstract-eth@1.3.0) (2023-07-28)
376
+
377
+ ### Features
378
+
379
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
380
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
381
+
382
+ ## [1.2.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.27...@bitgo/abstract-eth@1.2.28) (2023-07-18)
383
+
384
+ **Note:** Version bump only for package @bitgo/abstract-eth
385
+
386
+ ## [1.2.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.26...@bitgo/abstract-eth@1.2.27) (2023-06-21)
387
+
388
+ **Note:** Version bump only for package @bitgo/abstract-eth
389
+
390
+ ## [1.2.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.25...@bitgo/abstract-eth@1.2.26) (2023-06-14)
391
+
392
+ **Note:** Version bump only for package @bitgo/abstract-eth
393
+
394
+ ## [1.2.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.24...@bitgo/abstract-eth@1.2.25) (2023-06-13)
395
+
396
+ **Note:** Version bump only for package @bitgo/abstract-eth
397
+
398
+ ## [1.2.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.23...@bitgo/abstract-eth@1.2.24) (2023-06-07)
399
+
400
+ **Note:** Version bump only for package @bitgo/abstract-eth
401
+
402
+ ## [1.2.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.22...@bitgo/abstract-eth@1.2.23) (2023-06-05)
403
+
404
+ **Note:** Version bump only for package @bitgo/abstract-eth
405
+
406
+ ## [1.2.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.21...@bitgo/abstract-eth@1.2.22) (2023-05-25)
407
+
408
+ **Note:** Version bump only for package @bitgo/abstract-eth
409
+
410
+ ## [1.2.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.20...@bitgo/abstract-eth@1.2.21) (2023-05-17)
411
+
412
+ **Note:** Version bump only for package @bitgo/abstract-eth
413
+
414
+ ## [1.2.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.19...@bitgo/abstract-eth@1.2.20) (2023-05-10)
415
+
416
+ **Note:** Version bump only for package @bitgo/abstract-eth
417
+
418
+ ## [1.2.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.18...@bitgo/abstract-eth@1.2.19) (2023-05-03)
419
+
420
+ **Note:** Version bump only for package @bitgo/abstract-eth
421
+
422
+ ## [1.2.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.17...@bitgo/abstract-eth@1.2.18) (2023-04-25)
423
+
424
+ **Note:** Version bump only for package @bitgo/abstract-eth
425
+
426
+ ## [1.2.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.16...@bitgo/abstract-eth@1.2.17) (2023-04-20)
427
+
428
+ **Note:** Version bump only for package @bitgo/abstract-eth
429
+
430
+ ## [1.2.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.15...@bitgo/abstract-eth@1.2.16) (2023-04-13)
431
+
432
+ **Note:** Version bump only for package @bitgo/abstract-eth
433
+
434
+ ## [1.2.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.14...@bitgo/abstract-eth@1.2.15) (2023-02-17)
435
+
436
+ **Note:** Version bump only for package @bitgo/abstract-eth
437
+
438
+ ## [1.2.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.11...@bitgo/abstract-eth@1.2.14) (2023-02-16)
439
+
440
+ **Note:** Version bump only for package @bitgo/abstract-eth
441
+
442
+ ## [1.2.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.11...@bitgo/abstract-eth@1.2.13) (2023-02-08)
443
+
444
+ **Note:** Version bump only for package @bitgo/abstract-eth
445
+
446
+ ## [1.2.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.11...@bitgo/abstract-eth@1.2.12) (2023-01-30)
447
+
448
+ **Note:** Version bump only for package @bitgo/abstract-eth
449
+
450
+ ## [1.2.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.10...@bitgo/abstract-eth@1.2.11) (2023-01-25)
451
+
452
+ **Note:** Version bump only for package @bitgo/abstract-eth
453
+
454
+ ## [1.2.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.9...@bitgo/abstract-eth@1.2.10) (2022-12-23)
455
+
456
+ **Note:** Version bump only for package @bitgo/abstract-eth
457
+
458
+ ## [1.2.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.8...@bitgo/abstract-eth@1.2.9) (2022-12-20)
459
+
460
+ **Note:** Version bump only for package @bitgo/abstract-eth
461
+
462
+ ## [1.2.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.7...@bitgo/abstract-eth@1.2.8) (2022-12-09)
463
+
464
+ **Note:** Version bump only for package @bitgo/abstract-eth
465
+
466
+ ## [1.2.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.6...@bitgo/abstract-eth@1.2.7) (2022-12-06)
467
+
468
+ **Note:** Version bump only for package @bitgo/abstract-eth
469
+
470
+ ## [1.2.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.5...@bitgo/abstract-eth@1.2.6) (2022-12-01)
471
+
472
+ **Note:** Version bump only for package @bitgo/abstract-eth
473
+
474
+ ## [1.2.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.0...@bitgo/abstract-eth@1.2.5) (2022-11-29)
475
+
476
+ **Note:** Version bump only for package @bitgo/abstract-eth
477
+
478
+ ## [1.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.0...@bitgo/abstract-eth@1.2.4) (2022-11-04)
479
+
480
+ **Note:** Version bump only for package @bitgo/abstract-eth
481
+
482
+ ## [1.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.0...@bitgo/abstract-eth@1.2.2) (2022-10-27)
483
+
484
+ **Note:** Version bump only for package @bitgo/abstract-eth
485
+
486
+ ## [1.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.0...@bitgo/abstract-eth@1.2.1) (2022-10-25)
487
+
488
+ **Note:** Version bump only for package @bitgo/abstract-eth
489
+
490
+ # [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.0.1-rc.23...@bitgo/abstract-eth@1.2.0) (2022-10-18)
491
+
492
+ ### Bug Fixes
493
+
494
+ - **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1))
495
+
496
+ ### Features
497
+
498
+ - **abstract-eth:** validate istss for evms ([29f0b5a](https://github.com/BitGo/BitGoJS/commit/29f0b5aa875c4a6a727f9b3e9a073740230c4fb8))
499
+
6
500
  ## [1.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.0.1-rc.23...@bitgo/abstract-eth@1.0.1) (2022-07-19)
7
501
 
8
502
  **Note:** Version bump only for package @bitgo/abstract-eth
@@ -2,9 +2,10 @@
2
2
  /**
3
3
  * @prettier
4
4
  */
5
- import { TransactionBuilder } from '@bitgo-beta/sdk-coin-eth';
6
5
  import { CoinFamily, BaseCoin as StaticsBaseCoin } from '@bitgo-beta/statics';
7
6
  import { BaseCoin, BitGoBase, FullySignedTransaction, HalfSignedAccountTransaction, KeyPair, ParsedTransaction, ParseTransactionOptions, SignTransactionOptions, TransactionExplanation, TransactionFee, TransactionPrebuild as BaseTransactionPrebuild, TransactionRecipient as Recipient, VerifyTransactionOptions } from '@bitgo-beta/sdk-core';
7
+ import { TransactionBuilder } from './lib';
8
+ import { VerifyEthAddressOptions } from './abstractEthLikeNewCoins';
8
9
  export interface EthSignTransactionOptions extends SignTransactionOptions {
9
10
  txPrebuild: TransactionPrebuild;
10
11
  prv: string;
@@ -14,13 +15,13 @@ export interface TxInfo {
14
15
  from: string;
15
16
  txid: string;
16
17
  }
17
- export interface TransactionPrebuild extends BaseTransactionPrebuild {
18
- txHex: string;
18
+ interface TransactionPrebuild extends BaseTransactionPrebuild {
19
+ txHex?: string;
19
20
  txInfo: TxInfo;
20
21
  feeInfo: EthTransactionFee;
21
22
  source: string;
22
23
  dataToSign: string;
23
- nextContractSequenceId?: string;
24
+ nextContractSequenceId?: number;
24
25
  expireTime?: number;
25
26
  }
26
27
  export interface EthTransactionFee {
@@ -59,7 +60,7 @@ export declare abstract class AbstractEthLikeCoin extends BaseCoin {
59
60
  isValidAddress(address: string): boolean;
60
61
  generateKeyPair(seed?: Buffer): KeyPair;
61
62
  parseTransaction(params: ParseTransactionOptions): Promise<ParsedTransaction>;
62
- isWalletAddress(): Promise<boolean>;
63
+ isWalletAddress(params: VerifyEthAddressOptions): Promise<boolean>;
63
64
  verifyTransaction(params: VerifyTransactionOptions): Promise<boolean>;
64
65
  signTransaction(params: EthSignTransactionOptions): Promise<SignedEthLikeTransaction>;
65
66
  isValidPub(pub: string): boolean;
@@ -83,4 +84,5 @@ export declare abstract class AbstractEthLikeCoin extends BaseCoin {
83
84
  */
84
85
  protected abstract getTransactionBuilder(): TransactionBuilder;
85
86
  }
87
+ export {};
86
88
  //# sourceMappingURL=abstractEthLikeCoin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"abstractEthLikeCoin.d.ts","sourceRoot":"","sources":["../../src/abstractEthLikeCoin.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"abstractEthLikeCoin.d.ts","sourceRoot":"","sources":["../../src/abstractEthLikeCoin.ts"],"names":[],"mappings":"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"}