solana/runtime/benches
Alexander Meißner 1b45c509c3
Refactor: Use `InstructionContext::get_instruction_data()` (#24014)
* Adds transaction_context and instruction_context where invoke_context.get_keyed_accounts() is used.

* Use instruction_context.get_instruction_data() instead of an explicit parameter.

* Removes instruction_data parameter from Executor::execute().

* Removes instruction_data parameter from ProcessInstructionWithContext.
2022-04-01 15:48:05 +02:00
..
accounts.rs add epoch_schedule and rent_collector to hash calc (#24012) 2022-03-31 10:51:18 -05:00
accounts_index.rs plumbing for 'other_slot' in 'update_index' (#23330) 2022-02-25 12:58:08 -06:00
append_vec.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
bank.rs Refactor: Use `InstructionContext::get_instruction_data()` (#24014) 2022-04-01 15:48:05 +02:00
status_cache.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00