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

Revert "Alias for Noir types (#5678)" #5946

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

conr2d
Copy link
Contributor

@conr2d conr2d commented Jul 30, 2024

This reverts commit d946a99.

This PR removes the Noir-specific types from @polkadot/types.

In the early version of Noir, variable-length public keys are used as account id directly, but found that it is really painful to replace AccountId32 with custom account id type UniversalAddress. (e.g. incompatible with existing wallets, etc.) Now Noir also uses AccountId32, so those changes for adding Noir-specific types become obsolete.

Copy link
Member

@TarikGul TarikGul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@TarikGul TarikGul merged commit cd4b5e3 into polkadot-js:master Jul 30, 2024
4 checks passed
@conr2d conr2d deleted the remove-obsolete-types branch July 30, 2024 04:12
@polkadot-js-bot
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@polkadot-js polkadot-js locked as resolved and limited conversation to collaborators Aug 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants