solana/program-runtime/src
Alexander Meißner 1df88837c8
- Implicitly fixes invoke_context.return_data not being reset between instructions in process_message. (#21671)
- Lets InvokeContext::process_cross_program_instruction() handle the first invocation depth too.
- Marks InvokeContext::verify(), InvokeContext::verify_and_update() and InvokeContext::process_executable_chain() private.
- Renames InvokeContext::process_cross_program_instruction() to InvokeContext::process_instruction().
- Removes InvokeContext::new_mock_with_sysvars().
2021-12-07 23:00:04 +01:00
..
instruction_recorder.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
invoke_context.rs - Implicitly fixes invoke_context.return_data not being reset between instructions in process_message. (#21671) 2021-12-07 23:00:04 +01:00
lib.rs Refactor: Cleanup InstructionProcessor (#21404) 2021-12-01 08:54:42 +01:00
log_collector.rs Refactor: Use InvokeContext in all Syscalls (#21545) 2021-12-02 08:58:02 +01:00
native_loader.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
neon_evm_program.rs Fix compute budget bump (#21238) 2021-11-11 14:09:28 -08:00
pre_account.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
stable_log.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
timings.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00