-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimisation: accept out-of-order p2p blocks from new proposer during rotation #1115
Comments
related to #1112 |
also check e2e test with edge cases for sequencer rotation |
@srene as far as I understand there is no issue there? |
if im not wrong, p2p gossip packets will be rejected in case of nodes are still syncing (because rotation packet is not applied yet and signature validation will fail). imo what it still needs to be done is : |
@srene maybe we can close it? as it's battle tested by now? Is there still something actionable? BTW I can say
We could still cache it if it's from future height. Seems like an unnecessary optimasation. Maybe one day if we have rapid round robin rotation. 2- check if packet rejection has any impact on gossipsub protocol It definitely 100% does because we use ValidationReject mode in libp2p which lower rep |
i dont have opinion whether to close it or not. |
Makes sense So we can say that this issue is specifically about accepting blocks from non proposers during rotation |
Quoting @srene:
The text was updated successfully, but these errors were encountered: