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

flamenco: adding cpi to system program to bpf deploy #1654

Merged
merged 5 commits into from
Apr 26, 2024

Conversation

ibhatt-jumptrading
Copy link
Contributor

  1. Adding cpi to bpf deploy. Generally getting the instruction working.
  2. Refactor common code previously only used in alut program
  3. Adding ledger test

ripatel-fd
ripatel-fd previously approved these changes Apr 26, 2024
fd_bincode_encode_ctx_t ctx2;
uchar buf[4096UL];
ctx2.data = buf;
ctx2.dataend = (uchar*)ctx2.data + sizeof(fd_system_program_instruction_t);
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
ctx2.dataend = (uchar*)ctx2.data + sizeof(fd_system_program_instruction_t);
ctx2.dataend = (uchar*)ctx2.data + sizeof(buf);

@ibhatt-jumptrading ibhatt-jumptrading added this pull request to the merge queue Apr 26, 2024
Merged via the queue into main with commit ff51574 Apr 26, 2024
10 checks passed
@ibhatt-jumptrading ibhatt-jumptrading deleted the supporting_bpf_deploy_max_len branch April 26, 2024 22:27
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