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

difftreelog

up runtime version

Igor Kozyrev2021-11-01parent: #8db8f4b.patch.diff
in: master

2 files changed

modifiednode/cli/src/command.rsdiffbeforeafterboth
--- 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<Box<dyn sc_service::ChainSpec>, 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<Box<dyn sc_service::ChainSpec>, String> {
modifiedruntime/src/lib.rsdiffbeforeafterboth
145 spec_name: create_runtime_str!("opal"),145 spec_name: create_runtime_str!("opal"),
146 impl_name: create_runtime_str!("opal"),146 impl_name: create_runtime_str!("opal"),
147 authoring_version: 1,147 authoring_version: 1,
148 spec_version: 910000,148 spec_version: 912200,
149 impl_version: 1,149 impl_version: 1,
150 apis: RUNTIME_API_VERSIONS,150 apis: RUNTIME_API_VERSIONS,
151 transaction_version: 1,151 transaction_version: 1,