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

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

Constants

  • 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