Skip to content

Commit

Permalink
Merge pull request #934 from everx-labs/rebranding
Browse files Browse the repository at this point in the history
rebranding
  • Loading branch information
IgorKoval authored May 2, 2024
2 parents 1f82da2 + 1f5332c commit 4d85a36
Show file tree
Hide file tree
Showing 30 changed files with 92 additions and 91 deletions.
89 changes: 45 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[package]
authors = [ 'TON DEV SOLUTIONS LTD <support@everx.dev>' ]
authors = [ 'EverX Labs Ltd <support@everx.dev>' ]
build = 'build.rs'
description = 'command line tool for TON blockchain'
description = 'command line tool for TVM blockchain'
documentation = 'https://docs.everos.dev/'
edition = '2021'
homepage = 'https://docs.everos.dev/'
keywords = [
'TON',
'TVM',
'SDK',
'smart contract',
'smart-contract',
'everx-labs',
'solidity'
]
license = 'Apache-2.0'
name = 'ever-cli'
readme = 'README.md'
repository = 'https://github.com/everx-labs/ever-cli'
version = '0.36.7'
version = '0.36.8'
default-run = 'ever-cli'

[features]
Expand Down
4 changes: 2 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 EverX Labs Ltd.
*
* Licensed under the SOFTWARE EVALUATION License (the "License"); you may not use
* this file except in compliance with the License.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific TON DEV software governing permissions and
* See the License for the specific EVERX DEV software governing permissions and
* limitations under the License.
*/
use std::process::Command;
Expand Down
2 changes: 1 addition & 1 deletion src/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific TON DEV software governing permissions and
* See the License for the specific EVERX DEV software governing permissions and
* limitations under the License.
*/
use std::sync::Arc;
Expand Down
2 changes: 1 addition & 1 deletion src/call.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific TON DEV software governing permissions and
* See the License for the specific EVERX DEV software governing permissions and
* limitations under the License.
*/
use crate::config::Config;
Expand Down
4 changes: 2 additions & 2 deletions src/compile.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 EverX Labs Ltd.
*
* Licensed under the SOFTWARE EVALUATION License (the "License"); you may not use
* this file except in compliance with the License.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific TON DEV software governing permissions and
* See the License for the specific EVERX DEV software governing permissions and
* limitations under the License.
*/

Expand Down
4 changes: 2 additions & 2 deletions src/completion.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 EverX Labs Ltd.
*
* Licensed under the SOFTWARE EVALUATION License (the "License"); you may not use
* this file except in compliance with the License.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific TON DEV software governing permissions and
* See the License for the specific EVERX DEV software governing permissions and
* limitations under the License.
*/

Expand Down
4 changes: 2 additions & 2 deletions src/config.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 EverX Labs Ltd.
*
* Licensed under the SOFTWARE EVALUATION License (the "License"); you may not use
* this file except in compliance with the License.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific TON DEV software governing permissions and
* See the License for the specific EVERX DEV software governing permissions and
* limitations under the License.
*/
use serde::{Deserialize, Serialize};
Expand Down
4 changes: 2 additions & 2 deletions src/convert.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 EverX Labs Ltd.
*
* Licensed under the SOFTWARE EVALUATION License (the "License"); you may not use
* this file except in compliance with the License.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific TON DEV software governing permissions and
* See the License for the specific EVERX DEV software governing permissions and
* limitations under the License.
*/

Expand Down
4 changes: 2 additions & 2 deletions src/crypto.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* Copyright 2018-2021 TON DEV SOLUTIONS LTD.
* Copyright 2018-2021 EverX Labs Ltd.
*
* Licensed under the SOFTWARE EVALUATION License (the "License"); you may not use
* this file except in compliance with the License.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific TON DEV software governing permissions and
* See the License for the specific EVERX DEV software governing permissions and
* limitations under the License.
*/
use crate::helpers::{create_client_local, read_keys, WORD_COUNT, HD_PATH, check_dir};
Expand Down
Loading

0 comments on commit 4d85a36

Please sign in to comment.