Files
pezkuwi-subxt/bridges/modules/shift-session-manager
dependabot[bot] cffc8e3a7b Bump scale-info from 2.5.0 to 2.6.0
Bumps [scale-info](https://github.com/paritytech/scale-info) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/paritytech/scale-info/releases)
- [Changelog](https://github.com/paritytech/scale-info/blob/master/CHANGELOG.md)
- [Commits](https://github.com/paritytech/scale-info/commits)

---
updated-dependencies:
- dependency-name: scale-info
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
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.