Files
lighthouse/common
Mac L bacc38c3da Add testing for beacon node and validator client CLI flags (#2311)
## Issue Addressed

N/A

## Proposed Changes

Add unit tests for the various CLI flags associated with the beacon node and validator client. These changes require the addition of two new flags: `dump-config` and `immediate-shutdown`.

## Additional Info

Both `dump-config` and `immediate-shutdown` are marked as hidden since they should only be used in testing and other advanced use cases.
**Note:** This requires changing `main.rs` so that the flags can adjust the program behavior as necessary.

Co-authored-by: Paul Hauner <paul@paulhauner.com>
2021-05-06 00:36:22 +00:00
..
2021-03-18 04:20:46 +00:00
2021-02-10 23:29:49 +00:00
2021-04-13 22:46:34 +00:00
2020-10-05 08:22:19 +00:00
2021-02-10 23:29:49 +00:00
2020-05-18 21:24:23 +10:00

eth2

Common crates containing eth2-specific logic.