Skip to content

Provide program_id and accounts to the entrypoint function. #70

@ksolana

Description

@ksolana

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(&[

Metadata

Metadata

Assignees

No one assigned

    Labels

    StalebugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions