Silkaj v0.2.0 release¶
This release introduce the transaction feature, the amount command to check out the balance of a wallet, and the initial authentication support.
New money management commands¶
- transactioncommand with its main options:- --amountDU,- --amount,- --output,- --comment
- amountcommand to display account balance
Authentication¶
- generate_auth_filecommand to generate seed authentication file
- authentication methods implementation: scrypt, seed, seed authentication file with --auth-scrypt,--auth-seed,--auth-fileoptions
Under the hood¶
- function to post request onto BMA API
- function to sign document
- function to check public key format and checksum
Others¶
- In tables, the columns were randomly ordered. The columns in the table are now ordered thanks to OrderedDict.
- Output information on the drop-down menu with Argos (GNOME Shell extension)
Thanks¶
A huge thanks to Tortue who brought a huge contribution to this release. Thanks mmuman.
