Skip to content

Commit

Permalink
Merge pull request #11 from logion-network/feature/min-collators
Browse files Browse the repository at this point in the history
Accept less collators
  • Loading branch information
gdethier authored Jun 24, 2024
2 parents 9e23e4b + 72ff9d1 commit 24700be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/src/configs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ impl pallet_collator_selection::Config for Runtime {
type UpdateOrigin = CollatorSelectionUpdateOrigin;
type PotId = PotId;
type MaxCandidates = MaxCandidates;
type MinEligibleCollators = ConstU32<4>;
type MinEligibleCollators = ConstU32<3>;
type MaxInvulnerables = MaxInvulnerables;
// should be a multiple of session or things will get inconsistent
type KickThreshold = Period;
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("logion"),
impl_name: create_runtime_str!("logion"),
authoring_version: 1,
spec_version: 000_004_000,
spec_version: 000_004_001,
impl_version: 0,
apis: apis::RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 24700be

Please sign in to comment.