refac membership
Refac membership
closes #155 (closed) as it removes pending membership
closes #156 (closed) (not entirely, the rest will be done in a separate MR on smith wot)
closes #136 (closed) (it does not link instanciable pallets but fixes the test that were added to show the unwanted behavior)
-
remove request_membership
call -
remove PendingMembership
storage item -
remove PendingMembershipsExpireOn
storage item -
remove validate_identity
call from identity pallet which is redundant withclaim_membership
of membership pallet -
improves IdtyStatus
-
improves RevocationReason
andRemovalReason
-
split ConfirmPeriod ValidationPeriod AutorevocationPeriod DeletionPeriod
-
remove useless IdtyEvent
variants -
improves MembershipRemovalReason
-
adds CertToUnconfirmed CertToRevoked
variants for duniter-wot Error -
split DistanceEvaluationPending DistanceEvaluationNotRequested
This changes the way identity and membership pallet interact.
Merge request reports
Activity
changed milestone to %runtime-800
added RN-runtime label
assigned to @HugoTrentesaux
added 2 commits
added 3 commits
requested review from @c-geek
added 2 commits
mentioned in issue #137 (closed)
- Resolved by Cédric Moreau
- Resolved by Hugo Trentesaux
- Resolved by Hugo Trentesaux
- Resolved by Hugo Trentesaux
- Resolved by Cédric Moreau
- Resolved by Hugo Trentesaux
- Resolved by Hugo Trentesaux
- Resolved by Cédric Moreau
- Resolved by Cédric Moreau
C'est déjà plus clair sans le système de pending membership.
Il reste un fichier notes.txt : la MR n'est pas vraiment terminée ?
mentioned in issue #160 (closed)
mentioned in issue #161 (closed)
mentioned in issue #162 (closed)
added 4 commits
- 246f3811 - doc idtystatus in readme
- 879d8327 - update comment according to #159 (closed)
- 06ff3031 - update notes with links to issues
- 57edaab2 - delete notes.txt file
Toggle commit listmentioned in commit 6b598084
mentioned in issue #166 (closed)
mentioned in issue #54