Skip to content
Snippets Groups Projects
Commit 953c3529 authored by Moul's avatar Moul
Browse files

[enh] #135, #189, #206: wot requests improvements:

- #135: remove get_uid_from_pubkey()
 Replace two uppers function with identity_of() which requests
/wot/identity-of/<pubkey/uid> and only returns members identities with
their pubkey and uid, which improves performances.
- change is_member() as a wrapper of identity_of()
- change usage in `id`, `cert`, `tx`, `net`, `blocks`

- #189: Handle in a good way wot/identity-of requests exceptions

- #206: Set a sleep for async requests: `blocks` and `net` for leaves
parent ba80b8e5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment