Skip to content

Latest commit

 

History

History
78 lines (48 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

78 lines (48 loc) · 2.41 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v1.4.1

Changed

  • poa evictee vote now reads --verdict argument correctly

v1.4.0

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

Added

  • POA eviction commands
    • poa evictee new
    • poa evictee list
    • poa evictee vote

Changed

  • Some commands have been renamed for better command structure
    • poa nominate -> poa nominee new
    • poa vote -> poa nominee vote
    • poa nomineelist -> poa nominee list

v1.2.2

Changed

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

v1.2.1

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

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

  • core: Command class now has .startSprinner(text: string) and .stopSpinner
  • core: Added Command.test() to be used in testing rather than .run()
  • core: Command.exec now returns a string to be parsed by .run()
  • Now exporting default table styling class Table for EVMLC to be used by extentions

v1.1.0

All commands now have a more coherent structure and error handling.