solana/programs/bpf_loader
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
test_elfs More efficient padding (#11656) 2020-08-17 10:24:34 -07:00
Cargo.toml Bumps solana_rbpf to v0.2.17 (#21672) 2021-12-07 22:12:09 +01:00
build.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00