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

EIP-225 Clique Spec Improvements #3426

Merged
Next Next commit
eip-225: additionally label ethash header field with original miner f…
…ield name for easier association
  • Loading branch information
holgerd77 committed Mar 24, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 8dfa6bf8a4489d3d0acb1a39049125751b59fed7
2 changes: 1 addition & 1 deletion EIPS/eip-225.md
Original file line number Diff line number Diff line change
@@ -116,7 +116,7 @@ We also define the following per-block constants:

We repurpose the `ethash` header fields as follows:

* **`beneficiary`**: Address to propose modifying the list of authorized signers with.
* **`beneficiary`** / **`miner`**: Address to propose modifying the list of authorized signers with.
* Should be filled with zeroes normally, modified only while voting.
* Arbitrary values are permitted nonetheless (even meaningless ones such as voting out non signers) to avoid extra complexity in implementations around voting mechanics.
* **Must** be filled with zeroes on checkpoint (i.e. epoch transition) blocks.