lighthouse/common/eth2_network_config
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
..
built_in_network_configs Add Altair fork epoch for Prater (#2537) 2021-08-26 09:42:23 +00:00
src Improve ergonomics of adding a new network config (#2489) 2021-08-30 23:27:28 +00:00
.gitignore fix default network handling (#2029) 2020-12-08 05:41:10 +00:00
build.rs Improve ergonomics of adding a new network config (#2489) 2021-08-30 23:27:28 +00:00
Cargo.toml Network upgrades (#2345) 2021-07-15 16:43:10 +10:00