Parachains hrmp.rs to Frame V2 (#3475)

* migrate

* migrate runtimes

* runtimes compile

* ci

* trigger ci
This commit is contained in:
ferrell-code
2021-07-22 06:21:22 -04:00
committed by GitHub
parent 4bb487985a
commit 26330640d2
9 changed files with 253 additions and 181 deletions
@@ -322,7 +322,7 @@ pub fn dmq_contents<T: dmp::Config>(
pub fn inbound_hrmp_channels_contents<T: hrmp::Config>(
recipient: ParaId,
) -> BTreeMap<ParaId, Vec<InboundHrmpMessage<T::BlockNumber>>> {
<hrmp::Module<T>>::inbound_hrmp_channels_contents(recipient)
<hrmp::Pallet<T>>::inbound_hrmp_channels_contents(recipient)
}
/// Implementation for the `validation_code_by_hash` function of the runtime API.