From 60201872aa0550e6dc1042e28fe20ce13bb5888c Mon Sep 17 00:00:00 2001 From: Radha <86818441+DrW3RK@users.noreply.github.com> Date: Fri, 21 Oct 2022 17:15:08 +0200 Subject: [PATCH] NPoS - Remove outdated info - the calls to staking pallet are no longer filtered - add link to Staking Miner --- docs/learn/learn-phragmen.md | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/docs/learn/learn-phragmen.md b/docs/learn/learn-phragmen.md index 5bfec4a8eccc..92a5b5cac6a2 100644 --- a/docs/learn/learn-phragmen.md +++ b/docs/learn/learn-phragmen.md @@ -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