nim-ethers/ethers
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
..
providers feat: Can wait for transaction confirmations 2022-05-23 11:27:26 +10:00
basics.nim Add Signer.populateTransaction() 2022-01-25 10:25:09 +01:00
blocktag.nim Adds Signer.getTransactionCount() 2022-01-24 12:14:31 +01:00
contract.nim feat: Can wait for transaction confirmations 2022-05-23 11:27:26 +10:00
events.nim Fix decoding of events with dynamic arguments 2022-04-13 10:10:53 +02:00
fields.nim Fix for Nim 1.4.x 2022-02-09 14:50:51 +01:00
provider.nim feat: Can wait for transaction confirmations 2022-05-23 11:27:26 +10:00
signer.nim feat: Can wait for transaction confirmations 2022-05-23 11:27:26 +10:00
transaction.nim Add Signer.populateTransaction() 2022-01-25 10:25:09 +01:00