mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 03:27:58 +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:
@@ -20,7 +20,7 @@ use polkadot_node_subsystem::{
|
||||
messages::{ChainApiMessage, ProspectiveParachainsMessage},
|
||||
SubsystemSender,
|
||||
};
|
||||
use polkadot_primitives::vstaging::{BlockNumber, Hash, Id as ParaId};
|
||||
use polkadot_primitives::{BlockNumber, Hash, Id as ParaId};
|
||||
|
||||
use std::collections::HashMap;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user