Commit Graph

4 Commits

Author SHA1 Message Date
Michael Sproul
2e50c2daea WIP 2025-05-08 16:14:50 +10:00
Michael Sproul
eaca4dfa47 Grinding through cases 2025-05-07 15:36:05 +10:00
Michael Sproul
50c7b2b8e9 Stuff 2025-05-07 15:13:01 +10:00
Daniel Knopik
3d92e3663b Modularize validator store (#6705)
- Create trait `ValidatorStore` with all functions used by the `validator_services`
- Make `validator_services` generic on `S: ValidatorStore`
- Introduce `LighthouseValidatorStore`, which has identical functionality to the old `ValidatorStore`
- Remove dependencies (especially `environment`) from `validator_services` and `beacon_node_fallback` in order to be able to cleanly use them in Anchor
2025-05-07 03:43:33 +00:00