feat: add TaskSpawner to spawn validation requests as blocking (#12543)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
ftupas
2024-11-20 11:56:44 +01:00
committed by GitHub
parent ce4a32017a
commit 6977cf0453
2 changed files with 91 additions and 55 deletions

View File

@@ -1252,6 +1252,7 @@ where
Arc::new(self.consensus.clone()),
self.block_executor.clone(),
self.config.flashbots.clone(),
Box::new(self.executor.clone()),
)
}
}
@@ -1416,6 +1417,7 @@ where
Arc::new(self.consensus.clone()),
self.block_executor.clone(),
self.config.flashbots.clone(),
Box::new(self.executor.clone()),
)
.into_rpc()
.into(),