Releases: everx-labs/ever-cli
Releases · everx-labs/ever-cli
v0.1.13
New features
- Added
sendfile
subcommand which loads message from boc (bag of cells) file and sends
it to smart contract - Added 2 options to
message
subcommand:
--raw
- allows to generate raw message in the form of boc
--output ...
- saves generated message to specified file
Bugfixes
- Fixed query of config params 22 and 23
v0.1.12
Feature
Switched to a completely new, gorgeous, reliable, cool tested and simply awesome SDK 0.25.0
v0.1.11
v0.1.10
New features
Added high level support for sending funds from multisig
- Added top level command
multisig
- Added subcommand
send
to tranfer funds from multisig to recepient - Allowed to add string with purpose of payment
Example:
tonos-cli multisig send --addr 0:1234... --dest 0:5678... --value 1.33 --purpose "test comment" --sign keys.json
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