mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
Generated
+502
-492
File diff suppressed because it is too large
Load Diff
@@ -77,7 +77,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
|||||||
spec_name: create_runtime_str!("cumulus-test-parachain"),
|
spec_name: create_runtime_str!("cumulus-test-parachain"),
|
||||||
impl_name: create_runtime_str!("cumulus-test-parachain"),
|
impl_name: create_runtime_str!("cumulus-test-parachain"),
|
||||||
authoring_version: 1,
|
authoring_version: 1,
|
||||||
spec_version: 1,
|
spec_version: 3,
|
||||||
impl_version: 1,
|
impl_version: 1,
|
||||||
apis: RUNTIME_API_VERSIONS,
|
apis: RUNTIME_API_VERSIONS,
|
||||||
transaction_version: 1,
|
transaction_version: 1,
|
||||||
|
|||||||
@@ -50,6 +50,7 @@ fn call_validate_block(
|
|||||||
relay_chain_height: 1,
|
relay_chain_height: 1,
|
||||||
hrmp_mqc_heads: Vec::new(),
|
hrmp_mqc_heads: Vec::new(),
|
||||||
dmq_mqc_head: Default::default(),
|
dmq_mqc_head: Default::default(),
|
||||||
|
relay_storage_root: Default::default(),
|
||||||
}
|
}
|
||||||
.encode();
|
.encode();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user