Select Git revision
-
Moul authored
Introduce newly created v0.2.0.md which was an important step into Silkaj history Add v0.3 and v0.4 introductory summaries Proofread Rename v0.8.md file to v0.8.0.md Introduce 'minor' category Remove '@' in front of names Remove Diaspora* broken links
Moul authoredIntroduce newly created v0.2.0.md which was an important step into Silkaj history Add v0.3 and v0.4 introductory summaries Proofread Rename v0.8.md file to v0.8.0.md Introduce 'minor' category Remove '@' in front of names Remove Diaspora* broken links
v0.3.0.md 1.14 KiB
date:
created: 2017-04-17
authors:
- moul
categories:
- release
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 (closed), !30 (merged).
- confirmation table containing transaction informations: !38 (merged)
- don't prompt
scrypt
parameters. SeeAuthentication
§ below.
id
to search for pubkey/identity
New command - new command
id
to search identities with pubkey or id: !29 (merged).
Tutorial to install a Python environment
- pyenv installation tutorial: #23 (closed), !40 (merged).
Authentication
- new authentication method: WIF. For future paper wallet feature: !45 (merged)
- Don't prompt scrypt parameters at authentication. Use default ones: #39 (closed), !43 (merged)
Builds
- with Pyinstaller: #5 (closed).
Other
- Ability to sort the table of
network
command: !33 (merged), !37 (merged). - Change license from GNU GPLv3 to AGPLv3.
- Code formatting with
pep8
: !31 (merged).
Thanks Tortue and jytou.