24a87f33a8
* Moves stable_log::program_invoke(), stable_log::program_success() and stable_log::program_failure() calls from bpf_loader into InvokeContext::process_executable_chain(). * Turns result of ProcessInstructionWithContext from InstructionError into Box<dyn std::error::Error>. * Bump to solana_rbpf v0.3.0 * Removes Result from return type of EbpfVm::new(). * Turns EbpfError into Box<dyn std::error::Error>. * Removes BpfError. * Removes SyscallError::InstructionError. * Adds a type alias for Box<dyn std::error::Error> in syscalls. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |