nim-ethers/testnode/contracts
Eric 7eac8410af
prevent stuck transactions by async locking nonce sequencing (+ estimate gas) (#55)
- 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
- combine ensureNonceSequence into populateTransaction
2023-10-25 10:42:25 +11:00
..
TestEnums.sol Allow enums to be used as function parameters 2022-06-15 10:52:35 +02:00
TestHelpers.sol prevent stuck transactions by async locking nonce sequencing (+ estimate gas) (#55) 2023-10-25 10:42:25 +11:00
TestReturns.sol Handle multiple return types on a contract call 2022-06-14 16:27:43 +02:00
TestToken.sol fix: eth_call use signers address (#43) 2023-06-13 16:24:59 +02:00