lighthouse/validator_client
Michael Sproul 69288f6164 VC: don't warn if BN config doesn't match exactly (#2952)
## Proposed Changes

Remove the check for exact equality on the beacon node spec when polling `/config/spec` from the VC. This check was always overzealous, and mostly served to check that the BN was configured for upcoming forks. I've replaced it by explicit checks of the `altair_fork_epoch` and `bellatrix_fork_epoch` instead.

## Additional Info

We should come back to this and clean it up so that we can retain compatibility while removing the field `default`s we installed.
2022-01-24 22:33:04 +00:00
..
slashing_protection Adjusting ARCHIVE_URL (#2892) 2022-01-07 05:32:34 +00:00
src VC: don't warn if BN config doesn't match exactly (#2952) 2022-01-24 22:33:04 +00:00
Cargo.toml Kintsugi review comments (#2831) 2021-12-02 14:29:59 +11:00