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.4.0.md 3.08 KiB
date:
created: 2018-01-28
authors:
- moul
categories:
- release
Silkaj v0.4.0 release
A new wot
command allows to display received and sent certifictaions of an identity.
Additionnal user experience enhancements have been added to the transaction feature.
It is now possible to check the balance of multiple public keys and get a sum of the balances.
wot
command to display received and sent certifications
New You can now explore the Web-of-Trust by displaying in a table the received and sent certifications of an identity.
silkaj wot moul
moul (GfKER…) from block 0-E3B0C44298FC1…
received 23 and sent 27 certifications:
| received | sent |
|----------------+------------------|
| Alfybe | gerard94 |
| cuckooland | jeanferreira |
| Loda | elois |
| jeanferreira | Galuel |
| BenoitLavenier | smyds |
| smyds | CaizohanFerreira |
| gpsqueeek | gpsqueeek |
| fbuland | inso |
| gerard94 | vit |
| SebasC | Thatoo |
| Thatoo | William |
| inso | cuckooland |
| Paulart | greyzlii |
| vincentux | mathieuBize |
| greyzlii | cgeek |
| Mententon | PierreYves |
| PierreYves | mmu_man |
| paidge | OlivierAuber |
| cgeek | paidge |
| Nicolas | Alfybe |
| jeangraine | 1000i100 |
| pafzedog | dig |
| Zheny | BenoitLavenier |
| | MystraSam |
| | jeangraine |
| | Zheny |
| | roodinux |
Transaction command provides a better UX
The transaction
command will beforehand check that the comment and recipient’s public key are in right format before it actually prompt for the authentication.
Balance of multiple public keys
With the amount
command, you can now pass multiple public keys :
separated. The balance will be displayed for each of them, and a sum will be displayed at the end.
silkaj amount --pubkeys GfKERHnJTYzKhKUma5h1uWhetbA8yHKymhVH2raf2aCP:fyqm24NzN7D2Lr4ssrNMacsctymQ2NzBqH9YUYuxSmy
Requested default node: <g1.duniter.org:443>
Total amount of: GfKERHnJTYzKhKUma5h1uWhetbA8yHKymhVH2raf2aCP
----------------------------------------------------------------
Total Relative = 206.23 UD g1
Total Quantitative = 2064.41 g1
Total amount of: fyqm24NzN7D2Lr4ssrNMacsctymQ2NzBqH9YUYuxSmy
----------------------------------------------------------------
Total Relative = 89.72 UD g1
Total Quantitative = 898.08 g1
Total amount of: Total
----------------------------------------------------------------
Total Relative = 295.95 UD g1
Total Quantitative = 2962.49 g1