nim-eth/tools
Etan Kissling 99d980c3f6
use correct exception in `parseCmdArg` (#614)
`parseCmdArg` is expected to raise `ValueError` but for `enr.Record`,
`Node`, `PrivateKey`, and `NatConfig`, we raise `ConfigurationError`.
Change to `ValueError` instead.
2023-06-06 22:28:14 +02:00
..
dcli.nim use correct exception in `parseCmdArg` (#614) 2023-06-06 22:28:14 +02:00
dcli.nim.cfg Move dcli tool to a tools folder (#584) 2023-01-27 18:40:40 +01:00