Wot command refactoring
News
- display charts for identities with same uid
- display the pubkey and their blockstamps
- count number of certifications is now done with
len()
method
Example
It is useful for identities published many times:
silkaj wot roodinux
roodinux (VxCoq…) from block #32606-0000077F8…
received 2 and sent 0 certifications:
| received | sent |
|------------+--------|
| pafzedog | |
| moul | |
roodinux (VxCoq…) from block #32777-00000CF74…
received 6 and sent 0 certifications:
| received | sent |
|------------+--------|
| moul | |
| RavanH | |
| pafzedog | |
| juandre | |
| PierreYves | |
| RavanH | |
Tests, reviews
- test if it doesn't crash with other identities
- take a look at the code