Skip to content

Commit

Permalink
Add note about PoW constant validation. (#4476)
Browse files Browse the repository at this point in the history
* Update mixhash

Signed-off-by: Tim Beiko <t.beiko23@gmail.com>

* Revert change, add better note

Signed-off-by: Tim Beiko <t.beiko23@gmail.com>
  • Loading branch information
timbeiko authored Nov 23, 2021
1 parent 0dd8531 commit bda34d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EIPS/eip-3675.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ Beginning with `TRANSITION_BLOCK`, the validation of the block's **`extraData`**

*Note*: Logic and validity conditions of block fields that are *not* specified here **MUST** remain unchanged. Additionally, the overall block format **MUST** remain unchanged.

*Note*: Subsequent EIPs may override the constant values specified above to provide additional functionality. For an example, see [EIP-4399](./eip-4399.md).


### Block validity

Expand All @@ -98,7 +100,6 @@ Beginning with `TRANSITION_BLOCK`, the block validity conditions **MUST** be alt

*Note*: Validity rules that are not specified in the list above **MUST** remain unchanged.


### Block and ommer rewards

Beginning with `TRANSITION_BLOCK`, block and ommer rewards are deprecated. Specifically, the following actions **MUST** be taken:
Expand Down

0 comments on commit bda34d9

Please sign in to comment.