Skip to content

Commit

Permalink
Hardcode terminal total difficulty (ethereum#3981)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalinin authored and PhABC committed Jan 25, 2022
1 parent e52e071 commit 8f8c1fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions EIPS/eip-3675.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ The details provided below must be taken into account when reading those parts o
* **`FIRST_FINALIZED_BLOCK`** The first finalized block that is designated by `POS_FORKCHOICE_UPDATED` event and has the hash that differs from the stub.


### Terminal total difficulty

The `TERMINAL_TOTAL_DIFFICULTY` parameter is a part of client software configuration and **MUST** be included into its binary distribution.


### PoW block processing

PoW blocks that are descendants of any terminal PoW block **MUST NOT** be imported. This implies that a terminal PoW block will be the last PoW block in the canonical chain.
Expand Down

0 comments on commit 8f8c1fd

Please sign in to comment.