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

Provide program_id and accounts to the entrypoint function. #70

Open
ksolana opened this issue Jun 17, 2024 · 1 comment
Open

Provide program_id and accounts to the entrypoint function. #70

ksolana opened this issue Jun 17, 2024 · 1 comment
Labels
bug Something isn't working Stale

Comments

@ksolana
Copy link
Collaborator

ksolana commented Jun 17, 2024

The program_id and accounts aren't passed to entrypoint functions.

// Get inputs from the VM into proper data structures.
let (insn_data, _program_id, _accounts) = {
let input = ll_fn_solana_entrypoint.get_param(0).as_any_value();
let ll_sret = llvm_cx.get_anonymous_struct_type(&[

@ksolana ksolana added the bug Something isn't working label Jun 17, 2024
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Stale
Projects
None yet
Development

No branches or pull requests

1 participant