Files
lighthouse/common
Paul Hauner 1031f79aca Improve ergonomics of adding a new network config (#2489)
## Issue Addressed

NA

## Proposed Changes

This PR adds some more fancy macro magic to make it easier to add a new built-in (aka "baked-in") testnet config to the `lighthouse` binary.

Previously, a user needed to modify several files and repeat themselves several times. Now, they only need to add a single definition in the `eth2_config` crate. No repetition 🎉
2021-08-30 23:27:28 +00:00
..
2021-05-28 05:59:45 +00:00
2021-08-27 01:58:19 +00:00
2021-07-30 01:11:47 +00:00
2021-06-09 02:30:06 +00:00
2021-08-17 01:00:24 +00:00
2020-05-18 21:24:23 +10:00

eth2

Common crates containing eth2-specific logic.