Initial work on an import queue

This commit is contained in:
Luke Parker
2022-10-20 03:50:06 -04:00
parent 975c9d7456
commit eb59dd5a55
4 changed files with 155 additions and 5 deletions

View File

@@ -9,7 +9,10 @@ use sc_service::TaskManager;
use serai_runtime::{self, opaque::Block, RuntimeApi};
mod algorithm;
mod tendermint;
mod signature_scheme;
mod import;
//mod tendermint;
pub struct ExecutorDispatch;
impl sc_executor::NativeExecutionDispatch for ExecutorDispatch {