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

[feature request] solana-test-validator: add additional option to --bpf-program that specifies the bpf loader that is to be used #21582

Closed
paul-schaaf opened this issue Dec 3, 2021 · 3 comments
Labels
stale [bot only] Added to stale content; results in auto-close after a week.

Comments

@paul-schaaf
Copy link
Contributor

No description provided.

@paul-schaaf paul-schaaf changed the title solana-test-validator: add additional option to --bpf-program that specifies the bpf loader that is to be used [feature request] solana-test-validator: add additional option to --bpf-program that specifies the bpf loader that is to be used Dec 3, 2021
@mralbertchen
Copy link

@paul-schaaf will this fix the issue of the below not working with anchor test?

    #[account(constraint = program.programdata_address() == Some(program_data.key()))]
    pub program: Program<'info, MyProgram>,
    #[account(constraint = program_data.upgrade_authority_address == Some(owner.key()))]
    pub program_data: Account<'info, ProgramData>,

Wanted to see what to track to see when this will be solved.

@paul-schaaf
Copy link
Contributor Author

@mralbertchen yes this would fix it (right now you can work around it by deploying manually with solana program deploy and then using anchor test --skip-deploy which is what we do in our ci)

@github-actions github-actions bot added the stale [bot only] Added to stale content; results in auto-close after a week. label Apr 13, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 20, 2023
@joncinque
Copy link
Contributor

Fixed in #30412

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale [bot only] Added to stale content; results in auto-close after a week.
Projects
None yet
Development

No branches or pull requests

3 participants