diff --git a/bin/collator/src/parachain/service.rs b/bin/collator/src/parachain/service.rs index e49f096218..67eaec0bcc 100644 --- a/bin/collator/src/parachain/service.rs +++ b/bin/collator/src/parachain/service.rs @@ -1019,7 +1019,8 @@ where + sp_block_builder::BlockBuilder + fp_rpc::EthereumRuntimeRPCApi + AuraApi, - sc_client_api::StateBackendFor, Block>: sc_client_api::StateBackend, + sc_client_api::StateBackendFor, Block>: + sc_client_api::StateBackend, Executor: sc_executor::NativeExecutionDispatch + 'static, { let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?; @@ -1093,7 +1094,8 @@ where + fp_rpc::EthereumRuntimeRPCApi + AuraApi + cumulus_primitives_core::CollectCollationInfo, - sc_client_api::StateBackendFor, Block>: sc_client_api::StateBackend, + sc_client_api::StateBackendFor, Block>: + sc_client_api::StateBackend, Executor: sc_executor::NativeExecutionDispatch + 'static, { let mut proposer_factory = sc_basic_authorship::ProposerFactory::with_proof_recording( @@ -1241,7 +1243,8 @@ where + fp_rpc::EthereumRuntimeRPCApi + AuraApi + cumulus_primitives_core::CollectCollationInfo, - sc_client_api::StateBackendFor, Block>: sc_client_api::StateBackend, + sc_client_api::StateBackendFor, Block>: + sc_client_api::StateBackend, Executor: sc_executor::NativeExecutionDispatch + 'static, { let mut proposer_factory = sc_basic_authorship::ProposerFactory::with_proof_recording(