referrerpolicy=no-referrer-when-downgrade

Constant bp_polkadot_core::MAXIMUM_BLOCK_WEIGHT

source ·
pub const MAXIMUM_BLOCK_WEIGHT: Weight;
Expand description

All Polkadot-like chains allow 2 seconds of compute with a 6-second average block time.

This is a copy-paste from the Polkadot repo’s polkadot-runtime-common crate.