From 390b3e88cb64b150440371c3d8e211c9d5864624 Mon Sep 17 00:00:00 2001 From: Sumrachek Date: Mon, 22 Apr 2024 19:02:17 +0400 Subject: [PATCH] Minor fixes related to renaming --- .gitmodules | 2 +- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- README.md | 4 ++-- bin/console.rs | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index 10435b0e..efc7f3a4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "common"] path = common - url = https://github.com/tonlabs/common.git + url = https://github.com/everx-labs/common.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 828e7b6c..e50a7fa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## Version 0.58.3 + +- Minor fixes related to renaming + ## Version 0.58.2 - Repo ever_types merged into repo ever_block diff --git a/Cargo.toml b/Cargo.toml index 68979ebe..7e1f2d72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ build = 'common/build/build.rs' edition = '2021' name = 'ever-node' -version = '0.58.2' +version = '0.58.3' [workspace] members = [ 'storage' ] diff --git a/README.md b/README.md index f2313c5c..430dc967 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ apt-get install pkg-config make clang libssl-dev libzstd-dev libgoogle-perftools ### Installing ``` -git clone --recurse-submodules https://github.com/tonlabs/ever-node.git +git clone --recurse-submodules https://github.com/everx-labs/ever-node.git cd ever-node cargo build --release ``` @@ -51,7 +51,7 @@ ever-node --help ## Everscale/Venom Console Usage -This tool serves the purpose of generating election requests for the Rust Node. The tool is compatible with [TONOS-CLI](https://github.com/tonlabs/tonos-cli) and allows to perform all actions necessary to obtain a signed election request. +This tool serves the purpose of generating election requests for the Rust Node. The tool is compatible with [TONOS-CLI](https://github.com/everx-labs/tonos-cli) and allows to perform all actions necessary to obtain a signed election request. ### How to use diff --git a/bin/console.rs b/bin/console.rs index d9f35da9..82108c31 100644 --- a/bin/console.rs +++ b/bin/console.rs @@ -875,7 +875,7 @@ async fn main() { if !args.is_present("JSON") { println!( - "tonlabs console {}\nCOMMIT_ID: {}\nBUILD_DATE: {}\nCOMMIT_DATE: {}\nGIT_BRANCH: {}", + "everx-labs console {}\nCOMMIT_ID: {}\nBUILD_DATE: {}\nCOMMIT_DATE: {}\nGIT_BRANCH: {}", env!("CARGO_PKG_VERSION"), env!("BUILD_GIT_COMMIT"), env!("BUILD_TIME") ,