Skip to content
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

Disable identity validity check #2894

Merged
merged 1 commit into from
May 15, 2024
Merged

Disable identity validity check #2894

merged 1 commit into from
May 15, 2024

Conversation

michalisFr
Copy link
Contributor

Switch skipIdentity flags to true

@michalisFr michalisFr changed the base branch from master to staging April 23, 2024 10:05
@michalisFr michalisFr requested a review from ironoa April 24, 2024 06:17
@ironoa
Copy link
Contributor

ironoa commented Apr 25, 2024

hey @michalisFr, can you clarify with a link (or two) why this is needed ? i.e. identity being frozen on Kusama

@michalisFr
Copy link
Contributor Author

hey @michalisFr, can you clarify with a link (or two) why this is needed ? i.e. identity being frozen on Kusama

@ironoa As part of the identity migration to the People system parachain, as described here, the identity pallet is frozen on Kusama, that happened in runtime 1.2.0. As a result, no new identities can be created for the time being.

Following that, once the process is complete, identities will be issued on the People chain (next step probably in 1.2.4), which means a refactoring of the backend will be needed for the identity check.

Until all of this is done, it's best to disable this check to allow people to join the program and avoid breaking changes.

@FlorianFranzen
Copy link
Contributor

You will probably also want to actually implement that flag, e.g. like that. Currently it does nothing, as a few other flags.

@ironoa ironoa merged commit a206454 into staging May 15, 2024
11 checks passed
@ironoa ironoa deleted the michalis-disable-identity branch May 15, 2024 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants