@@ -1019,7 +1019,8 @@ where
1019
1019
+ sp_block_builder:: BlockBuilder < Block >
1020
1020
+ fp_rpc:: EthereumRuntimeRPCApi < Block >
1021
1021
+ AuraApi < Block , AuraId > ,
1022
- sc_client_api:: StateBackendFor < TFullBackend < Block > , Block > : sc_client_api:: StateBackend < BlakeTwo256 > ,
1022
+ sc_client_api:: StateBackendFor < TFullBackend < Block > , Block > :
1023
+ sc_client_api:: StateBackend < BlakeTwo256 > ,
1023
1024
Executor : sc_executor:: NativeExecutionDispatch + ' static ,
1024
1025
{
1025
1026
let slot_duration = cumulus_client_consensus_aura:: slot_duration ( & * client) ?;
@@ -1093,7 +1094,8 @@ where
1093
1094
+ fp_rpc:: EthereumRuntimeRPCApi < Block >
1094
1095
+ AuraApi < Block , AuraId >
1095
1096
+ cumulus_primitives_core:: CollectCollationInfo < Block > ,
1096
- sc_client_api:: StateBackendFor < TFullBackend < Block > , Block > : sc_client_api:: StateBackend < BlakeTwo256 > ,
1097
+ sc_client_api:: StateBackendFor < TFullBackend < Block > , Block > :
1098
+ sc_client_api:: StateBackend < BlakeTwo256 > ,
1097
1099
Executor : sc_executor:: NativeExecutionDispatch + ' static ,
1098
1100
{
1099
1101
let mut proposer_factory = sc_basic_authorship:: ProposerFactory :: with_proof_recording (
@@ -1241,7 +1243,8 @@ where
1241
1243
+ fp_rpc:: EthereumRuntimeRPCApi < Block >
1242
1244
+ AuraApi < Block , AuraId >
1243
1245
+ cumulus_primitives_core:: CollectCollationInfo < Block > ,
1244
- sc_client_api:: StateBackendFor < TFullBackend < Block > , Block > : sc_client_api:: StateBackend < BlakeTwo256 > ,
1246
+ sc_client_api:: StateBackendFor < TFullBackend < Block > , Block > :
1247
+ sc_client_api:: StateBackend < BlakeTwo256 > ,
1245
1248
Executor : sc_executor:: NativeExecutionDispatch + ' static ,
1246
1249
{
1247
1250
let mut proposer_factory = sc_basic_authorship:: ProposerFactory :: with_proof_recording (
0 commit comments