Releases: everx-labs/ever-cli
Releases · everx-labs/ever-cli
Version 0.10.1
Changes
- Fixed a bug with negative codes
- Update to SDK 1.12
Binaries can be found here:
Version 0.9.1
Changes
- Fix amount input + sdk 1.11.0
Binaries can be found here:
v0.9.0
Changes
- depool commands now by default wait for message to be sent to msig, from msig to depool, wait for depool answer, decoed it and print. User can disable this feature by using --no-answer flag with depool command.
Binaries can be found here:
v0.6.0
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
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
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
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 nametonlabs-cli.conf.json
will not be used anymore.Important: if you already use config file
tonlabs-cli.conf.json
then rename it totonos-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.
- invoked debot terminated correctly after error occured during execution of one of its actions. Initial
- 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
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
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), addedaddress
key to message; - fixed depool withdraw function.