solana/runtime/benches
Alexander Meißner f30f3bddbb
Refactor: Remove program_id from process_instruction() (#20540)
* Replaces usage of program_id parameter by invoke_context.get_caller()?.

* Removes "pubkey: &Pubkey" parameter from "process_instruction()".
2021-10-10 22:29:18 +02:00
..
accounts.rs Handle cleaning of zero-lamport accounts w.r.t. Incremental Snapshots (#18870) 2021-08-12 15:56:08 -05:00
accounts_index.rs accounts_index_bins to AccountsIndexConfig (#19257) 2021-08-17 14:50:01 -05:00
append_vec.rs
bank.rs Refactor: Remove program_id from process_instruction() (#20540) 2021-10-10 22:29:18 +02:00
bloom.rs
status_cache.rs