ECIP-1060: Specify the Cliquey proof-of-authority engine.#72
Merged
realcodywburns merged 1 commit intoethereumclassic:masterfrom Apr 21, 2019
Merged
ECIP-1060: Specify the Cliquey proof-of-authority engine.#72realcodywburns merged 1 commit intoethereumclassic:masterfrom
realcodywburns merged 1 commit intoethereumclassic:masterfrom
Conversation
YazzyYaz
approved these changes
Apr 21, 2019
realcodywburns
approved these changes
Apr 21, 2019
YazzyYaz
reviewed
Apr 21, 2019
|
|
||
| For a detailed specification of the block authorization logic, please refer to EIP-225 by honoring the constants defined above. However, the following changes should be highlighted: | ||
|
|
||
| * Each singer is **allowed to sign any number of consecutive blocks**. The order is not fixed, but in-turn signing weighs more (**`DIFF_INTURN`**) than out-of-turn one (**`DIFF_NOTURN`**). In case an out-of-turn block is received, an **in-turn signer should continue to publish their block** to ensure the chain always prefers in-turn blocks in any case. This strategy prevents in-turn validators from being hindered from publishing their block and potential network halting. |
Contributor
There was a problem hiding this comment.
Yes! We ran into issues of offline validator nodes hindering the whole network, so allowing in-turn signer to continue seems like a blessing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I propose to upgrade the Kotti testnet to Cliquey (a.k.a. "Clique v2") to make it more robust and prevent it from getting stuck in future.
References ethereum/EIPs#1955 goerli/eips-poa#12