nim-ethers/ethers
Mark Spanbroek cac6026b34 Change `reverts` API
- Enables postfix syntax: `call().reverts(reason)`
- Removes doesNotRevert etc; uses `check not` instead
- Removes waitFor(); return Future instead
2022-09-21 10:29:31 +02:00
..
providers Catch ValueError from nim-json-rpc 2022-09-20 13:15:15 +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 Changes to TransactionOverrides to support EIP1559 2022-08-08 12:40:36 +02:00
events.nim Use `solidityType()` to check indexed event parameter 2022-09-21 10:27:45 +10:00
fields.nim Fix for Nim 1.4.x 2022-02-09 14:50:51 +01:00
provider.nim [provider] Rename sendRawTransaction -> sendTransaction 2022-08-08 15:07:41 +02:00
signer.nim Change Transaction type to support EIP1559 2022-08-08 12:40:36 +02:00
testing.nim Change `reverts` API 2022-09-21 10:29:31 +02:00
transaction.nim Change Transaction type to support EIP1559 2022-08-08 12:40:36 +02:00
wallet.nim [wallet] cleanup 2022-08-08 15:07:41 +02:00