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

chore: program anchor 0.30.1 compat #1092

Merged
merged 3 commits into from
Aug 16, 2024

Conversation

ananas-block
Copy link
Contributor

No description provided.

Comment on lines 12 to 20
"light_system_program",
"Program<'info, ::light_system_program::program::LightSystemProgram>",
"Program<'info, ::LightSystemProgram>",
),
("system_program", "Program<'info, System>"),
(
"account_compression_program",
"Program<'info, ::account_compression::program::AccountCompression>",
"Program<'info, ::AccountCompression>",
),
];
Copy link
Contributor

Choose a reason for hiding this comment

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

i believe this change causes issues when used by programs that don't import account_compression themselves. reverting the change should make token_escrow compile again IIRC

@ananas-block ananas-block force-pushed the jorrit/chore-program-anchor-0.30.1-compat branch from 2ae49a8 to 2db6652 Compare August 16, 2024 00:30
Copy link
Contributor

@SwenSchaeferjohann SwenSchaeferjohann left a comment

Choose a reason for hiding this comment

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

lgtm. feel free to merge when green

@ananas-block ananas-block merged commit a322268 into main Aug 16, 2024
13 checks passed
@ananas-block ananas-block deleted the jorrit/chore-program-anchor-0.30.1-compat branch August 16, 2024 02:25
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.

2 participants