This repository was archived by the owner on Mar 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Update Format Rules #1195
Merged
Merged
Update Format Rules #1195
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
Commit 710aa60Pangolin
Pallet Staking:
+ Entry: StorageEntryMetadata { name: "ChillThreshold", modifier: Optional, ty: Plain(UntrackedSymbol { id: 328, marker: PhantomData }), default: [0], docs: [" The threshold for when users can start calling `chill_other` for other validators /", " nominators. The threshold is compared to the actual number of validators / nominators", " (`CountFor*`) in the system compared to the configured max (`Max*Count`)."] }
- Entry: StorageEntryMetadata { name: "ChillThreshold", modifier: Optional, ty: Plain(UntrackedSymbol { id: 328, marker: PhantomData }), default: [0], docs: [" The threshold for when users can start calling `chill_other` for other validators / nominators.", " The threshold is compared to the actual number of validators / nominators (`CountFor*`) in", " the system compared to the configured max (`Max*Count`)."] }Pangoro
Pallet Bsc:
+ Entry: StorageEntryMetadata { name: "Authorities", modifier: Default, ty: Plain(UntrackedSymbol { id: 411, marker: PhantomData }), default: [0], docs: [" [`Authorities`] is the set of qualified authorities that currently active or activated in", " previous rounds this was added to track the older qualified authorities, to make sure we can", " verify a older header"] }
- Entry: StorageEntryMetadata { name: "Authorities", modifier: Default, ty: Plain(UntrackedSymbol { id: 411, marker: PhantomData }), default: [0], docs: [" [`Authorities`] is the set of qualified authorities that currently active or activated in previous rounds", " this was added to track the older qualified authorities, to make sure we can verify a older header"] }
+ Entry: StorageEntryMetadata { name: "AuthoritiesOfRound", modifier: Default, ty: Map { hashers: [Blake2_128Concat], key: UntrackedSymbol { id: 8, marker: PhantomData }, value: UntrackedSymbol { id: 239, marker: PhantomData } }, default: [0], docs: [" [`AuthoritiesOfRound`] use a `Map<u64, Vec<u32>>` structure to track the active authorities", " in every epoch the key is `checkpoint.number / epoch_length`", " the value is the index of authorities which extracted from checkpoint block header", " So the the order of authorities vector **MUST** be stable."] }
- Entry: StorageEntryMetadata { name: "AuthoritiesOfRound", modifier: Default, ty: Map { hashers: [Blake2_128Concat], key: UntrackedSymbol { id: 8, marker: PhantomData }, value: UntrackedSymbol { id: 239, marker: PhantomData } }, default: [0], docs: [" [`AuthoritiesOfRound`] use a `Map<u64, Vec<u32>>` structure to track the active authorities in every epoch", " the key is `checkpoint.number / epoch_length`", " the value is the index of authorities which extracted from checkpoint block header", " So the the order of authorities vector **MUST** be stable."] }
Pallet Staking:
+ Entry: StorageEntryMetadata { name: "ChillThreshold", modifier: Optional, ty: Plain(UntrackedSymbol { id: 260, marker: PhantomData }), default: [0], docs: [" The threshold for when users can start calling `chill_other` for other validators /", " nominators. The threshold is compared to the actual number of validators / nominators", " (`CountFor*`) in the system compared to the configured max (`Max*Count`)."] }
- Entry: StorageEntryMetadata { name: "ChillThreshold", modifier: Optional, ty: Plain(UntrackedSymbol { id: 260, marker: PhantomData }), default: [0], docs: [" The threshold for when users can start calling `chill_other` for other validators / nominators.", " The threshold is compared to the actual number of validators / nominators (`CountFor*`) in", " the system compared to the configured max (`Max*Count`)."] }Commit e959a40Pangolin
Pallet Staking:
+ Entry: StorageEntryMetadata { name: "ChillThreshold", modifier: Optional, ty: Plain(UntrackedSymbol { id: 328, marker: PhantomData }), default: [0], docs: [" The threshold for when users can start calling `chill_other` for other validators /", " nominators. The threshold is compared to the actual number of validators / nominators", " (`CountFor*`) in the system compared to the configured max (`Max*Count`)."] }
- Entry: StorageEntryMetadata { name: "ChillThreshold", modifier: Optional, ty: Plain(UntrackedSymbol { id: 328, marker: PhantomData }), default: [0], docs: [" The threshold for when users can start calling `chill_other` for other validators / nominators.", " The threshold is compared to the actual number of validators / nominators (`CountFor*`) in", " the system compared to the configured max (`Max*Count`)."] }Pangoro
Pallet Bsc:
+ Entry: StorageEntryMetadata { name: "Authorities", modifier: Default, ty: Plain(UntrackedSymbol { id: 411, marker: PhantomData }), default: [0], docs: [" [`Authorities`] is the set of qualified authorities that currently active or activated in", " previous rounds this was added to track the older qualified authorities, to make sure we can", " verify a older header"] }
- Entry: StorageEntryMetadata { name: "Authorities", modifier: Default, ty: Plain(UntrackedSymbol { id: 411, marker: PhantomData }), default: [0], docs: [" [`Authorities`] is the set of qualified authorities that currently active or activated in previous rounds", " this was added to track the older qualified authorities, to make sure we can verify a older header"] }
+ Entry: StorageEntryMetadata { name: "AuthoritiesOfRound", modifier: Default, ty: Map { hashers: [Blake2_128Concat], key: UntrackedSymbol { id: 8, marker: PhantomData }, value: UntrackedSymbol { id: 239, marker: PhantomData } }, default: [0], docs: [" [`AuthoritiesOfRound`] use a `Map<u64, Vec<u32>>` structure to track the active authorities", " in every epoch the key is `checkpoint.number / epoch_length`", " the value is the index of authorities which extracted from checkpoint block header", " So the the order of authorities vector **MUST** be stable."] }
- Entry: StorageEntryMetadata { name: "AuthoritiesOfRound", modifier: Default, ty: Map { hashers: [Blake2_128Concat], key: UntrackedSymbol { id: 8, marker: PhantomData }, value: UntrackedSymbol { id: 239, marker: PhantomData } }, default: [0], docs: [" [`AuthoritiesOfRound`] use a `Map<u64, Vec<u32>>` structure to track the active authorities in every epoch", " the key is `checkpoint.number / epoch_length`", " the value is the index of authorities which extracted from checkpoint block header", " So the the order of authorities vector **MUST** be stable."] }
Pallet Staking:
+ Entry: StorageEntryMetadata { name: "ChillThreshold", modifier: Optional, ty: Plain(UntrackedSymbol { id: 260, marker: PhantomData }), default: [0], docs: [" The threshold for when users can start calling `chill_other` for other validators /", " nominators. The threshold is compared to the actual number of validators / nominators", " (`CountFor*`) in the system compared to the configured max (`Max*Count`)."] }
- Entry: StorageEntryMetadata { name: "ChillThreshold", modifier: Optional, ty: Plain(UntrackedSymbol { id: 260, marker: PhantomData }), default: [0], docs: [" The threshold for when users can start calling `chill_other` for other validators / nominators.", " The threshold is compared to the actual number of validators / nominators (`CountFor*`) in", " the system compared to the configured max (`Max*Count`)."] }Commit f2953f5Pangolin
Pallet Staking:
+ Entry: StorageEntryMetadata { name: "ChillThreshold", modifier: Optional, ty: Plain(UntrackedSymbol { id: 328, marker: PhantomData }), default: [0], docs: [" The threshold for when users can start calling `chill_other` for other validators /", " nominators. The threshold is compared to the actual number of validators / nominators", " (`CountFor*`) in the system compared to the configured max (`Max*Count`)."] }
- Entry: StorageEntryMetadata { name: "ChillThreshold", modifier: Optional, ty: Plain(UntrackedSymbol { id: 328, marker: PhantomData }), default: [0], docs: [" The threshold for when users can start calling `chill_other` for other validators / nominators.", " The threshold is compared to the actual number of validators / nominators (`CountFor*`) in", " the system compared to the configured max (`Max*Count`)."] }Pangoro
Pallet Bsc:
+ Entry: StorageEntryMetadata { name: "Authorities", modifier: Default, ty: Plain(UntrackedSymbol { id: 411, marker: PhantomData }), default: [0], docs: [" [`Authorities`] is the set of qualified authorities that currently active or activated in", " previous rounds this was added to track the older qualified authorities, to make sure we can", " verify a older header"] }
- Entry: StorageEntryMetadata { name: "Authorities", modifier: Default, ty: Plain(UntrackedSymbol { id: 411, marker: PhantomData }), default: [0], docs: [" [`Authorities`] is the set of qualified authorities that currently active or activated in previous rounds", " this was added to track the older qualified authorities, to make sure we can verify a older header"] }
+ Entry: StorageEntryMetadata { name: "AuthoritiesOfRound", modifier: Default, ty: Map { hashers: [Blake2_128Concat], key: UntrackedSymbol { id: 8, marker: PhantomData }, value: UntrackedSymbol { id: 239, marker: PhantomData } }, default: [0], docs: [" [`AuthoritiesOfRound`] use a `Map<u64, Vec<u32>>` structure to track the active authorities", " in every epoch the key is `checkpoint.number / epoch_length`", " the value is the index of authorities which extracted from checkpoint block header", " So the the order of authorities vector **MUST** be stable."] }
- Entry: StorageEntryMetadata { name: "AuthoritiesOfRound", modifier: Default, ty: Map { hashers: [Blake2_128Concat], key: UntrackedSymbol { id: 8, marker: PhantomData }, value: UntrackedSymbol { id: 239, marker: PhantomData } }, default: [0], docs: [" [`AuthoritiesOfRound`] use a `Map<u64, Vec<u32>>` structure to track the active authorities in every epoch", " the key is `checkpoint.number / epoch_length`", " the value is the index of authorities which extracted from checkpoint block header", " So the the order of authorities vector **MUST** be stable."] }
Pallet Staking:
+ Entry: StorageEntryMetadata { name: "ChillThreshold", modifier: Optional, ty: Plain(UntrackedSymbol { id: 260, marker: PhantomData }), default: [0], docs: [" The threshold for when users can start calling `chill_other` for other validators /", " nominators. The threshold is compared to the actual number of validators / nominators", " (`CountFor*`) in the system compared to the configured max (`Max*Count`)."] }
- Entry: StorageEntryMetadata { name: "ChillThreshold", modifier: Optional, ty: Plain(UntrackedSymbol { id: 260, marker: PhantomData }), default: [0], docs: [" The threshold for when users can start calling `chill_other` for other validators / nominators.", " The threshold is compared to the actual number of validators / nominators (`CountFor*`) in", " the system compared to the configured max (`Max*Count`)."] } |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No logic changes.