Skip to content

Releases: everx-labs/ever-cli

v0.6.0

12 Feb 13:28
49e78c7
Compare
Choose a tag to compare

Changes

  • SDK v1.8 with new builtin interface in DEngine: Msg.

Fixes

  • Fixed help message in Terminal.inputStr method for Windows OS.

Binaries can be found here:

v0.5.0

09 Feb 16:22
67ac6c0
Compare
Choose a tag to compare

New

  • Support for debots without actions.
  • Debot interfaces: Terminal, AddressInput, Menu.
  • SDK v1.7 with new features in DEngine: get-methods, external calls, interface calls, builtin interfaces (sdk, base64).

Binaries can be found here:

v0.3.0

01 Feb 14:02
caf4858
Compare
Choose a tag to compare

Modifications

  • Changed abi of the depool contract to work with DePool v3
  • Added depool commands donor lock and donor vesting to allow participant to specify donor addresses.

Fixes

  • Fixed a bug with command depool events -w

v0.2.0

30 Dec 20:48
5eed060
Compare
Choose a tag to compare

New

  • Cli switched to SDK v1. All code using sdk api was refactored.
  • Cli started to use Debot Engine from SDK Debot Module.

Modifications

  • Changed default name of cli configuration file to tonos-cli.config.json. File with name tonlabs-cli.conf.json will not be used anymore.

    Important: if you already use config file tonlabs-cli.conf.json then rename it to tonos-cli.config.json.

  • New format of errors output. Cli prints SDK errors as is. And SDK v1 has another format of errors incompatible with previous one. This change affects commands like deploy, call, callex, run, message.

Fixes

  • Some fixes were made in SDK Debot module that affects running of debots in cli terminal debot browser. The following were fixed:
    • invoked debot terminated correctly after error occured during execution of one of its actions. Initial prev_state of invoked debot changed to STATE_EXIT;
    • fixed double jumping to current context in invoker debot after returning control to it from invoked debot;
    • fixed conversation of exception codes thrown by debots to their user-friendly description.
  • Fixed bug in terminal debot browser. Error in invoked debot doesn't shutdown caller debot.

This fixes affects all debots invoking other debots (e.g. depool debot, mludi debot, DoD debot).

Binaries can be found here:

v0.1.29

14 Dec 14:55
3976b22
Compare
Choose a tag to compare

Updates

  • updated functionality in part on depool interaction.
  • removed --abi option for debot subcommand, because abi of debot can be obtained from the debot contract itself.

v0.1.27

12 Nov 08:25
6d7e167
Compare
Choose a tag to compare

New feature

  • added ability to clear config params saved in the config file (tonos-cli config clear).

Bug fixes

  • fixed bug with message generation (message subcmd), added address key to message;
  • fixed depool withdraw function.

v0.1.26

10 Nov 16:08
57f8250
Compare
Choose a tag to compare

New features

Added ability to pass params to tonos-cli via json file

v0.1.25

06 Nov 13:35
46be40e
Compare
Choose a tag to compare

New features

Updated DePool abi and function prototypes

v0.1.24

06 Nov 10:36
bba7ae5
Compare
Choose a tag to compare

Bug fixes

Fixed stake transfer fee for depool

v0.1.23

28 Oct 09:02
8d4cbdb
Compare
Choose a tag to compare

Add seed phrase validation.