* Update yeah

* Update spec_version
This commit is contained in:
Bastian Köcher
2021-01-12 13:18:24 +01:00
committed by GitHub
parent a6c1b4a5da
commit af07b819d1
3 changed files with 504 additions and 493 deletions
+502 -492
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -77,7 +77,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("cumulus-test-parachain"),
impl_name: create_runtime_str!("cumulus-test-parachain"),
authoring_version: 1,
spec_version: 1,
spec_version: 3,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
@@ -50,6 +50,7 @@ fn call_validate_block(
relay_chain_height: 1,
hrmp_mqc_heads: Vec::new(),
dmq_mqc_head: Default::default(),
relay_storage_root: Default::default(),
}
.encode();