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

Solve at runtime level wrong UI AccountID32 matching #1073

Conversation

girazoki
Copy link
Collaborator

What does it do?

It solves polkadot-js/apps#6592 at the runtime level, which currently is preventing users from changing their reward address through the UI.

AccountId32 and [u8;32] encode equally so no need to worry for migrations (I added a test asserting that, which we can remove if we feel its not needed).

I am happy to wait for the UI changes, this PR is just in case we want to accelerate the process

What important points reviewers should know?

Is there something left for follow-up PRs?

What alternative implementations were considered?

Are there relevant PRs or issues in other repositories (Substrate, Polkadot, Frontier, Cumulus)?

What value does it bring to the blockchain users?

@girazoki girazoki added the B7-runtimenoteworthy Changes should be noted in any runtime-upgrade release notes label Dec 10, 2021
@girazoki girazoki merged commit 5c0fd4d into master Dec 11, 2021
@girazoki girazoki deleted the girazoki-use-slice-instead-of-accountid32-in-crowdloan-relay-account branch December 11, 2021 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B7-runtimenoteworthy Changes should be noted in any runtime-upgrade release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants