Handle relocation of ParachainHost in Polkadot (#1108)

* Handle relocation of `ParachainHost` in Polkadot

`ParachainHost` is no longer versioned and is in `runtime_api` module.

This is a companion for
https://github.com/paritytech/polkadot/pull/5048

* Update dependencies
This commit is contained in:
Tsvetomir Dimitrov
2022-04-12 19:31:33 +03:00
committed by GitHub
parent 0c17c7e5df
commit ee7d4e4e2a
3 changed files with 343 additions and 326 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ pub use polkadot_primitives::v2::{
/// A module that re-exports relevant relay chain definitions.
pub mod relay_chain {
pub use polkadot_core_primitives::*;
pub use polkadot_primitives::{v2, v2::well_known_keys};
pub use polkadot_primitives::{runtime_api, v2, v2::well_known_keys};
}
/// An inbound HRMP message.