-
Notifications
You must be signed in to change notification settings - Fork 77
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
feat!: add identity pallet #163
feat!: add identity pallet #163
Conversation
I will do some tests once we decide on the Config values. |
I tested adding a new registrar, set a fee for judgements, set identity of an account, asked for a judgement and subsequently approved the identity by the registrar. |
Bump runtime cargo.toml version and spec_version pls |
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.
bump runtime and spec_version pls
Description
This PR adds the identity pallet.
Extrinsic calls are not filtered out.
Related Issue:
#147