Skip to content
Snippets Groups Projects
Commit a25eba2e authored by Cédric Moreau's avatar Cédric Moreau
Browse files

refac(#173): update metadata.scale + docs

parent df405498
No related branches found
No related tags found
1 merge request!228Resolve "Améliorations pour smith-members"
Pipeline #35542 passed
...@@ -359,7 +359,7 @@ receiver: T::IdtyIndex ...@@ -359,7 +359,7 @@ receiver: T::IdtyIndex
</details> </details>
Invite a WoT member to try becoming a Smith
#### accept_invitation - 1 #### accept_invitation - 1
...@@ -372,7 +372,7 @@ Taking 0.0085 % of a block. ...@@ -372,7 +372,7 @@ Taking 0.0085 % of a block.
</details> </details>
Accept an invitation (must have been invited first)
#### certify_smith - 2 #### certify_smith - 2
...@@ -386,7 +386,7 @@ receiver: T::IdtyIndex ...@@ -386,7 +386,7 @@ receiver: T::IdtyIndex
</details> </details>
Certify an invited smith which can lead the certified to become a Smith
### AuthorityMembers - 11 ### AuthorityMembers - 11
......
# Runtime events # Runtime events
There are **128** events from **35** pallets. There are **129** events from **35** pallets.
<ul> <ul>
<li>System - 0 <li>System - 0
...@@ -674,12 +674,25 @@ idty_index: T::IdtyIndex ...@@ -674,12 +674,25 @@ idty_index: T::IdtyIndex
<li> <li>
<details> <details>
<summary> <summary>
<code>CertificationReceived(idty_index, issued_by)</code> - 2</summary> <code>SmithCertAdded(receiver, issuer)</code> - 2</summary>
Certification received Certification received
```rust ```rust
idty_index: T::IdtyIndex receiver: T::IdtyIndex
issued_by: T::IdtyIndex issuer: T::IdtyIndex
```
</details>
</li>
<li>
<details>
<summary>
<code>SmithCertRemoved(receiver, issuer)</code> - 3</summary>
Certification lost
```rust
receiver: T::IdtyIndex
issuer: T::IdtyIndex
``` ```
</details> </details>
...@@ -687,7 +700,7 @@ issued_by: T::IdtyIndex ...@@ -687,7 +700,7 @@ issued_by: T::IdtyIndex
<li> <li>
<details> <details>
<summary> <summary>
<code>PromotedToSmith(idty_index)</code> - 3</summary> <code>SmithMembershipAdded(idty_index)</code> - 4</summary>
A smith gathered enough certifications to become an authority (can call `go_online()`). A smith gathered enough certifications to become an authority (can call `go_online()`).
```rust ```rust
...@@ -699,7 +712,7 @@ idty_index: T::IdtyIndex ...@@ -699,7 +712,7 @@ idty_index: T::IdtyIndex
<li> <li>
<details> <details>
<summary> <summary>
<code>SmithExcluded(idty_index)</code> - 4</summary> <code>SmithMembershipRemoved(idty_index)</code> - 5</summary>
A smith has been removed from the smiths set. A smith has been removed from the smiths set.
```rust ```rust
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment