Expand description
An emulator for node-side code to predict the results of on-chain parachain inclusion and predict future constraints.
Structs§
- Constraint
Modifications - Modifications to constraints as a result of prospective candidates.
- Constraints
- Constraints on the actions that can be taken by a new parachain block. These limitations are implicitly associated with some particular parachain, which should be apparent from usage.
- Fragment
- A parachain fragment, representing another prospective parachain block.
- Inbound
Hrmp Limitations - Constraints on inbound HRMP channels.
- Outbound
Hrmp Channel Limitations - Constraints on outbound HRMP channels.
- Outbound
Hrmp Channel Modification - An update to outbound HRMP channels.
- Prospective
Candidate - The prospective candidate.
- Relay
Chain Block Info - Information about a relay-chain block.
Enums§
- Fragment
Validity Error - Kinds of errors with the validity of a fragment.
- Hrmp
Watermark Update - An update to the HRMP Watermark.
- Modification
Error - Kinds of errors that can occur when modifying constraints.
Traits§
- Hypothetical
OrConcrete Candidate - Trait for a hypothetical or concrete candidate, as needed when assessing the validity of a potential candidate.
Functions§
- validate_
commitments - Validates if the candidate commitments are obeying the constraints.