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

Add support for composite accounts in declare-program! #2888

Closed
acheroncrypto opened this issue Apr 3, 2024 · 0 comments · Fixed by #2894
Closed

Add support for composite accounts in declare-program! #2888

acheroncrypto opened this issue Apr 3, 2024 · 0 comments · Fixed by #2894
Labels
lang next Required for the next release

Comments

@acheroncrypto
Copy link
Collaborator

Problem

Composite accounts are not currently supported in declare-program! macro (#2857):

IdlInstructionAccountItem::Composite(_accs) => todo!("Composite"),

Solution

Implement composite accounts and add a test for it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang next Required for the next release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant