This commit is contained in:
Eitan Seri- Levi
2026-03-02 13:05:13 -08:00
10 changed files with 210 additions and 107 deletions

View File

@@ -10,7 +10,6 @@ use std::fmt::Debug;
use std::future::Future;
use std::ops::Deref;
use std::sync::Arc;
use std::thread::sleep;
use std::time::Duration;
use task_executor::TaskExecutor;
use tokio::sync::mpsc;
@@ -622,8 +621,6 @@ impl<S: ValidatorStore + 'static, T: SlotClock + 'static> BlockService<S, T> {
)
.await?;
sleep(Duration::from_secs(4));
// TODO(gloas) we only need to fetch, sign and publish the envelope in the local building case.
// Right now we always default to local building. Once we implement trustless/trusted builder logic
// we should check the bid for index == BUILDER_INDEX_SELF_BUILD