Skip to content

update validation result for fee recipient mismatch to ignore instead of reject - #10953

Merged
gfukushima merged 1 commit into
Consensys:masterfrom
gfukushima:ignore-not-reject-fee-recipient-mismatch
Jul 9, 2026
Merged

update validation result for fee recipient mismatch to ignore instead of reject#10953
gfukushima merged 1 commit into
Consensys:masterfrom
gfukushima:ignore-not-reject-fee-recipient-mismatch

Conversation

@gfukushima

@gfukushima gfukushima commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

PR Description

changed in the spec here: ethereum/consensus-specs#5429, present in the new spec release

Fixed Issue(s)

Documentation

  • I thought about documentation and added the doc-change-required label to this PR if updates are required.

Changelog

  • I thought about adding a changelog entry, and added one if I deemed necessary.

Note

Low Risk
Small behavioral change in gossip validation only; mismatched fee-recipient bids are dropped quietly rather than treated as invalid, with no auth or persistence impact.

Overview
Updates execution payload bid gossip validation to match the latest consensus spec: when bid.fee_recipient does not match the proposer鈥檚 SignedProposerPreferences for that slot, the node now returns ignore instead of reject.

The unit test was renamed and its expectation was updated from reject to ignore for that case.

Reviewed by Cursor Bugbot for commit d58bb5f. Bugbot is set up for automated code reviews on this repo. Configure here.

Signed-off-by: Gabriel Fukushima <gabrielfukushima@gmail.com>
@gfukushima
gfukushima enabled auto-merge (squash) July 9, 2026 08:40
@gfukushima gfukushima changed the title update validation result for fee recipient to ignore not reject update validation result for fee recipient mismatch to ignore instead of reject Jul 9, 2026

@tbenr tbenr left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gfukushima
gfukushima merged commit 9c73fa5 into Consensys:master Jul 9, 2026
157 of 159 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 9, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants