As detailed in the doc (docs/user/smith.md · master · nodes / rust / Duniter v2S · GitLab), the user should become smith as soon as he requested membership and got enough certs. But it seems an additional call to claim_membership
is required which is the opposite of what is documented (marked as disabled in xtask/src/gen_calls_doc.rs · master · nodes / rust / Duniter v2S · GitLab).
I do not know if I should:
- fix the documentation
- fix the code to avoid
claim_membership
call for smith also (same as main wot)
What do you think about it? Do you remember something about this?