Skip to content

Commit d51188b

Browse files
authored
Merge pull request #237 from everx-labs/fix-renaming
Minor fixes related to renaming
2 parents 76f6e59 + 390b3e8 commit d51188b

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "common"]
22
path = common
3-
url = https://github.com/tonlabs/common.git
3+
url = https://github.com/everx-labs/common.git

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## Version 0.58.3
6+
7+
- Minor fixes related to renaming
8+
59
## Version 0.58.2
610

711
- Repo ever_types merged into repo ever_block

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
build = 'common/build/build.rs'
33
edition = '2021'
44
name = 'ever-node'
5-
version = '0.58.2'
5+
version = '0.58.3'
66

77
[workspace]
88
members = [ 'storage' ]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ apt-get install pkg-config make clang libssl-dev libzstd-dev libgoogle-perftools
2828
### Installing
2929

3030
```
31-
git clone --recurse-submodules https://github.com/tonlabs/ever-node.git
31+
git clone --recurse-submodules https://github.com/everx-labs/ever-node.git
3232
cd ever-node
3333
cargo build --release
3434
```
@@ -51,7 +51,7 @@ ever-node --help
5151

5252
## Everscale/Venom Console Usage
5353

54-
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.
54+
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.
5555

5656
### How to use
5757

bin/console.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ async fn main() {
875875

876876
if !args.is_present("JSON") {
877877
println!(
878-
"tonlabs console {}\nCOMMIT_ID: {}\nBUILD_DATE: {}\nCOMMIT_DATE: {}\nGIT_BRANCH: {}",
878+
"everx-labs console {}\nCOMMIT_ID: {}\nBUILD_DATE: {}\nCOMMIT_DATE: {}\nGIT_BRANCH: {}",
879879
env!("CARGO_PKG_VERSION"),
880880
env!("BUILD_GIT_COMMIT"),
881881
env!("BUILD_TIME") ,

0 commit comments

Comments
 (0)