Files
pezkuwi-subxt/bridges/modules/shift-session-manager
Svyatoslav Nikolsky 4d42bb22f3 Update dependecies (#2277) (#2281)
* cargo update -p parachain-info

* flush

* it compiles

* clippy

* temporary add more logging to cargo deny

* Revert "temporary add more logging to cargo deny"

This reverts commit 20daa88bca6d9a01dbe933579b1d57ae5c3a7bd8.

* list installed Rust binaries before running cargo deny

* changed prev commit

* once again

* try cargo update?

* post-update fixes (nothing important)
2024-04-10 10:28:37 +02:00
..
2024-04-10 10:28:37 +02:00
2024-04-10 10:28:37 +02:00

Shift Session Manager Pallet

THIS PALLET IS NOT INTENDED TO BE USED IN PRODUCTION

The pallet does not provide any calls or runtime storage entries. It only provides implementation of the pallet_session::SessionManager. This implementation, starting from session 3 selects two thirds of initial validators and changes the set on every session. We are using it at our testnets (Rialto and Millau) to be sure that the set changes every session. On well-known production chains (like Kusama and Polkadot) the alternative is the set of nPoS pallets, which selects validators, based on their nominations.