We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Regarding
execution-apis/src/schemas/execute.yaml
Line 117 in e56d320
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Regarding
execution-apis/src/schemas/execute.yaml
Line 117 in e56d320
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
https://github.com/prysmaticlabs/prysm/blob/96f1ebf7069d792e330d4cc618bdfea07180c03b/validator/client/validator.go#L1318
Builder sends a payment to fee recipient and can is COINBASE address.
The text was updated successfully, but these errors were encountered: