Eric f16ec78a61
PR feedback: remove auto-cancellation of failed transactions
- remove auto-cancellation of failed transaction (failed during estimate gas) to prevent stuck txs
- replace it with an async lock during nonce sequencing + gas estimation
- simplified cancelTransaction (still exported) such that the new transaction is populated using populateTransaction, so that all gas and fees are reset
- moved reverting contract function into its own testing helpers module, and refactored any tests to use it
- updated the test helper reverts to check EstimateGasErrors
2023-10-20 17:14:12 +11:00
..
2023-07-05 15:07:52 +02:00
2022-01-25 10:25:09 +01:00
2022-01-24 12:14:31 +01:00
2023-10-16 10:23:58 +02:00
2023-03-09 10:58:54 +01:00
2022-02-09 14:50:51 +01:00
2023-08-29 12:25:39 +02:00