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

Fee Recipient is not COINBASE #644

Open
sambacha opened this issue Apr 2, 2025 · 0 comments
Open

Fee Recipient is not COINBASE #644

sambacha opened this issue Apr 2, 2025 · 0 comments

Comments

@sambacha
Copy link

sambacha commented Apr 2, 2025

Regarding

BlockOverrides:
this is incorrect.

COINBASE is an EVM Opcode, Fee Recipient is an out of protocol definition provided by the validator to block builder.

It can be the same, but not necessarily so (its the same if validator builds the block).

E.g. showing the registration process of setting fee recipient

PushProposerSettings calls the prepareBeaconProposer RPC to set the fee recipient and also the register validator API if using a custom builder.

https://github.com/prysmaticlabs/prysm/blob/96f1ebf7069d792e330d4cc618bdfea07180c03b/validator/client/validator.go#L1318

Builder sends a payment to fee recipient and can is COINBASE address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant