@bitgo-beta/abstract-eth 1.0.2-beta.58 → 1.0.2-beta.580

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