Companion for polkadot/7659 (#3055)

* extend abridged host config

* update lockfile for {"substrate", "polkadot"}

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
Chris Sosnin
2023-08-24 15:56:41 +03:00
committed by GitHub
parent 44499cf262
commit bfb8acb5a9
3 changed files with 273 additions and 265 deletions
+265 -265
View File
File diff suppressed because it is too large Load Diff
@@ -1447,6 +1447,10 @@ impl<T: Config> Pallet<T> {
hrmp_max_message_num_per_candidate: 2,
validation_upgrade_cooldown: 2,
validation_upgrade_delay: 2,
async_backing_params: relay_chain::vstaging::AsyncBackingParams {
allowed_ancestry_len: 0,
max_candidate_depth: 0,
},
};
<HostConfiguration<T>>::put(host_config);
}
@@ -63,6 +63,10 @@ impl Default for RelayStateSproofBuilder {
hrmp_max_message_num_per_candidate: 5,
validation_upgrade_cooldown: 6,
validation_upgrade_delay: 6,
async_backing_params: relay_chain::vstaging::AsyncBackingParams {
allowed_ancestry_len: 0,
max_candidate_depth: 0,
},
},
dmq_mqc_head: None,
upgrade_go_ahead: None,