mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
* #8381 Add another if in the if/else branch for selections_endpoint case, and leaving the current code for non-selections_endpoint case mostly untouched. Now the if/else branch in `fill_in_selection_proofs` has 3 branches: - 1 for DVT with selections_endpoint (added in this PR) - 1 for DVT without selections_endpoint (Anchor) (untouched) - Non-DVT (untouched) Tested and it's working, also thanks very much to @KaloyanTanev for helping to test and confirmed that the calling has reduced and aggregated attestations are still working Co-Authored-By: Tan Chee Keong <tanck@sigmaprime.io>