Skip to content

bump: remote executor anchor version #2329

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

Merged
merged 5 commits into from
Feb 5, 2025
Merged

bump: remote executor anchor version #2329

merged 5 commits into from
Feb 5, 2025

Conversation

guibescos
Copy link
Contributor

@guibescos guibescos commented Feb 5, 2025

Bump the remote executor version of anchor to reduce the binary size

Copy link

vercel bot commented Feb 5, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
api-reference ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 5, 2025 1:57am
proposals ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 5, 2025 1:57am
staking ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 5, 2025 1:57am
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
component-library ⬜️ Ignored (Inspect) Visit Preview Feb 5, 2025 1:57am
entropy-debugger ⬜️ Ignored (Inspect) Visit Preview Feb 5, 2025 1:57am
insights ⬜️ Ignored (Inspect) Visit Preview Feb 5, 2025 1:57am

std::env::current_dir()
.unwrap()
.join(Path::new("../../target/deploy/remote_executor.so")),
);

let mut program_test = ProgramTest::default();
let program_key = crate::id();
let programdata_key = Pubkey::new_unique();

let upgrade_authority_keypair = Keypair::new();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this method of adding a program to the testing bench doesn't work anymore

@guibescos guibescos merged commit c6a2eb9 into main Feb 5, 2025
9 checks passed
@guibescos guibescos deleted the bump-remote-executor branch February 5, 2025 02:12
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