Skip to content
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

[SSV] Fix cache behaviour when requesting blocks in parallel #8625

Open
StefanBratanov opened this issue Sep 20, 2024 · 0 comments
Open

[SSV] Fix cache behaviour when requesting blocks in parallel #8625

StefanBratanov opened this issue Sep 20, 2024 · 0 comments
Labels
bug 🐞 Something isn't working

Comments

@StefanBratanov
Copy link
Contributor

StefanBratanov commented Sep 20, 2024

There are scenarios where multiple operators may be connected to the same Beacon node,each of which requests the Beacon block proposal, in case they become the leader and must propose it on SSV. We have some cases in code, which cache data by slot for block proposal (with the usual assumption only one block proposal is requested per slot) so in case of two responses (one builder response and one fallback), there could be issues. On first look, the only two cases are in ExecutionLayerBlockProductionManagerImpl and in FailoverValidatorApiHandler.

More background on Discord and an issue occuring: https://discord.com/channels/697535391594446898/697539289042649190/1286291762167545958

@StefanBratanov StefanBratanov changed the title [DVT] Fix cache behaviour when requesting blocks in parallel [SSV] Fix cache behaviour when requesting blocks in parallel Sep 20, 2024
@StefanBratanov StefanBratanov added the bug 🐞 Something isn't working label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant