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
22 changes: 8 additions & 14 deletions docs/learn/learn-phragmen.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,20 +56,14 @@ Given the large set of nominators and validators, Phragmén's method is a diffic
problem. Polkadot uses off-chain workers to compute the result off-chain and submit a transaction to
propose the set of winners. The reason for performing this computation off-chain is to keep a
constant block time of six seconds and prevent long block times at the end of each era, when the
validator election takes place.

Because certain user actions, like changing nominations, can change the outcome of the Phragmén
election, the system forbids calls to these functions for the last quarter of the session before an
era change. These functions are not permitted:

- `bondExtra`
- `unbond`
- `withdrawUnbonded`
- `validate`
- `nominate`
- `chill`
- `payoutStakers`
- `rebond`
validator election takes place.

:::info Staking Miners

The process of computing the optimal solution for NPoS election can be delegated to
[Staking Miners](learn-staking-miner).

:::

### Council Elections

Expand Down