Releases: everx-labs/ever-cli
Releases · everx-labs/ever-cli
Release v0.17.18
Bug fixes
- Fixed retry condition
Version 0.17.1
New features
- Added new flag
--dumptvc
for account command, which allows to dump StateInit of the account to the file; - Added new decode subcommands:
tonos-cli decode account data <address>
- Decodes data fields of the contract from blockchain;tonos-cli decode account data <tvc>
- Decodes data fields of the contract from file;tonos-cli decode account boc
- Decodes data from the file with BOC of the account and saves StateInit to a separate file if needed.
Bug fixes
- Endpoints list is now printed sorted
Binaries can be found here:
Version 0.16.50
New features
Binaries can be found here:
Version 0.16.1
New features
- Added endpoints to config. Now config shows currently used endpoints.
Endpoints depend on the url. When user changes url, endpoints are loaded from the endpoints map, where url is used as a key.
User can print and edit the endpoints map with new commands:
tonos-cli config endpoint print
tonos-cli config endpoint reset
tonos-cli config endpoint remove <url>
tonos-cli config endpoint add <url> <list_of_endpoints>
Version 0.15.1
Changes
- New field
async_call
was added to config. This boolean flag forces tonos-cli not to wait for transaction to appear in the network after sending the message. - Flag
delimiters
changed tobalance_in_tons
. Balance in account subcommand is printed with unit.
Binaries can be found here:
Version 0.12.0
Changes
- New field
code hash
was added to information printed after account command. - tonos-cli now can execute the transaction locally for deploy and call commands before executing it onchain. If local execution fails, onchain execution is not performed. Local run can be enabled by setting the flag
local_run
in the tonos-cli config. Default value for this config is false.
Bug fixes
- Fixed a bug with double execution of call for contract without
expire
header while retrying.
Binaries can be found here:
Version 0.11.6
Changes
- tonos-cli now provides several different endpoints for main.ton.dev and net.ton.dev in order to improve reliability.
- New debots features by SDK 1.14.0
Binaries can be found here:
Version 0.11.4
Changes
Fixes
- Fix default values to 'no_answer' 'use_delimiters' in config
- !!! Change depool '--no_answer' to '--wait-answer' option
Binaries can be found here:
Version 0.11.3
Changes
Improvements
- Added ability to print account balance with delimiters using config parameter use-delimiters
Binaries can be found here: linux
http://sdkbinaries.tonlabs.io/tonos-cli-0_11_3-linux.gzmacos
http://sdkbinaries.tonlabs.io/tonos-cli-0_11_3-darwin.zipwindows
http://sdkbinaries.tonlabs.io/tonos-cli-0_11_3-win32.zip
Version 0.11.1
Changes
Improvements
- Added ability to specify depool command
--no-answer
flag in the config and in the
end of command.
Binaries can be found here: