Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions KIPs/kip-286.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ The following node sets are derived from validator states at a given block numbe
| Set | Definition | Description |
| --- | ---------- | ----------- |
| **Council** | `{ValActive, ValPaused}` | Nodes committed to the Istanbul consensus cycle. `ValReady` is excluded — it is a voluntary standby, not a consensus commitment. |
| **Committee** | `{ValActive} - {Suspended}` | Nodes eligible for consensus signing and block proposing. Identical to the qualified validator set. |
| **HeaderGovVoters** | `{ValActive} - {Suspended}` | Nodes eligible to cast governance votes in block headers. Same membership as Committee. |
| **Committee** | `{ValActive} - {Suspended}` | Nodes eligible for consensus signing, block proposing, and casting governance votes in block headers. Identical to the qualified validator set. |
| **CNPeers** | `{ValActive, ValReady, ValPaused, CandReady, CandTesting}` | Nodes that SHOULD maintain CN-CN P2P connections. `CandReady` is included so that P2P connectivity is established before `CandTesting` promotion. |
| **RewardEligible** | `{ValActive}` | Nodes eligible to receive block rewards. |
| **EpochCompetitors** | `{ValActive, ValReady, ValPaused, CandTesting}` | Nodes that enter the top-50 stake competition at epoch transition (see [Epoch Transition](#epoch-transition)). |
Expand Down
Loading