Skip to content

EIP-3436: Expanded Clique Block Choice Rule #300

@shemnon

Description

@shemnon

2-5 minutes to call for comments on EIP-3436, which proposes fork choice rules for clique.

EIP - https://eips.ethereum.org/EIPS/eip-3436

Without these rules a clique network can deadlock with as few as 1 missing validator when all validators have seen all contested blocks. Goerli did so twice in early March prior to it's Berlin upgrade.

Geth has the second rule already implemented (prefer the shorter chain) but that only addresses one of the early March deadlocks, as the second deadlock had equal height on both forks. This proposes two more clique specific rules that should keep validators from deadlocking and provides an absolute ordering in the final case (lowest hash).

This does not impact any current or future hard fork for mainnet, so it can be prioritized appropriately. The goal is to move it into final call if there are no counter-proposals.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions