mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-02 13:43:06 +00:00
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.