-
Notifications
You must be signed in to change notification settings - Fork 993
Implement fork choice proposer boost uniqueness #4748
Copy link
Copy link
Closed
Labels
consensusAn issue/PR that touches consensus code, such as state_processing or block verification.An issue/PR that touches consensus code, such as state_processing or block verification.deneb
Description
Description
The latest spec release includes the change to apply proposer boost only to the first block: ethereum/consensus-specs#3352.
I think we should make this change on the Deneb branch, and roll it out gradually when we merge Deneb to stable. This will allow us to pass the latest spec tests on the Deneb branch.
Steps to resolve
We can also delete the temporary mitigation we added for the RPC unbundling attack, either as part of the same PR, or in a follow-up.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
consensusAn issue/PR that touches consensus code, such as state_processing or block verification.An issue/PR that touches consensus code, such as state_processing or block verification.deneb