Releases: everx-labs/ever-cli
Releases · everx-labs/ever-cli
v0.1.23
v0.1.22
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
v0.1.19
v0.1.17
v0.1.16
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