-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Add GitHub handle to pallet-identity #13728
Comments
We can just add the github handle the to the additional fields? substrate/frame/identity/src/types.rs Line 293 in 6ef33ad
|
Yes but registrats cannot verify that since it is "custom" data, so the interpretation of it is not defined. |
For example one person writes "Github handle", the next "github" and so on. Its probably easier to extend the enum since we have |
Yes, but then you need to specify what kind of key is the correct one.
I would argue that this should not have been done and it should have been generic from the beginning. |
Yea probably better to start with this. Then we can inject the "custom" type via the config trait. |
Closing in favor of: paritytech/polkadot-sdk#179 |
(I cant find an issue in case this was already proposed)
Would be nice to have GitHub handles in the identity data. Especially with the Polkadot fellowship being so reliant on it.
They are automatically verifiable by registrates via edited profile text, so no problem.
The text was updated successfully, but these errors were encountered: