We assume that ~10% of the block weight is consumed by on_initalize
handlers. This is used to limit the maximal weight of a single extrinsic.
How many parachain blocks are processed by the relay chain per parent.
Limits the number of blocks authored per slot.
Deposit that must be provided for each occupied storage byte.
Deposit that must be provided for each occupied storage item.
One KILT
We allow for 0.5 seconds of compute with a 12 second average block time.
The size of an index in the index pallet.
The size is checked in the runtime by a test.
Copied from Kusama & Polkadot runtime
0.000_001 KILT
This determines the average expected block time that we are targetting.
Blocks will be produced at a minimum duration defined by SLOT_DURATION
.
SLOT_DURATION
is picked up by pallet_timestamp
which is in turn picked
up by pallet_aura
to implement fn slot_duration()
.
0.001 KILT
We allow Normal
extrinsics to fill up the block up to 75%, the rest can be
used by Operational extrinsics.
Relay chain slot duration, in milliseconds.
Maximum number of blocks simultaneously accepted by the Runtime, not yet
included into the relay chain.