Skip to content
Snippets Groups Projects
Commit 8142eba5 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Update Substrate & Polkadot (#405)

parent 09cd8a89
No related merge requests found
This diff is collapsed.
......@@ -196,6 +196,11 @@ where
Default::default(),
//TODO: Fix this.
Duration::from_millis(500),
// Set the block limit to 50% of the maximum PoV size.
//
// TODO: If we got benchmarking that includes that encapsulates the proof size,
// we should be able to use the maximum pov size.
Some((validation_data.max_pov_size / 2) as usize),
)
.await
.map_err(|e| tracing::error!(target: LOG_TARGET, error = ?e, "Proposing failed."))
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment