mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 06:21:02 +00:00
configuration: backport async backing parameters from the feature branch (#6961)
* Backport async backing params primitive * migration follow-up * link pr * parameters -> params * rustfmt::skip block ident
This commit is contained in:
@@ -281,6 +281,10 @@ fn consistency_bypass_works() {
|
||||
fn setting_pending_config_members() {
|
||||
new_test_ext(Default::default()).execute_with(|| {
|
||||
let new_config = HostConfiguration {
|
||||
async_backing_params: primitives::vstaging::AsyncBackingParams {
|
||||
allowed_ancestry_len: 0,
|
||||
max_candidate_depth: 0,
|
||||
},
|
||||
validation_upgrade_cooldown: 100,
|
||||
validation_upgrade_delay: 10,
|
||||
code_retention_period: 5,
|
||||
|
||||
Reference in New Issue
Block a user