-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Update images in Identity, Claims, Treasury #945
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,11 +22,11 @@ information, so the data must be less than that. When inputting the data manuall | |
| The easiest way to add the built-in fields is to click the gear icon next to one's account and | ||
| select "Set on-chain identity". | ||
|
|
||
|  | ||
|  | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could you update these images? they are still the old ones from the wiki before the UI update
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the first two images here are quite fuzzy and difficult to read, could you retake them?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. indeed. |
||
|
|
||
| A popup will appear, offering the default fields. | ||
|
|
||
|  | ||
|  | ||
|
|
||
| To add custom fields beyond the default ones, use the Extrinsics UI to submit a raw transaction by | ||
| first clicking "Add Item" and adding any field name you like. The example below adds a field | ||
|
|
@@ -37,18 +37,18 @@ it with the "None" option still selected. That is to say, every time you make a | |
| identity values, you need to re-submit the entire set of fields: the write operation is always | ||
| "overwrite", never "append". | ||
|
|
||
|  | ||
|  | ||
|
|
||
| Note that custom fields are not shown in the UI by default: | ||
|
|
||
|  | ||
|  | ||
|
|
||
| The rendering of such custom values is, ultimately, up to the UI/dapp makers. In the case of | ||
| PolkadotJS, the team prefers to only show official fields for now. If you want to check that the | ||
| values are still stored, use the [Chain State UI](https://polkadot.js.org/apps/#/chainstate) to | ||
| query the active account's identity info: | ||
|
|
||
|  | ||
|  | ||
|
|
||
| It is up to your own UI or dapp to then do with this data as it pleases. The data will remain | ||
| available for querying via the Polkadot API, so you don't have to rely on the PolkadotJS UI. | ||
|
|
@@ -86,7 +86,7 @@ Here's how to submit a proposal to become a registrar: | |
| Go to the Democracy tab, select "Submit preimage", and input the information for this motion - | ||
| notably which account you're nominating to be a registrar in the `identity.setRegistrar` function. | ||
|
|
||
|  | ||
|  | ||
|
|
||
| Copy the preimage hash. In the above image, that's | ||
| `0x90a1b2f648fc4eaff4f236b9af9ead77c89ecac953225c5fafb069d27b7131b7`. Submit the preimage by signing | ||
|
|
@@ -97,7 +97,7 @@ field needs to be at least 10 KSM. You can find out the minimum by querying the | |
| [Chain State](https://polkadot.js.org/apps/#/chainstate) -> Constants -> democracy -> | ||
| minimumDeposit. | ||
|
|
||
|  | ||
|  | ||
|
|
||
| At this point, DOT holders can second the motion. With enough seconds, the motion will become a | ||
| referendum, which is then voted on. If it passes, users will be able to request judgement from this | ||
|
|
@@ -135,7 +135,7 @@ for the `max_fee` put the maximum you're willing to pay for these confirmations. | |
| If you don't know which registrar to pick, first check the available registrars by going to | ||
| ["Chain State UI"]() and selecting `identity.registrars()` to get the full list. | ||
|
|
||
|  | ||
|  | ||
|
|
||
| The image above reveals two registrars: | ||
|
|
||
|
|
@@ -146,23 +146,23 @@ To find out how to contact the registrar after the application for judgement or | |
| are, we can check their identity by adding them to our Address Book. Their identity will be | ||
| automatically loaded. | ||
|
|
||
|  | ||
|  | ||
|
|
||
| Gavin Wood is registrar #0. | ||
|
|
||
|  | ||
|  | ||
|
|
||
| Chevdor is registrar #1. We pick that one. | ||
|
|
||
|  | ||
|  | ||
|
|
||
| This will make your identity go from unjudged: | ||
|
|
||
|  | ||
|  | ||
|
|
||
| To "waiting": | ||
|
|
||
|  | ||
|  | ||
|
|
||
| At this point, direct contact with the registrar is required - the contact info is in their identity | ||
| as shown above. Each registrar will have their own set of procedures to verify your identity and | ||
|
|
@@ -171,7 +171,7 @@ values, and only once you've satisfied their requirements will the process conti | |
| Once the registrar has confirmed the identity, a green checkmark should appear next to your account | ||
| name with the appropriate confidence level: | ||
|
|
||
|  | ||
|  | ||
|
|
||
| _Note that changing even a single field's value after you've been verified will un-verify your | ||
| account and you will need to start the judgement process anew. However, you can still change fields | ||
|
|
@@ -194,7 +194,7 @@ parent sender account. The value to put into the Data field of each parent is th | |
| the sub-account. If omitted, the sub-account will inherit the parent's name and be displayed as | ||
| `parent/parent` instead of `parent/child`. | ||
|
|
||
|  | ||
|  | ||
|
|
||
| Note that a deposit of 2.5KSM is required for every sub-account. | ||
|
|
||
|
|
@@ -203,7 +203,7 @@ Note that a deposit of 2.5KSM is required for every sub-account. | |
| **Clearing:** Users can clear their identity information and have their deposit returned. Clearing | ||
| an identity also clears all sub accounts and returns their deposits. | ||
|
|
||
|  | ||
|  | ||
|
|
||
| Clearing is done through the [Extrinsics UI](https://polkadot.js.org/apps/#/extrinsics). | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also include https://wiki.polkadot.network/docs/en/maintain-guides-democracy as an updated page?