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

*: cherry-pick for v1.0.0-rc7 #3154

Merged
merged 3 commits into from
Jun 25, 2024
Merged

*: cherry-pick for v1.0.0-rc7 #3154

merged 3 commits into from
Jun 25, 2024

Commits on Jun 25, 2024

  1. core/validatorapi: convert blinded to full proposal (#3144)

    Shortcut `/eth/v2/beacon/blinded_blocks/submit_blinded_block_v2` to use newer proposals rather than blinded block proposals.
    
    category: bug
    ticket: none
    gsora committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    83d0bef View commit details
    Browse the repository at this point in the history
  2. core/tracker: track blinded proposals (#3149)

    Do the same type casting we do in core/bcast to switch on the type of block proposal.
    
    Add a test to check for this property.
    
    category: bug
    ticket: none
    gsora committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    74610a0 View commit details
    Browse the repository at this point in the history
  3. core/tracker: harden inclusion proposal checks (#3150)

    Always recover when dealing with malformed proposals, and log some context to aid debugging.
    
    category: refactor
    ticket: none
    gsora committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    fb6e52c View commit details
    Browse the repository at this point in the history