Expand description
Functions§
- set_
approval_ voting_ params - Set approval-voting-params.
- set_
async_ backing_ params - Set the asynchronous backing parameters.
- set_
bypass_ consistency_ check - Setting this to true will disable consistency checks for the configuration setters. Use with caution.
- set_
code_ retention_ period - Set the acceptance period for an included candidate.
- set_
coretime_ cores - Set the number of coretime execution cores.
- set_
dispute_ period - Set the dispute period, in number of sessions to keep for disputes.
- set_
dispute_ post_ conclusion_ acceptance_ period - Set the dispute post conclusion acceptance period.
- set_
executor_ params - Set PVF executor parameters.
- set_
group_ rotation_ frequency - Set the parachain validator-group rotation frequency
- set_
hrmp_ channel_ max_ capacity - Sets the maximum number of messages allowed in an HRMP channel at once.
- set_
hrmp_ channel_ max_ message_ size - Sets the maximum size of a message that could ever be put into an HRMP channel.
- set_
hrmp_ channel_ max_ total_ size - Sets the maximum total size of messages in bytes allowed in an HRMP channel at once.
- set_
hrmp_ max_ message_ num_ per_ candidate - Sets the maximum number of outbound HRMP messages can be sent by a candidate.
- set_
hrmp_ max_ parachain_ inbound_ channels - Sets the maximum number of inbound HRMP channels a parachain is allowed to accept.
- set_
hrmp_ max_ parachain_ outbound_ channels - Sets the maximum number of outbound HRMP channels a parachain is allowed to open.
- set_
hrmp_ open_ request_ ttl - Sets the number of sessions after which an HRMP open channel request expires.
- set_
hrmp_ recipient_ deposit - Sets the amount of funds that the recipient should provide for accepting opening an HRMP channel.
- set_
hrmp_ sender_ deposit - Sets the amount of funds that the sender should provide for opening an HRMP channel.
- set_
max_ code_ size - Set the max validation code size for incoming upgrades.
- set_
max_ downward_ message_ size - Set the critical downward message size.
- set_
max_ head_ data_ size - Set the max head data size for paras.
- set_
max_ pov_ size - Set the max POV block size for incoming upgrades.
- set_
max_ upward_ message_ num_ per_ candidate - Sets the maximum number of messages that a candidate can contain.
- set_
max_ upward_ message_ size - Sets the maximum size of an upward message that can be sent by a candidate.
- set_
max_ upward_ queue_ count - Sets the maximum items that can present in a upward dispatch queue at once.
- set_
max_ upward_ queue_ size - Sets the maximum total size of items that can present in a upward dispatch queue at once.
- set_
max_ validators - Set the maximum number of validators to use in parachain consensus.
- set_
max_ validators_ per_ core - Set the maximum number of validators to assign to any core.
- set_
minimum_ backing_ votes - Set the minimum backing votes threshold.
- set_
minimum_ validation_ upgrade_ delay - Sets the minimum delay between announcing the upgrade block for a parachain until the upgrade taking place.
- set_
n_ delay_ tranches - Set the total number of delay tranches.
- set_
needed_ approvals - Set the number of validators needed to approve a block.
- set_
no_ show_ slots - Set the no show slots, in number of number of consensus slots. Must be at least 1.
- set_
node_ feature - Set/Unset a node feature.
- set_
on_ demand_ base_ fee - Set the on demand (parathreads) base fee.
- set_
on_ demand_ fee_ variability - Set the on demand (parathreads) fee variability.
- set_
on_ demand_ queue_ max_ size - Set the on demand (parathreads) queue max size.
- set_
on_ demand_ target_ queue_ utilization - Set the on demand (parathreads) fee variability.
- set_
paras_ availability_ period - Set the availability period for paras.
- set_
pvf_ voting_ ttl - Set the number of session changes after which a PVF pre-checking voting is rejected.
- set_
relay_ vrf_ modulo_ samples - Set the number of samples to do of the
RelayVRFModulo
approval assignment criterion. - set_
scheduler_ params - Set scheduler-params.
- set_
scheduling_ lookahead - Set the scheduling lookahead, in expected number of blocks at peak throughput.
- set_
validation_ upgrade_ cooldown - Set the validation upgrade cooldown.
- set_
validation_ upgrade_ delay - Set the validation upgrade delay.
- set_
zeroth_ delay_ tranche_ width - Set the zeroth delay tranche width.