solana/program-runtime
Alexander Meißner fb7d303995
Refactor - mock_process_instruction() (#30893)
* Uses InvokeContext::process_instruction() in mock_process_instruction().

* Uses InvokeContext::process_instruction() in tests of loader-v3.

* Only throw InstructionError::BuiltinProgramsMustConsumeComputeUnits if result.is_ok().

* Adds CU cost to loader-v3.
2023-03-24 22:45:03 +01:00
..
benches Upgrades to Rust 1.65.0 (#28741) 2022-11-09 17:15:03 -05:00
src Refactor - mock_process_instruction() (#30893) 2023-03-24 22:45:03 +01:00
Cargo.toml Bump serde from 1.0.152 to 1.0.158 (#30845) 2023-03-22 11:53:39 -06:00
build.rs