@bitgo-beta/abstract-eth 1.0.2-beta.45 → 1.0.2-beta.451

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