mirror of
https://github.com/codex-storage/nim-ethers.git
synced 2025-01-10 11:26:05 +00:00
5fe41a76ab
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.