update attestation and sync committee voting and aggregation timing i…#19
Conversation
|
Hey @shane-moore, just looking through some of your PR's. great work so far For this change, we have a pre-requisite PR here: The "slot compoenents" i.e. attestation deadline, sync committee deadlines, etc. are now all config driven. I think this PR should probably build on top of the PR I linked above. We should hopefully have that merged into unstable pretty soon. |
hey @eserilev, really appreciate you taking a look! Def agree that this PR will need some refactors. I figured that would be the case when I saw the v1.6.0-beta.0 release had a PR 4589 to add helper functions for slot deadlines. And it looks like the PR 7944 you made is built based on the consensus spec PR 4476, which seems to be a precursor to PR 4589 Is the plan to first get your PR merged and then later, incorporate the changes from consensus spec PR 4589? if so, I would perhaps want to refactor this PR based off the future sigp PR that adds in the PR 4589 changes? the way it will probably work regardless is that |
|
Closing — superseded upstream. sigp#7944 ("Replace Upstream's approach is strictly better — timings come from spec config rather than hardcoded fractions, so future fork retunings don't require code changes. |
Changes
All per spec