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

Fix receive blind block #12119

Closed
wants to merge 7 commits into from
Closed

Fix receive blind block #12119

wants to merge 7 commits into from

Conversation

terencechain
Copy link
Member

@terencechain terencechain commented Mar 13, 2023

An attempt to fix #12103 by adding a payload cache to allow unblind beacon block when using a local execution client. Summary of how this weeks

  • New cache where the key is payload hash and value is the beacon block
  • When calling the ProduceBlindedBlock endpoint, if the local block (higher value) is used. We return the local blind block and cache the entire block
  • When calling SubmitBlindedCapellaBlock, we first check if a cache entry exists before unblinding the block through the relayer. Skip builder path and return full local block if cache entry exists

@terencechain terencechain self-assigned this Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing to receive blinded blocks on sepolia
1 participant