Machine without timeouts

This commit is contained in:
Luke Parker
2022-10-02 23:23:58 -04:00
parent b334c96906
commit b56c88468e
3 changed files with 393 additions and 0 deletions

View File

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