add disputes members to HostConfiguration (#2806)

* add disputes members to `HostConfiguration`

* revert bad rename
This commit is contained in:
Robert Habermeier
2021-04-02 19:59:21 +02:00
committed by GitHub
parent beca01f118
commit c54f8848d1
5 changed files with 101 additions and 45 deletions
@@ -12,9 +12,9 @@ struct HostConfiguration {
pub validation_upgrade_frequency: BlockNumber,
/// The delay, in blocks, before a validation upgrade is applied.
pub validation_upgrade_delay: BlockNumber,
/// The acceptance period, in blocks. This is the amount of blocks after availability that validators
/// and fishermen have to perform secondary checks or issue reports.
pub acceptance_period: BlockNumber,
/// How long to keep code on-chain, in blocks. This should be sufficiently long that disputes
/// have concluded.
pub code_retention_period: BlockNumber,
/// The maximum validation code size, in bytes.
pub max_code_size: u32,
/// The maximum head-data size, in bytes.