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

Payload attributes misleading value fix #14209

Merged
merged 9 commits into from
Jul 16, 2024
Merged

Conversation

james-prysm
Copy link
Contributor

@james-prysm james-prysm commented Jul 11, 2024

What type of PR is this?

Bug fix

What does this PR do? Why is it needed?

Makes the fee recipient more consistent with other clients such as lighthouse. the default value will be used when the proposer is not registered and the value from the proposer cache will be used when a known validator proposes.
this fee recipient field should not be used by builders and apis as the correct version should be from the validator registration endpoint.

Which issues(s) does this PR fix?

Fixes #14204

Other notes for review

@james-prysm james-prysm added Bug Something isn't working API Api related tasks Builder PR or issue that supports builder related work labels Jul 11, 2024
@james-prysm james-prysm marked this pull request as ready for review July 12, 2024 20:44
@james-prysm james-prysm requested a review from a team as a code owner July 12, 2024 20:44
@james-prysm james-prysm changed the title Payload attributes fix Payload attributes misleading value fix Jul 12, 2024
saolyn
saolyn previously approved these changes Jul 15, 2024
Copy link
Contributor

@saolyn saolyn left a comment

Choose a reason for hiding this comment

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

lgtm

@james-prysm james-prysm requested a review from saolyn July 16, 2024 15:09
@james-prysm james-prysm added this pull request to the merge queue Jul 16, 2024
Merged via the queue into develop with commit fadff02 Jul 16, 2024
16 of 17 checks passed
@james-prysm james-prysm deleted the payload-attributes-fix branch July 16, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Api related tasks Bug Something isn't working Builder PR or issue that supports builder related work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Misleading fee recipient used in payload_attributes event
2 participants