Skip to content

Releases: everx-labs/ever-cli

Release v0.17.18

20 Aug 10:58
611e1fd
Compare
Choose a tag to compare

Bug fixes

  • Fixed retry condition

Version 0.17.1

05 Aug 09:21
38e9e77
Compare
Choose a tag to compare

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

27 Jul 16:44
fb34d16
Compare
Choose a tag to compare

Version 0.16.1

07 Jul 12:50
467f387
Compare
Choose a tag to compare

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

07 Jul 12:43
f171bbf
Compare
Choose a tag to compare

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 to balance_in_tons. Balance in account subcommand is printed with unit.

Binaries can be found here:

Version 0.12.0

12 May 08:27
c79043f
Compare
Choose a tag to compare

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

29 Apr 09:58
4062942
Compare
Choose a tag to compare

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

20 Apr 18:56
c220254
Compare
Choose a tag to compare

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

20 Apr 09:32
9f61686
Compare
Choose a tag to compare

Changes

Improvements

Version 0.11.1

06 Apr 09:01
d82be28
Compare
Choose a tag to compare

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: