From cec2b8864cb6c27c9ee1df2b286fd482fb84ac45 Mon Sep 17 00:00:00 2001 From: Igor Kozyrev Date: Mon, 01 Nov 2021 07:50:38 +0000 Subject: [PATCH] up runtime version --- --- a/node/cli/src/command.rs +++ b/node/cli/src/command.rs @@ -76,11 +76,11 @@ //TODO use args fn support_url() -> String { - "mailto:support@unique.network".into() + "support@unique.network".into() } fn copyright_start_year() -> i32 { - 2021 + 2019 } fn load_spec(&self, id: &str) -> std::result::Result, String> { @@ -115,11 +115,11 @@ } // TODO use args fn support_url() -> String { - "mailto:support@unique.network".into() + "support@unique.network".into() } fn copyright_start_year() -> i32 { - 2021 + 2019 } fn load_spec(&self, id: &str) -> std::result::Result, String> { --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -145,7 +145,7 @@ spec_name: create_runtime_str!("opal"), impl_name: create_runtime_str!("opal"), authoring_version: 1, - spec_version: 910000, + spec_version: 912200, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, -- gitstuff