difftreelog
up runtime version
in: master
2 files changed
node/cli/src/command.rsdiffbeforeafterboth767677 //TODO use args77 //TODO use args78 fn support_url() -> String {78 fn support_url() -> String {79 "mailto:support@unique.network".into()79 "support@unique.network".into()80 }80 }818182 fn copyright_start_year() -> i32 {82 fn copyright_start_year() -> i32 {83 202183 201984 }84 }858586 fn load_spec(&self, id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {86 fn load_spec(&self, id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {115 }115 }116 // TODO use args116 // TODO use args117 fn support_url() -> String {117 fn support_url() -> String {118 "mailto:support@unique.network".into()118 "support@unique.network".into()119 }119 }120120121 fn copyright_start_year() -> i32 {121 fn copyright_start_year() -> i32 {122 2021122 2019123 }123 }124124125 fn load_spec(&self, id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {125 fn load_spec(&self, id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {runtime/src/lib.rsdiffbeforeafterboth145 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,