nim-ethers/testmodule
Eric Mastro 2f97a03fe2 feat: Can wait for transaction confirmations
Allows specified number of transaction confirmations to be awaited before a transaction is considered finalised. Polls for a transaction receipt then listens for new blocks and calculates the number of blocks between the receipt and the new block.

Notes
1. Only works with websockets currently
2. Replaced transaction not supported yet
2022-05-23 11:27:26 +10:00
..
config.nims Ensure that tests run on Nim 1.2.x 2022-01-26 17:58:51 +01:00
examples.nim Add Signer.populateTransaction() 2022-01-25 10:25:09 +01:00
hardhat.nim Introduce Contract abstraction 2022-01-20 12:56:18 +01:00
test.nim Event decoding from data and topics 2022-02-09 14:50:51 +01:00
test.nimble Project setup 2022-01-17 17:04:14 +01:00
testContracts.nim Define and subscribe to solidity events 2022-02-09 14:50:51 +01:00
testEvents.nim Fix decoding of events with dynamic arguments 2022-04-13 10:10:53 +02:00
testJsonRpcProvider.nim feat: Can wait for transaction confirmations 2022-05-23 11:27:26 +10:00
testJsonRpcSigner.nim Add Signer.signMessage() 2022-01-26 11:21:28 +01:00