git.delta.rocks / unique-network / refs/commits / bafd87036c81

difftreelog

up runtime version

Igor Kozyrev2022-08-16parent: #ddcf89a.patch.diff
in: master

3 files changed

modifiedruntime/opal/src/lib.rsdiffbeforeafterboth
45 spec_name: create_runtime_str!(RUNTIME_NAME),45 spec_name: create_runtime_str!(RUNTIME_NAME),
46 impl_name: create_runtime_str!(RUNTIME_NAME),46 impl_name: create_runtime_str!(RUNTIME_NAME),
47 authoring_version: 1,47 authoring_version: 1,
48 spec_version: 924012,48 spec_version: 924020,
49 impl_version: 0,49 impl_version: 0,
50 apis: RUNTIME_API_VERSIONS,50 apis: RUNTIME_API_VERSIONS,
51 transaction_version: 1,51 transaction_version: 1,
modifiedruntime/quartz/src/lib.rsdiffbeforeafterboth
--- a/runtime/quartz/src/lib.rs
+++ b/runtime/quartz/src/lib.rs
@@ -45,7 +45,7 @@
 	spec_name: create_runtime_str!(RUNTIME_NAME),
 	impl_name: create_runtime_str!(RUNTIME_NAME),
 	authoring_version: 1,
-	spec_version: 924012,
+	spec_version: 924020,
 	impl_version: 0,
 	apis: RUNTIME_API_VERSIONS,
 	transaction_version: 1,
modifiedruntime/unique/src/lib.rsdiffbeforeafterboth
--- a/runtime/unique/src/lib.rs
+++ b/runtime/unique/src/lib.rs
@@ -45,7 +45,7 @@
 	spec_name: create_runtime_str!(RUNTIME_NAME),
 	impl_name: create_runtime_str!(RUNTIME_NAME),
 	authoring_version: 1,
-	spec_version: 924012,
+	spec_version: 924020,
 	impl_version: 0,
 	apis: RUNTIME_API_VERSIONS,
 	transaction_version: 1,