mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
* using `frame_npos_elections_solution_type` * forget to commit one change * substrate pallet renaming * cargo update -p sp-io Co-authored-by: kianenigma <kian@parity.io>
This commit is contained in:
Generated
+173
-173
File diff suppressed because it is too large
Load Diff
@@ -412,7 +412,7 @@ parameter_types! {
|
|||||||
pub const VoterSnapshotPerBlock: u32 = 22_500;
|
pub const VoterSnapshotPerBlock: u32 = 22_500;
|
||||||
}
|
}
|
||||||
|
|
||||||
sp_npos_elections::generate_solution_type!(
|
frame_election_provider_support::generate_solution_type!(
|
||||||
#[compact]
|
#[compact]
|
||||||
pub struct NposCompactSolution24::<
|
pub struct NposCompactSolution24::<
|
||||||
VoterIndex = u32,
|
VoterIndex = u32,
|
||||||
|
|||||||
@@ -167,8 +167,8 @@ std = [
|
|||||||
"beefy-primitives/std",
|
"beefy-primitives/std",
|
||||||
"pallet-mmr-primitives/std",
|
"pallet-mmr-primitives/std",
|
||||||
"frame-election-provider-support/std",
|
"frame-election-provider-support/std",
|
||||||
"pallet-xcm/std",
|
"pallet-xcm/std",
|
||||||
"xcm/std",
|
"xcm/std",
|
||||||
"xcm-executor/std",
|
"xcm-executor/std",
|
||||||
"xcm-builder/std",
|
"xcm-builder/std",
|
||||||
]
|
]
|
||||||
@@ -201,12 +201,12 @@ runtime-benchmarks = [
|
|||||||
"pallet-tips/runtime-benchmarks",
|
"pallet-tips/runtime-benchmarks",
|
||||||
"pallet-utility/runtime-benchmarks",
|
"pallet-utility/runtime-benchmarks",
|
||||||
"pallet-vesting/runtime-benchmarks",
|
"pallet-vesting/runtime-benchmarks",
|
||||||
"pallet-xcm/runtime-benchmarks",
|
"pallet-xcm/runtime-benchmarks",
|
||||||
"pallet-offences-benchmarking",
|
"pallet-offences-benchmarking",
|
||||||
"pallet-session-benchmarking",
|
"pallet-session-benchmarking",
|
||||||
"frame-system-benchmarking",
|
"frame-system-benchmarking",
|
||||||
"hex-literal",
|
"hex-literal",
|
||||||
"xcm-builder/runtime-benchmarks",
|
"xcm-builder/runtime-benchmarks",
|
||||||
"frame-election-provider-support/runtime-benchmarks",
|
"frame-election-provider-support/runtime-benchmarks",
|
||||||
"runtime-parachains/runtime-benchmarks",
|
"runtime-parachains/runtime-benchmarks",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -454,7 +454,7 @@ parameter_types! {
|
|||||||
pub const VoterSnapshotPerBlock: u32 = 22_500;
|
pub const VoterSnapshotPerBlock: u32 = 22_500;
|
||||||
}
|
}
|
||||||
|
|
||||||
sp_npos_elections::generate_solution_type!(
|
frame_election_provider_support::generate_solution_type!(
|
||||||
#[compact]
|
#[compact]
|
||||||
pub struct NposCompactSolution16::<
|
pub struct NposCompactSolution16::<
|
||||||
VoterIndex = u32,
|
VoterIndex = u32,
|
||||||
|
|||||||
@@ -364,7 +364,7 @@ parameter_types! {
|
|||||||
pub const VoterSnapshotPerBlock: u32 = 22_500;
|
pub const VoterSnapshotPerBlock: u32 = 22_500;
|
||||||
}
|
}
|
||||||
|
|
||||||
sp_npos_elections::generate_solution_type!(
|
frame_election_provider_support::generate_solution_type!(
|
||||||
#[compact]
|
#[compact]
|
||||||
pub struct NposCompactSolution16::<
|
pub struct NposCompactSolution16::<
|
||||||
VoterIndex = u32,
|
VoterIndex = u32,
|
||||||
|
|||||||
Reference in New Issue
Block a user