Releases: mosaicnetworks/evm-lite-cli
Releases · mosaicnetworks/evm-lite-cli
v1.4.1
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 takeYes|No|yes|no
as the--verdict
flag
v1.3.0
Added
- POA eviction commands
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 tohelp
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
- More reasonable table colour schemes
- Spinner to indicate activity, during decryption and transaction submissions
- Better abstract
Command
class - Improved testing