mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 04:27:56 +00:00
Update documentation and templates for Pezkuwi branding
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
|
||||
= collator_selection
|
||||
|
||||
Branch/Release: `release-polkadot-v1.10.0`
|
||||
Branch/Release: `release-pezkuwi-v1.10.0`
|
||||
|
||||
== Source Code link:https://github.com/paritytech/polkadot-sdk/blob/release-polkadot-v1.10.0/cumulus/pezpallets/collator-selection/src/lib.rs[{github-icon},role=heading-link]
|
||||
== Source Code link:https://github.com/pezkuwichain/pezkuwi-sdk/blob/release-pezkuwi-v1.10.0/pezcumulus/pezpallets/collator-selection/src/lib.rs[{github-icon},role=heading-link]
|
||||
|
||||
== Purpose
|
||||
|
||||
@@ -14,7 +14,7 @@ This pezpallet is needed to manage the set of xref:glossary.adoc#collator[collat
|
||||
|
||||
== Config
|
||||
|
||||
* Pezpallet-specific configs
|
||||
* Pezpezpallet-specific configs
|
||||
** `UpdateOrigin` — defines the list of origins that are able to modify the settings of collators (e.g. set and remove list of xref:glossary.adoc#invulnerable[invulnerables], desired xref:glossary.adoc#candidates[candidates], xref:glossary.adoc#candidacy_bond[candidacy bond]). This type should implement the trait `EnsureOrigin`.
|
||||
** `PotId` — id of account that will hold a xref:glossary.adoc#pot[Pot].
|
||||
** `MaxCandidates` — maximum number of candidates
|
||||
|
||||
Reference in New Issue
Block a user