pub const DEFAULT_PARACHAIN_HEAD_SIZE: u32 = 384;
Expand description
Size of the regular parachain head.
It’s not that we are expecting all parachain heads to share the same size or that we would reject all heads that have larger/lesser size. It is about head size that we use in benchmarks. Relayer would need to pay additional fee for extra bytes.
384 is a bit larger (1.3 times) than the size of the randomly chosen Polkadot block.