mirror of https://github.com/status-im/EIPs.git
Automatically merged updates to draft EIP(s) 225
Hi, I'm a bot! This change was automatically merged because: - It only modifies existing Draft or Last Call EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing
This commit is contained in:
parent
8a210906d9
commit
768ad55b8a
|
@ -120,6 +120,7 @@ We repurpose the `ethash` header fields as follows:
|
|||
* 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.
|
||||
* Transaction execution **must** use the actual block signer (see `extraData`) for the `COINBASE` opcode.
|
||||
* **`nonce`**: Signer proposal regarding the account defined by the `beneficiary` field.
|
||||
* Should be **`NONCE_DROP`** to propose deauthorizing `beneficiary` as a existing signer.
|
||||
* Should be **`NONCE_AUTH`** to propose authorizing `beneficiary` as a new signer.
|
||||
|
|
Loading…
Reference in New Issue