nim-ethers/ethers
Mark Spanbroek fc0d5c4121 Release memory when unsubscribe fails
Ensures that even when a call to the ethereum node to
unsubscribe fails, it will release the memory associated
with the subscription, including the subscription handler
closure.
2022-05-17 19:28:37 +02:00
..
providers Release memory when unsubscribe fails 2022-05-17 19:28:37 +02: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 supply block parameter to eth_call, default being BlockTag.latest 2022-04-11 09:56:49 +02: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 Subscribe to new blocks 2022-05-17 09:08:02 +02:00
signer.nim Add Signer.signMessage() 2022-01-26 11:21:28 +01:00
transaction.nim Add Signer.populateTransaction() 2022-01-25 10:25:09 +01:00