nim-ethers/testnode
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
..
contracts prevent stuck transactions by async locking nonce sequencing (+ estimate gas) (#55) 2023-10-25 10:42:25 +11:00
deploy add revert helpers for testing 2022-09-20 13:15:15 +10:00
.gitignore Ethereum test node deploys ERC20 token 2022-01-20 12:44:35 +01:00
hardhat.config.js Ethereum test node deploys ERC20 token 2022-01-20 12:44:35 +01:00
package-lock.json Ethereum test node deploys ERC20 token 2022-01-20 12:44:35 +01:00
package.json Ethereum test node deploys ERC20 token 2022-01-20 12:44:35 +01:00