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
@@ -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);
}