-
Notifications
You must be signed in to change notification settings - Fork 51
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
Conversation
…tructs for anchor 0.30.1 compat
macros/light/src/accounts.rs
Outdated
"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>", | ||
), | ||
]; |
There was a problem hiding this comment.
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
2ae49a8
to
2db6652
Compare
There was a problem hiding this 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
No description provided.