Skip to content

Commit

Permalink
Merge pull request #933 from everx-labs/rebranding
Browse files Browse the repository at this point in the history
Rebranding fixes
  • Loading branch information
AtomXY authored Apr 23, 2024
2 parents b2da87b + 8f7358d commit 1f82da2
Show file tree
Hide file tree
Showing 25 changed files with 907 additions and 1,049 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
target
.vscode
.solc_imports
/tonlabs-cli.conf.json
/tonos-cli.conf.json
/everx-labs-cli.conf.json
/ever-cli.conf.json
/call.boc
/key1
/tests/data.tvc
Expand Down
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ All notable changes to this project will be documented in this file.

## 0.36.0

- Supported [ABI 2.4](https://github.com/tonlabs/ever-abi/blob/master/CHANGELOG.md#version-240)
- Supported [ABI 2.4](https://github.com/everx-labs/ever-abi/blob/master/CHANGELOG.md#version-240)

## 0.35.7

Expand Down Expand Up @@ -69,7 +69,7 @@ All notable changes to this project will be documented in this file.
## Version: 0.29.1

### New
- Added [sold](https://github.com/tonlabs/TON-Solidity-Compiler/tree/master/sold) functionality as feature;
- Added [sold](https://github.com/everx-labs/TON-Solidity-Compiler/tree/master/sold) functionality as feature;
- Improved behavior of the `decode msg` command. Now it doesn't require `--base64` flag to decode base64 input. It can
also decode message by id in the blockchain and decode files with messages not in binary but with text in base64;
- Changed `debug transaction` and `debug account` commands flag `--empty_config` to `--default_config` which uses
Expand All @@ -90,9 +90,9 @@ All notable changes to this project will be documented in this file.

### New
- Updated version of SDK;
- Added global tonos-cli config which is used to create default configs;
- Added global ever-cli config which is used to create default configs;
- Added config parameters for Evercloud authentication;
- Added new input format for `tonos-cli decode message` command.
- Added new input format for `ever-cli decode message` command.

## Version: 0.27.33

Expand Down
Loading

0 comments on commit 1f82da2

Please sign in to comment.