nim-ethers/ethers
Eric Mastro 5fe41a76ab PR comments
1. rename helpers to testing and expose externally via `import pkg/ethers/testing`
2. Change detection of revert from `EthersError` to `JsonRpcProviderError`
3, Remove catch of `CatchableError` from revert detection as this would swallow errors. Update tests accordingly.
2022-09-20 13:15:15 +10: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 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 [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 PR comments 2022-09-20 13:15:15 +10: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