Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
node: Add commit SHA-1 to log
Adam Szkoda committed 3 years ago
commit 1455810d57102f122942d8e9d3166fa24d2488bb
parent b4c3bee39d8c0103378e99ae74bd6a373bcd0723
2 files changed +2 -0
modified radicle-node/Cargo.toml
@@ -4,6 +4,7 @@ license = "MIT OR Apache-2.0"
version = "0.2.0"
authors = ["Alexis Sellier <alexis@radicle.xyz>"]
edition = "2021"
+
build = "../build.rs"

[features]
test = ["radicle/test", "radicle-crypto/test", "radicle-crypto/cyphernet", "qcheck", "snapbox"]
modified radicle-node/src/main.rs
@@ -125,6 +125,7 @@ fn execute() -> anyhow::Result<()> {
    logger::init(log::Level::Debug)?;

    log::info!(target: "node", "Starting node..");
+
    log::info!(target: "node", "Version {} ({})", env!("CARGO_PKG_VERSION"), env!("GIT_HEAD"));

    let options = Options::from_env()?;
    let home = profile::home()?;