replace HistoricalValidationCode usages with ValidationCodeByHash (#3210)

* replace HistoricalValidationCode usages with ValidationCodeByHash

* runtime-api: tabify tests file

* update implementers guide
This commit is contained in:
André Silva
2021-06-11 19:00:57 +01:00
committed by GitHub
parent c8cf749aab
commit 8c3bc2b2bb
20 changed files with 659 additions and 797 deletions
+3
View File
@@ -62,6 +62,9 @@ impl ValidationCode {
}
}
/// A hash of the parachain validation code.
pub type ValidationCodeHash = Hash;
/// Parachain block data.
///
/// Contains everything required to validate para-block, may contain block and witness data.