Skip to content

Releases: mosaicnetworks/evm-lite-cli

v1.4.1

21 Nov 15:59
c15468c
Compare
Choose a tag to compare

Changed

  • poa evictee vote now reads --verdict argument correctly

v1.4.0

21 Nov 12:20
bbc9128
Compare
Choose a tag to compare

Added

  • Added accounts inspect which will reveal account information including private key with the --private flag
  • Added accounts generate which generates a keyfile based on a private key
  • POA classes, event types and logs handling class added to core functionality.

Changed

  • All commands now by default output formatted data unless specified by the -j, --json flag.
  • poa nominee vote, poa evictee vote now both only take Yes|No|yes|no as the --verdict flag

v1.3.0

18 Oct 08:48
Compare
Choose a tag to compare

Added

  • POA eviction commands

v1.2.2

01 Oct 10:45
53a277e
Compare
Choose a tag to compare

Changed

  • transfer now works without being in interactive mode - fixes bug where defaults were only being set during interactive mode

v1.2.1

01 Oct 09:21
28f7d55
Compare
Choose a tag to compare

Changed

  • --silent now silences all logging including error, --error sets logging level to error and --debug shows debugging logs
  • Cleaned up prompts for POA commands to be more coherent
  • --datadir, -d added to help to showcase how to change data directory

v1.2.0

23 Sep 11:25
14ebcdb
Compare
Choose a tag to compare

Added

  • TxCommand class hold transactional command abstractions

Changed

  • All transaction commands now use TxCommand class
  • gasPrice has been removed from all commands due to it being redundant

v1.1.1

19 Sep 10:23
b8a74c0
Compare
Choose a tag to compare
  • More reasonable table colour schemes
  • Spinner to indicate activity, during decryption and transaction submissions
  • Better abstract Command class
  • Improved testing