Releases: everx-labs/ever-cli
Releases · everx-labs/ever-cli
v0.1.9
New features
- Tonos-cli prints network name to which it is connected
- Tonos-cli prints path to config file
- Network url can be defined explicitly in any subcmd:
tonos-cli --url <network_addr> <subcmd> ...
- Path to config file can be defined by environment variable or by command line option. The last one has a higher priority.
tonos-cli --config <path_to_file> <subcmd> ...
Bug fixes
- Fixed key block query in
getconfig
subcmd - Fixed bug when there is no key block
v0.1.8
v0.1.7
v0.1.6-rc
New subcommands:
getconfig
to read TON global configuration parametersrunget
to run get-methods of FunC contracts
New features:--offline
option inproposal create
subcommand to generate signed message with proposal transaction--offline
option inproposal vote
subcommand to generate signed message with proposal confirmation
v0.1.3
Added callex
cmd with user-friendly params.
- Function parameters must be defined in the form: --name value. Without
quotes. - Integer parameter can be suffixed with
T
. Such parameter is
automatically converted to nanovalue. - Array of integers can be defined without brackets
[]
. - [ADDRESS] [ABI] and [SIGN] positional parameters of
callex
commands
can be omitted and in that case default values will be used from
config file.
v0.1.2
New features:
Improved config
subcommand:
--list
option added to see all config valueswc
,retries
,timeout
options added
retries
parameter allowscall
subcommand to repeat expired function call up toretries
times
timeout
parameter allows to set lifetime of a function call
Added subcommands for voting using multisignature wallet:
proposal create
- to submit new proposal transaction in multisigproposal vote
- to vote for proposal transaction in multisigproposal decode
- to decode comment string in proposal transaction