We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f495a commit ca71263Copy full SHA for ca71263
node/bin/src/lib.rs
@@ -244,6 +244,8 @@ pub async fn run<State: ReadStateHistory + WriteState + StateInitializer + Clone
244
)
245
.await;
246
247
+ // todo: this can take a while; ideally committed batches should be loaded in the background
248
+ // and then `get()` method can be made async so that it waits for relevant batch to load
249
let committed_batch_provider = CommittedBatchProvider::init(
250
&l1_state,
251
config.l1_watcher_config.max_blocks_to_process,
0 commit comments