solana/program-runtime/src
Alexander Meißner 9f63493789
Refactor: Remove KeyedAccounts (2) (#22274)
* Adds InstructionContext::get_signers().
Improves error messages when modifying borrowed accounts.

* Removes keyed_accounts from InvokeContext tests.

* Removes keyed_accounts from message_processor.rs

* Removes keyed_accounts from bank.rs

* Removes keyed_accounts from bpf serialization.
2022-01-05 09:39:37 +01:00
..
accounts_data_meter.rs Consume from AccountsDataMeter (#21994) 2022-01-04 10:00:21 -06:00
instruction_recorder.rs Refactor: CPI Instruction Recording (#22111) 2021-12-25 13:35:43 +01:00
invoke_context.rs Refactor: Remove KeyedAccounts (2) (#22274) 2022-01-05 09:39:37 +01:00
lib.rs Add AccountsDataMeter to InvokeContext (#21813) 2021-12-28 05:14:48 -06:00
log_collector.rs Fix program log filtering (#22133) 2021-12-28 12:13:03 -08:00
native_loader.rs Refactor: Remove `KeyedAccount` from program runtime (#22226) 2022-01-03 23:30:56 +01: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 Fix bug, add error specific timings (#22225) 2022-01-03 16:33:54 -05:00