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 blob syncing for Electra #6438

Merged
merged 2 commits into from
Jul 23, 2024
Merged

Fix blob syncing for Electra #6438

merged 2 commits into from
Jul 23, 2024

Commits on Jul 22, 2024

  1. Fix blob syncing for Electra

    `BlobSidecar` requests on libp2p have a context prefix based on:
    
    > The `<context-bytes>` field is calculated as context =
    >     `compute_fork_digest(fork_version, genesis_validators_root)`
    
    We currently only process blobs if that indicates Deneb, meaning that
    on Electra we incorrectly report `InvalidContextBytes` and refuse to
    process the blob response data.
    
    Fix this, and also ensure that the code no longer needs maintenance
    with every fork unrelated to blobs.
    etan-status committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    80991f6 View commit details
    Browse the repository at this point in the history
  2. fix

    etan-status committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b077d70 View commit details
    Browse the repository at this point in the history