solana/programs/stake/src
Alexander Meißner 24a87f33a8
Refactor - Cleanup error handling in program runtime (#30693)
* 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.
2023-04-05 15:50:34 +02:00
..
config.rs Remove `KeyedAccount` in builtin program "stake" (#24210) 2022-04-10 09:55:37 +02:00
lib.rs Raise minimum stake delegation to 1 SOL (#24603) 2022-05-07 19:01:05 -04:00
stake_instruction.rs Refactor - Cleanup error handling in program runtime (#30693) 2023-04-05 15:50:34 +02:00
stake_state.rs Cleanup - mock InvokeContext (#31007) 2023-04-03 17:23:24 +02:00