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

Refactor - Cleanup error handling in program runtime #30693

Merged
merged 8 commits into from
Apr 5, 2023

Commits on Apr 5, 2023

  1. Moves stable_log::program_invoke(), stable_log::program_success() and…

    … stable_log::program_failure() calls from bpf_loader into InvokeContext::process_executable_chain().
    Lichtso committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    9674b78 View commit details
    Browse the repository at this point in the history
  2. Turns result of ProcessInstructionWithContext from InstructionError i…

    …nto Box<dyn std::error::Error>.
    Lichtso committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    b3cae93 View commit details
    Browse the repository at this point in the history
  3. Bump to solana_rbpf v0.3.0

    Lichtso committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    6d22d4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    167ff2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3f7ee5 View commit details
    Browse the repository at this point in the history
  6. Removes BpfError.

    Lichtso committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    56aa5d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d079811 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    778c71d View commit details
    Browse the repository at this point in the history