solana/program-runtime
Alexander Meißner 41988807d3
Refactor: Remove `visit_each_account_once()` (#25532)
* Removes is_duplicate().

* Replaces use sites of visit_each_account_once().

* Removes visit_each_account_once().

* cargo fmt

* Adds comments to clarify the order of pre_accounts and instruction_accounts.

* Simplify control flow.
2022-05-26 20:55:58 +02:00
..
benches Refactor: Remove Rc from PreAccount and InvokeContext::get_account() (#21882) 2021-12-14 15:44:31 +01:00
src Refactor: Remove `visit_each_account_once()` (#25532) 2022-05-26 20:55:58 +02:00
Cargo.toml chore: bump enum-iterator from 0.7.0 to 0.8.1 (#25092) 2022-05-10 20:58:03 -06:00
build.rs