Skip to content

Releases: everx-labs/ever-cli

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

v0.1.1

06 May 07:31
d129185
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • genaddr command prints seed phrase;
  • 'getkeypair' command added;
  • 'deploy' command can be signed with seed phrase.

v0.1.0

03 May 14:47
21bad68
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Merge pull request #1 from tonlabs/nikitam/deploy-wc

Add workchain id to deploy subcommand