Skip to content

Commit

Permalink
Merge pull request #237 from everx-labs/fix-renaming
Browse files Browse the repository at this point in the history
Minor fixes related to renaming
  • Loading branch information
Sumrachek committed Apr 22, 2024
2 parents 76f6e59 + 390b3e8 commit d51188b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "common"]
path = common
url = https://github.com/tonlabs/common.git
url = https://github.com/everx-labs/common.git
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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' ]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion bin/console.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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") ,
Expand Down

0 comments on commit d51188b

Please sign in to comment.