mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-22 22:01:08 +00:00
update docs on validation_upgrade_frequency (#4460)
This commit is contained in:
@@ -1095,7 +1095,7 @@ pub struct AbridgedHostConfiguration {
|
|||||||
///
|
///
|
||||||
/// This parameter affects the upper bound of size of `CandidateCommitments`.
|
/// This parameter affects the upper bound of size of `CandidateCommitments`.
|
||||||
pub hrmp_max_message_num_per_candidate: u32,
|
pub hrmp_max_message_num_per_candidate: u32,
|
||||||
/// The minimum frequency at which parachains can update their validation code.
|
/// The minimum period, in blocks, between which parachains can update their validation code.
|
||||||
pub validation_upgrade_frequency: BlockNumber,
|
pub validation_upgrade_frequency: BlockNumber,
|
||||||
/// The delay, in blocks, before a validation upgrade is applied.
|
/// The delay, in blocks, before a validation upgrade is applied.
|
||||||
pub validation_upgrade_delay: BlockNumber,
|
pub validation_upgrade_delay: BlockNumber,
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ The internal-to-runtime configuration of the parachain host. This is expected to
|
|||||||
|
|
||||||
```rust
|
```rust
|
||||||
struct HostConfiguration {
|
struct HostConfiguration {
|
||||||
/// The minimum frequency at which parachains can update their validation code.
|
/// The minimum period, in blocks, between which parachains can update their validation code.
|
||||||
pub validation_upgrade_frequency: BlockNumber,
|
pub validation_upgrade_frequency: BlockNumber,
|
||||||
/// The delay, in blocks, before a validation upgrade is applied.
|
/// The delay, in blocks, before a validation upgrade is applied.
|
||||||
pub validation_upgrade_delay: BlockNumber,
|
pub validation_upgrade_delay: BlockNumber,
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ pub struct HostConfiguration<BlockNumber> {
|
|||||||
///
|
///
|
||||||
/// This parameter affects the upper bound of size of `CandidateCommitments`.
|
/// This parameter affects the upper bound of size of `CandidateCommitments`.
|
||||||
pub hrmp_max_message_num_per_candidate: u32,
|
pub hrmp_max_message_num_per_candidate: u32,
|
||||||
/// The minimum frequency at which parachains can update their validation code.
|
/// The minimum period, in blocks, between which parachains can update their validation code.
|
||||||
pub validation_upgrade_frequency: BlockNumber,
|
pub validation_upgrade_frequency: BlockNumber,
|
||||||
/// The delay, in blocks, before a validation upgrade is applied.
|
/// The delay, in blocks, before a validation upgrade is applied.
|
||||||
pub validation_upgrade_delay: BlockNumber,
|
pub validation_upgrade_delay: BlockNumber,
|
||||||
|
|||||||
Reference in New Issue
Block a user