solana/program-runtime/src
Alexander Meißner ba8e15848e
Fix #21986 (#22035)
* Partial revert "Updates documentation around what needs to be passed in CPI. (#21633)"

* Enforces the program_id being passed explicitly by removing it from get_instruction_keyed_accounts().

* instruction_accounts => instructions_account
2021-12-21 12:53:22 +01:00
..
instruction_recorder.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
invoke_context.rs Fix #21986 (#22035) 2021-12-21 12:53:22 +01:00
lib.rs Refactor: Cleanup InstructionProcessor (#21404) 2021-12-01 08:54:42 +01:00
log_collector.rs program-runtime: add LogCollector::new_ref_with_limit() (#21691) 2021-12-10 13:38:03 +11: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 Refactor: Remove Rc from PreAccount and InvokeContext::get_account() (#21882) 2021-12-14 15:44:31 +01: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