referrerpolicy=no-referrer-when-downgrade
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:

  1. block weight limits are matching;
  2. block size limits are matching.