mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
* companion for #13555 * update lockfile for {"substrate"} * fix: `decl_TryRuntime` -> `decl_for_try_runtime` --------- Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+206
-192
File diff suppressed because it is too large
Load Diff
@@ -433,6 +433,7 @@ impl pallet_election_provider_multi_phase::MinerConfig for Runtime {
|
||||
as
|
||||
frame_election_provider_support::ElectionDataProvider
|
||||
>::MaxVotesPerVoter;
|
||||
type MaxWinners = MaxActiveValidators;
|
||||
|
||||
// The unsigned submissions have to respect the weight of the submit_unsigned call, thus their
|
||||
// weight estimate function is wired to this call's weight.
|
||||
@@ -2256,7 +2257,7 @@ mod multiplier_tests {
|
||||
#[cfg(all(test, feature = "try-runtime"))]
|
||||
mod remote_tests {
|
||||
use super::*;
|
||||
use frame_try_runtime::{runtime_decl_for_TryRuntime::TryRuntime, UpgradeCheckSelect};
|
||||
use frame_try_runtime::{runtime_decl_for_try_runtime::TryRuntime, UpgradeCheckSelect};
|
||||
use remote_externalities::{
|
||||
Builder, Mode, OfflineConfig, OnlineConfig, SnapshotConfig, Transport,
|
||||
};
|
||||
|
||||
@@ -426,6 +426,7 @@ impl pallet_election_provider_multi_phase::MinerConfig for Runtime {
|
||||
as
|
||||
frame_election_provider_support::ElectionDataProvider
|
||||
>::MaxVotesPerVoter;
|
||||
type MaxWinners = MaxActiveValidators;
|
||||
|
||||
// The unsigned submissions have to respect the weight of the submit_unsigned call, thus their
|
||||
// weight estimate function is wired to this call's weight.
|
||||
@@ -2470,7 +2471,7 @@ mod multiplier_tests {
|
||||
#[cfg(all(test, feature = "try-runtime"))]
|
||||
mod remote_tests {
|
||||
use super::*;
|
||||
use frame_try_runtime::{runtime_decl_for_TryRuntime::TryRuntime, UpgradeCheckSelect};
|
||||
use frame_try_runtime::{runtime_decl_for_try_runtime::TryRuntime, UpgradeCheckSelect};
|
||||
use remote_externalities::{
|
||||
Builder, Mode, OfflineConfig, OnlineConfig, SnapshotConfig, Transport,
|
||||
};
|
||||
|
||||
@@ -2117,7 +2117,7 @@ sp_api::impl_runtime_apis! {
|
||||
#[cfg(all(test, feature = "try-runtime"))]
|
||||
mod remote_tests {
|
||||
use super::*;
|
||||
use frame_try_runtime::{runtime_decl_for_TryRuntime::TryRuntime, UpgradeCheckSelect};
|
||||
use frame_try_runtime::{runtime_decl_for_try_runtime::TryRuntime, UpgradeCheckSelect};
|
||||
use remote_externalities::{
|
||||
Builder, Mode, OfflineConfig, OnlineConfig, SnapshotConfig, Transport,
|
||||
};
|
||||
|
||||
@@ -391,6 +391,7 @@ impl pallet_election_provider_multi_phase::MinerConfig for Runtime {
|
||||
as
|
||||
frame_election_provider_support::ElectionDataProvider
|
||||
>::MaxVotesPerVoter;
|
||||
type MaxWinners = MaxActiveValidators;
|
||||
|
||||
// The unsigned submissions have to respect the weight of the submit_unsigned call, thus their
|
||||
// weight estimate function is wired to this call's weight.
|
||||
@@ -1859,7 +1860,7 @@ sp_api::impl_runtime_apis! {
|
||||
#[cfg(all(test, feature = "try-runtime"))]
|
||||
mod remote_tests {
|
||||
use super::*;
|
||||
use frame_try_runtime::{runtime_decl_for_TryRuntime::TryRuntime, UpgradeCheckSelect};
|
||||
use frame_try_runtime::{runtime_decl_for_try_runtime::TryRuntime, UpgradeCheckSelect};
|
||||
use remote_externalities::{
|
||||
Builder, Mode, OfflineConfig, OnlineConfig, SnapshotConfig, Transport,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user