DMP follow-ups (#1875)

* remove pending TODO after the DMP impl merge

* DMP: Update the impl guide

* DMP: Incorporate XCM related changes into the guide

This is the DMP related part of https://github.com/paritytech/polkadot/issues/1702
This commit is contained in:
Sergei Shulepov
2020-10-29 14:29:19 +01:00
committed by GitHub
parent 39db0688de
commit 0cddf51a9c
6 changed files with 29 additions and 36 deletions
-1
View File
@@ -687,7 +687,6 @@ sp_api::decl_runtime_apis! {
fn persisted_validation_data(para_id: Id, assumption: OccupiedCoreAssumption)
-> Option<PersistedValidationData<N>>;
// TODO: Adding a Runtime API should be backwards compatible... right?
/// Checks if the given validation outputs pass the acceptance criteria.
fn check_validation_outputs(para_id: Id, outputs: ValidationOutputs) -> bool;