mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
Update Substrate & Polkadot (#563)
This commit is contained in:
@@ -427,6 +427,7 @@ impl pallet_assets::Config for Runtime {
|
||||
|
||||
impl pallet_aura::Config for Runtime {
|
||||
type AuthorityId = AuraId;
|
||||
type DisabledValidators = ();
|
||||
}
|
||||
|
||||
construct_runtime! {
|
||||
|
||||
@@ -223,7 +223,7 @@ where
|
||||
Executor: sc_executor::NativeExecutionDispatch + 'static,
|
||||
RB: Fn(
|
||||
Arc<TFullClient<Block, RuntimeApi, Executor>>,
|
||||
) -> jsonrpc_core::IoHandler<sc_rpc::Metadata>
|
||||
) -> Result<jsonrpc_core::IoHandler<sc_rpc::Metadata>, sc_service::Error>
|
||||
+ Send
|
||||
+ 'static,
|
||||
BIQ: FnOnce(
|
||||
@@ -418,7 +418,7 @@ pub async fn start_rococo_parachain_node(
|
||||
parachain_config,
|
||||
polkadot_config,
|
||||
id,
|
||||
|_| Default::default(),
|
||||
|_| Ok(Default::default()),
|
||||
rococo_parachain_build_import_queue,
|
||||
|client,
|
||||
prometheus_registry,
|
||||
@@ -536,7 +536,7 @@ pub async fn start_shell_node(
|
||||
parachain_config,
|
||||
polkadot_config,
|
||||
id,
|
||||
|_| Default::default(),
|
||||
|_| Ok(Default::default()),
|
||||
shell_build_import_queue,
|
||||
|client,
|
||||
prometheus_registry,
|
||||
@@ -809,7 +809,7 @@ where
|
||||
parachain_config,
|
||||
polkadot_config,
|
||||
id,
|
||||
|_| Default::default(),
|
||||
|_| Ok(Default::default()),
|
||||
statemint_build_import_queue,
|
||||
|client,
|
||||
prometheus_registry,
|
||||
|
||||
@@ -624,6 +624,7 @@ impl pallet_session::Config for Runtime {
|
||||
|
||||
impl pallet_aura::Config for Runtime {
|
||||
type AuthorityId = AuraId;
|
||||
type DisabledValidators = ();
|
||||
}
|
||||
|
||||
parameter_types! {
|
||||
|
||||
@@ -592,6 +592,7 @@ impl pallet_session::Config for Runtime {
|
||||
|
||||
impl pallet_aura::Config for Runtime {
|
||||
type AuthorityId = AuraId;
|
||||
type DisabledValidators = ();
|
||||
}
|
||||
|
||||
parameter_types! {
|
||||
|
||||
@@ -590,6 +590,7 @@ impl pallet_session::Config for Runtime {
|
||||
|
||||
impl pallet_aura::Config for Runtime {
|
||||
type AuthorityId = AuraId;
|
||||
type DisabledValidators = ();
|
||||
}
|
||||
|
||||
parameter_types! {
|
||||
|
||||
Reference in New Issue
Block a user