Expand description
Functions§
- add_
trusted_ validation_ code - Adds the validation code to the storage.
- apply_
authorized_ force_ set_ current_ code - Applies the already authorized current code for the parachain,
triggering the same functionality as
force_set_current_code
. - authorize_
force_ set_ current_ code_ hash - Sets the storage for the authorized current code hash of the parachain.
If not applied, it will be removed at the
System::block_number() + valid_period
block. - force_
note_ new_ head - Note a new block head for para within the context of the current block.
- force_
queue_ action - Put a parachain directly into the next session’s action queue. We can’t queue it any sooner than this without going into the initializer…
- force_
schedule_ code_ upgrade - Schedule an upgrade as if it was scheduled in the given relay parent block.
- force_
set_ current_ code - Set the storage for the parachain validation code immediately.
- force_
set_ current_ head - Set the storage for the current parachain head data immediately.
- force_
set_ most_ recent_ context - Set the storage for the current parachain head data immediately.
- include_
pvf_ check_ statement - Includes a statement for a PVF pre-checking vote. Potentially, finalizes the vote and enacts the results if that was the last vote before achieving the supermajority.
- poke_
unused_ validation_ code - Remove the validation code from the storage iff the reference count is 0.
- remove_
upgrade_ cooldown - Remove an upgrade cooldown for a parachain.