nim-ethers/testmodule
Mark Spanbroek a6f136afdd test custom arguments when sending transaction 2024-05-21 13:19:24 +02:00
..
providers sendTransaction raises ProviderError instead of SignerError 2024-05-21 13:19:24 +02:00
config.nims Fix warnings 2023-07-04 12:58:48 +02:00
examples.nim
hardhat.nim
helpers.nim prevent stuck transactions by async locking nonce sequencing (+ estimate gas) (#55) 2023-10-25 10:42:25 +11:00
miner.nim
mocks.nim sendTransaction raises ProviderError instead of SignerError 2024-05-21 13:19:24 +02:00
test.nim support custom errors in contract calls 2024-05-21 13:19:24 +02:00
test.nimble Remove unnecessary test requirement 2024-03-12 09:27:18 +01:00
testContracts.nim Fix: overrides when simulating transaction 2024-03-03 06:33:52 +01:00
testCustomErrors.nim test custom arguments when sending transaction 2024-05-21 13:19:24 +02:00
testEnums.nim Upgrade to `nim-json-rpc` v0.4.2 and chronos v4 (#64) 2024-02-19 16:50:46 +11:00
testErc20.nim feat: (de/in)crease allowance (#56) 2023-10-16 10:23:58 +02:00
testErrorDecoding.nim error messages for custom errors 2024-05-21 13:19:24 +02:00
testEvents.nim
testGasEstimation.nim Fix: ensure that gas estimations are done using the "pending" block 2024-02-27 09:40:20 +01:00
testProviders.nim Move tests for JSON RPC provider into their own folder 2023-07-03 13:09:09 +02:00
testReturns.nim Handle getter functions for public state variables 2024-03-12 09:27:18 +01:00
testTesting.nim Upgrade to `nim-json-rpc` v0.4.2 and chronos v4 (#64) 2024-02-19 16:50:46 +11:00
testWallet.nim Upgrade to `nim-json-rpc` v0.4.2 and chronos v4 (#64) 2024-02-19 16:50:46 +11:00