Expand description
Runtime primitives for Subspace Network.
Modules§
- Opaque types.
- Runtime primitives for pallet-utility.
Structs§
- The adjustment variable of the runtime. Higher values will cause
TargetBlockFullness
to change the fees more rapidly. - Event segments are disabled on the consensus chain.
- Event segments are enabled on domain chains, this value was derived from benchmarking.
- The maximum amount of the multiplier.
- Minimum amount of the multiplier. This value cannot be too low. A test case should ensure that combined with
AdjustmentVariable
, we can recover from the minimum. Seemultiplier_can_grow_from_zero
. - The portion of the
NORMAL_DISPATCH_RATIO
that we adjust the fees with. Blocks filled less than this will decrease the weight and more will increase. - Adjusted XDM Weight to fee Conversion.
Enums§
Constants§
- The block weight for 2 seconds of compute
- Subspace Credits have 18 decimal places.
- Domains Block pruning depth.
- Pruning depth multiplier for state and blocks pruning.
- Maximum block length for non-
Normal
extrinsic is 5 MiB. - The maximum recursion depth we allow when parsing calls. This is a safety measure to avoid stack overflows.
- Minimum desired number of replicas of the blockchain to be stored by the network, impacts storage fees.
- A ratio of
Normal
dispatch class within block, forBlockWeight
andBlockLength
. - The smallest unit of the token is called Shannon.
- 1 in 6 slots (on average, not counting collisions) will have a block. Must match ratio between block and slot duration in constants above.
- One Subspace Credit.
Traits§
- Interface for creating an unsigned general extrinsic
- A trait for finding the address for a block reward based on the
PreRuntime
digests contained within it. - A trait for finding the addresses for voting reward based on transactions found in the block.
- A trait for determining whether rewards are enabled or not
Functions§
- We allow for 3.75 MiB for
Normal
extrinsic with 5 MiB maximum block length.
Type Aliases§
- Some way of identifying an account on the chain. We intentionally make it equivalent to the public key of our transaction signing scheme.
- Balance of an account.
- Block number in Subspace network.
- A hash of some data used by the chain.
- Type used for expressing timestamp.
- Index of a transaction in the chain.
- Balance type pointing to the OnChargeTransaction trait.
- Alias to 512-bit hash when used in the context of a transaction signature on the chain.
- Parameterized slow adjusting fee updated based on https://research.web3.foundation/Polkadot/overview/token-economics#2-slow-adjusting-mechanism