nim-ethers/testmodule
Adam Uhlíř 80b2ead97c
fix: block filters can be also recreated (#85)
* fix: block filters can be also recreated

* refactor: rename filter to logFilter
2024-10-30 17:26:27 +01:00
..
providers fix: block filters can be also recreated (#85) 2024-10-30 17:26:27 +01:00
config.nims Fix warnings 2023-07-04 12:58:48 +02:00
examples.nim
hardhat.nim fix: `items(JsonNode)` symbol not found (#87) 2024-10-28 14:06:20 +11:00
helpers.nim wrap transaction response into Confirmable 2024-05-21 13:19:24 +02:00
miner.nim Refactor based on PR comments 2022-05-23 11:27:26 +10:00
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: `items(JsonNode)` symbol not found (#87) 2024-10-28 14:06:20 +11:00
testCustomErrors.nim fix: `items(JsonNode)` symbol not found (#87) 2024-10-28 14:06:20 +11:00
testEnums.nim fix: modify unsubscribe cleanup routine and tests (#84) 2024-10-25 14:58:45 +11:00
testErc20.nim fix: `items(JsonNode)` symbol not found (#87) 2024-10-28 14:06:20 +11:00
testErrorDecoding.nim handle custom errors in confirm() calls 2024-05-21 13:19:24 +02:00
testEvents.nim remove en/decoding for distinct types 2022-09-21 10:27:45 +10:00
testGasEstimation.nim fix: modify unsubscribe cleanup routine and tests (#84) 2024-10-25 14:58:45 +11:00
testProviders.nim Move tests for JSON RPC provider into their own folder 2023-07-03 13:09:09 +02:00
testReturns.nim fix: modify unsubscribe cleanup routine and tests (#84) 2024-10-25 14:58:45 +11:00
testTesting.nim fix: modify unsubscribe cleanup routine and tests (#84) 2024-10-25 14:58:45 +11:00
testWallet.nim fix: modify unsubscribe cleanup routine and tests (#84) 2024-10-25 14:58:45 +11:00