Update Substrate & Polkadot (#563)

This commit is contained in:
Bastian Köcher
2021-08-05 20:53:32 +02:00
committed by GitHub
parent 5e86294e4e
commit 9a0cfd9117
9 changed files with 277 additions and 273 deletions
@@ -427,6 +427,7 @@ impl pallet_assets::Config for Runtime {
impl pallet_aura::Config for Runtime {
type AuthorityId = AuraId;
type DisabledValidators = ();
}
construct_runtime! {
+4 -4
View File
@@ -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! {