Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Conversation

@boundless-forest
Copy link
Member

No logic changes.

@boundless-forest boundless-forest marked this pull request as ready for review April 26, 2022 08:15
@aurexav
Copy link
Member

aurexav commented Apr 26, 2022

paritytech/substrate#9490.

@github-actions
Copy link

github-actions bot commented Apr 26, 2022

Commit 710aa60

Pangolin

Check Runtime Version

Check Storage Prefix

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

Check Runtime Version

Check Storage Prefix

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 e959a40

Pangolin

Check Runtime Version

Check Storage Prefix

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

Check Runtime Version

Check Storage Prefix

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 f2953f5

Pangolin

Check Runtime Version

Check Storage Prefix

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

Check Runtime Version

Check Storage Prefix

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`)."] }​

@aurexav aurexav merged commit 1f40b57 into main Apr 27, 2022
@aurexav aurexav deleted the bear-format branch April 27, 2022 07:25
@aurexav aurexav added the U-Housekeeping [Uncategorized] Some code cleaning works, which must not touch the logic label Apr 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

U-Housekeeping [Uncategorized] Some code cleaning works, which must not touch the logic

Projects

No open projects
Status: Done/No Companion

Development

Successfully merging this pull request may close these issues.

3 participants