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

use cmp_pubkeys from mpl-utils instead of token auth rules #1120

Merged
merged 1 commit into from
Jun 20, 2023

Conversation

samuelvanderwaal
Copy link
Contributor

@samuelvanderwaal samuelvanderwaal commented Jun 16, 2023

Token Auth Rules v1.4 moved cmp_pubkeys to a different module which breaks this import in Token Metadata. We should be using the cmp_pubkeys from mpl-utils instead here for consistency anyway.

Token Auth Rules should also add the function back to the previous location as it shouldn't be making a public API change in a minor version release. Then patch release a v1.4.1 version with the cmp_pubkeys back in the processor module to fix anyone stuck on an older version of Token Metadata.

#1118
metaplex-foundation/mpl-token-auth-rules#134

@samuelvanderwaal samuelvanderwaal requested a review from a team as a code owner June 16, 2023 17:23
@samuelvanderwaal samuelvanderwaal requested review from febo and danenbm and removed request for a team June 16, 2023 17:23
@samuelvanderwaal samuelvanderwaal merged commit bc15a89 into master Jun 20, 2023
50 checks passed
@samuelvanderwaal samuelvanderwaal deleted the refactor/cmp-pubkeys-mpl-utils branch June 20, 2023 17:16
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