Function bridge_runtime_common::integrity::assert_chain_constants
source · pub fn assert_chain_constants<R>(params: AssertChainConstants)where
R: Config,
Expand description
Test that our hardcoded, chain-related constants, are matching chain runtime configuration.
In particular, this test ensures that:
- block weight limits are matching;
- block size limits are matching.