mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 06:21:02 +00:00
Migrate polkadot-primitives to v6 (#1543)
- Async-backing related primitives are stable `primitives::v6` - Async-backing API is now part of `api_version(7)` - It's enabled on Rococo and Westend runtimes --------- Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> Co-authored-by: Andrei Sandu <54316454+sandreim@users.noreply.github.com>
This commit is contained in:
@@ -1447,7 +1447,7 @@ 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 {
|
||||
async_backing_params: relay_chain::AsyncBackingParams {
|
||||
allowed_ancestry_len: 0,
|
||||
max_candidate_depth: 0,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user