Get serai-node to compile again

This commit is contained in:
Luke Parker
2025-11-05 01:18:21 -05:00
parent d2f58232c8
commit 012b8fddae
21 changed files with 403 additions and 597 deletions

View File

@@ -1,6 +1,6 @@
use std::sync::Arc;
use serai_runtime::Block;
use serai_abi::SubstrateBlock as Block;
use sc_service::{PruningMode, PartialComponents};
@@ -18,15 +18,15 @@ impl SubstrateCli for Cli {
}
fn impl_version() -> String {
env!("SUBSTRATE_CLI_IMPL_VERSION").to_string()
String::new()
}
fn description() -> String {
env!("CARGO_PKG_DESCRIPTION").to_string()
String::new()
}
fn author() -> String {
env!("CARGO_PKG_AUTHORS").to_string()
String::new()
}
fn support_url() -> String {