solana/program-runtime
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
..
benches Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
src - Implicitly fixes invoke_context.return_data not being reset between instructions in process_message. (#21671) 2021-12-07 23:00:04 +01:00
Cargo.toml Bump version to v1.10.0 2021-12-04 20:17:54 +00:00
build.rs Add solana-program-runtime crate (#19438) 2021-08-27 00:30:36 +00:00