-
Notifications
You must be signed in to change notification settings - Fork 59
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: fix and rename sdk test to anchor sdk test #1645
base: main
Are you sure you want to change the base?
Conversation
106d02c
to
afe3274
Compare
"examples/anchor/memo", | ||
# "examples/anchor/name-service-without-macros", | ||
# "examples/anchor/counter", | ||
# "examples/anchor/memo", |
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.
commented on purpose will fix once sdk refactor is complete
ctx.accounts.get_account_compression_program().clone(), | ||
ctx.accounts.self_program.to_account_info(), | ||
ctx.accounts.get_system_program().clone(), | ||
]; |
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.
it's not going to stay this way. I will remove the light_system_accounts
macro in a different pr and pass all system accounts via remaining accounts in anchor programs so that passing system accounts is consistent in anchor and non anchor programs.
afe3274
to
433328d
Compare
Changes:
sdk-test
->anchor-sdk-test
light-sdk