Module capacity_stable_weights

Source
Expand description

Fixes the Weight values for Capacity transactions as static values Any change in actual weight does not adjust the cost, but will still adjust the block space

Structs§

SubstrateWeight
Weights for pallet_msa using the Substrate node and recommended hardware.

Constants§

CAPACITY_EXTRINSIC_BASE_WEIGHT
The base fee for extrinsics is calculated by running benchmarks. Capacity needs the base fee to remain stable and not change when benchmarks are run. CAPACITY_EXTRINSIC_BASE_WEIGHT is a snapshot of the ExtrinsicBaseWeight taken from: runtime/common/src/weights/extrinsic_weights.rs

Traits§

WeightInfo
Weight functions needed for pallet_msa.