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

resolved-conflict in spl-noop and spl-account-compression #7246

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mubarizkyc
Copy link

@mubarizkyc mubarizkyc commented Sep 7, 2024

there was a confusion b/w anchor and solana PubKey in spl-noop and spl-account-compression which was probably arising from solana-program version conflict b/w spl-noop and anchor-lang 0.30.1 in spl-account-compression
Screenshot from 2024-09-07 15-43-30

As a Solution ,directly implementing spl-noop functionalities in spl-account-compression resolved the conflict

fix #7247
fix #7248

@mergify mergify bot added the community Community contribution label Sep 7, 2024
@mubarizkyc mubarizkyc changed the title resolved-conflict resolved-conflict in spl-noop ans spl-account-compression Sep 7, 2024
@mubarizkyc mubarizkyc changed the title resolved-conflict in spl-noop ans spl-account-compression resolved-conflict in spl-noop and spl-account-compression Sep 7, 2024
@StanChe
Copy link
Contributor

StanChe commented Sep 11, 2024

The js/ts side is failing as it looks like it also requires updated to anchor 0.30.1. That update is not straightforward and produces more problems with tooling to generate the client code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Community contribution
Projects
None yet
2 participants