Tendermint SelectChain

This is incompatible with Substrate's expectations, yet should be valid 
for ours
This commit is contained in:
Luke Parker
2022-10-21 05:28:26 -04:00
parent fcb9148fc9
commit 123b8ad11b
2 changed files with 58 additions and 0 deletions

View File

@@ -16,6 +16,9 @@ mod weights;
mod import_queue;
use import_queue::TendermintImportQueue;
mod select_chain;
pub use select_chain::TendermintSelectChain;
pub struct ExecutorDispatch;
impl NativeExecutionDispatch for ExecutorDispatch {
#[cfg(feature = "runtime-benchmarks")]