Skip to content

Silkaj v0.3.0 release: Let's send money!

This release comes with user experience enhancements on the transaction command and the authentication in general. A new id command allows to look-up for identities. Efforts were put into improving the installation process.

Transactions

transaction command enhancements:

  • ask for confirmation: #27, !30.
  • confirmation table containing transaction informations: !38
  • don't prompt scrypt parameters. See Authentication § below.

New command id to search for pubkey/identity

  • new command id to search identities with pubkey or id: !29.

Tutorial to install a Python environment

  • pyenv installation tutorial: #23, !40.

Authentication

  • new authentication method: WIF. For future paper wallet feature: !45
  • Don't prompt scrypt parameters at authentication. Use default ones: #39, !43

Builds

  • with Pyinstaller: #5.

Other

  • Ability to sort the table of network command: !33, !37.
  • Change license from GNU GPLv3 to AGPLv3.
  • Code formatting with pep8: !31.

Thanks Tortue and jytou.