Skip to content

Releases: everx-labs/ever-cli

v0.1.23

28 Oct 09:02
8d4cbdb
Compare
Choose a tag to compare

Add seed phrase validation.

v0.1.22

27 Oct 12:45
7b80c34
Compare
Choose a tag to compare

New features

Debot Browser

  • allowed to define path to keypair file instead of seed phrase

Bug fixes

  • fixed panic when calculated hash has leading zeroes. Fixed sign_hash routine in DEngine.
  • error handled when cli tries to load keypair from invalid json file.

v0.1.20

23 Oct 15:44
cc895e2
Compare
Choose a tag to compare

New features

Debot support:

  • Added terminal debot browser
  • Added debot [--debug] fetch <addr> subcommand

v0.1.19

22 Oct 19:52
ef109ff
Compare
Choose a tag to compare

Add decode msg|body subcommands.

v0.1.17

19 Aug 21:39
9ef68d8
Compare
Choose a tag to compare

New features

  • Added 'replenish' subcommand

v0.1.16

19 Aug 14:20
497651f
Compare
Choose a tag to compare

New features

  • DePool features

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