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

Anchor Serealize/Deseralize not impl for enum CompressionAccountType in account-compression program #7247

Closed
mubarizkyc opened this issue Sep 7, 2024 · 7 comments · Fixed by #7305
Assignees

Comments

@mubarizkyc
Copy link

Screenshot from 2024-09-07 15-34-04

@dperdic
Copy link

dperdic commented Sep 23, 2024

Any update on this? I'm facing the same issue, even on older versions.
Using anchor 0.29.0.

@ngundotra
Copy link
Contributor

Working on it this week! Thanks for ping

@ngundotra
Copy link
Contributor

@dperdic do you mind sharing a repro of the issue you're facing?

@ngundotra
Copy link
Contributor

Same with @mubarizkyc do you mind sharing a link to a repo that has this issue?

@dperdic
Copy link

dperdic commented Sep 24, 2024

@dperdic do you mind sharing a repro of the issue you're facing?

Sure, here's a repo with a simple CPI call to create a merkle tree, description is in the readme.

https://github.com/dperdic/spl-account-compression-idl-issue

@ngundotra
Copy link
Contributor

@dperdic Thank you for putting this together. I am publishing a new version of the crate with your suggested fix!

@ngundotra
Copy link
Contributor

@mubarizkyc If you are working on v0.30.1 and having issues using spl-account-compression, I've provided an example solution that rebuilds the SDK using anchor's declare_program!() macro here: https://github.com/ngundotra/spl-account-compression-idl-issue .

Thanks to @dperdic for setting up this example

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