Commit d09f9d1
committed
feat(client): spawn LH ProposerPreferencesService with AnchorValidatorStore backend
Construct Lighthouse's ProposerPreferencesService with AnchorValidatorStore
and start it via start_update_service(), inside the existing
is_gloas_scheduled() gate next to PayloadAttestationService. Completes the
Anchor-side ProposerPreferences pipeline: LH's service drives
sign_proposer_preferences (#1063) per validator per epoch, dispatching both
proposal_data and signing through Anchor's ValidatorStore impl.
Part of #1064.1 parent ceaa8c0 commit d09f9d1
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
821 | 822 | | |
822 | 823 | | |
823 | 824 | | |
824 | | - | |
825 | 825 | | |
826 | 826 | | |
827 | 827 | | |
| |||
833 | 833 | | |
834 | 834 | | |
835 | 835 | | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
836 | 847 | | |
837 | 848 | | |
838 | 849 | | |
| |||
0 commit comments