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

core/bcast: broadcast either blinded or full block #3144

Merged
merged 9 commits into from
Jun 21, 2024

Commits on Jun 18, 2024

  1. core/validatorapi: convert blinded to full proposal

    Shortcut `/eth/v2/beacon/blinded_blocks/submit_blinded_block_v2` to use newer proposals rather than blinded block proposals.
    gsora committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    fffe0f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c006de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23f2f0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f1ad14 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Revert "Add blinded flag to signedBlock in func ProposeBlock for vali…

    …datormockB"
    
    This reverts commit 7f1ad14.
    gsora committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5466ddd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27531f2 View commit details
    Browse the repository at this point in the history
  3. Revert "Add blinded blocks to IsSyntheticProposal"

    This reverts commit 6c006de.
    gsora committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    09c66c9 View commit details
    Browse the repository at this point in the history
  4. Revert "core/validatorapi: convert blinded to full proposal"

    This reverts commit fffe0f8.
    gsora committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2397a2a View commit details
    Browse the repository at this point in the history
  5. core/bcast: switch on proposal type

    Allow both blinded and full block proposals since v2 proposal APIs still differentiate between the two
    gsora committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    17c38ee View commit details
    Browse the repository at this point in the history