Skip to content

Releases: everx-labs/ever-cli

v0.1.13

29 Jul 08:36
2ba9f08
Compare
Choose a tag to compare

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

24 Jul 13:21
577d54b
Compare
Choose a tag to compare

Feature

Switched to a completely new, gorgeous, reliable, cool tested and simply awesome SDK 0.25.0

v0.1.11

11 Jul 07:53
b495821
Compare
Choose a tag to compare

Bug fixes

Fixed bug with negative workchain id in addresses for command multisig send

v0.1.10

10 Jul 15:45
ac54bfc
Compare
Choose a tag to compare

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

03 Jul 16:05
e8e2f83
Compare
Choose a tag to compare

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

19 Jun 09:14
3c69bd3
Compare
Choose a tag to compare

SDK version updated to 0.24.0

v0.1.7

03 Jun 14:14
b0fc1a7
Compare
Choose a tag to compare

New

  • nodeid subcommand - calculates node id from validator public key.

v0.1.6-rc

20 May 21:13
Compare
Choose a tag to compare
v0.1.6-rc Pre-release
Pre-release

New subcommands:

  • getconfig to read TON global configuration parameters
  • runget to run get-methods of FunC contracts
    New features:
  • --offline option in proposal create subcommand to generate signed message with proposal transaction
  • --offline option in proposal vote subcommand to generate signed message with proposal confirmation

v0.1.3

19 May 13:41
34eddea
Compare
Choose a tag to compare

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

18 May 15:10
5670e9a
Compare
Choose a tag to compare

New features:

Improved config subcommand:

  • --list option added to see all config values
  • wc,retries,timeout options added
    retries parameter allows call 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 multisig
  • proposal vote - to vote for proposal transaction in multisig
  • proposal decode - to decode comment string in proposal transaction