solana/runtime/src/bank
Pankaj Garg aebc191c38
Stop loading program accounts if program exists in cache (#30703)
* Stop loading program accounts if program exists in cache

* load accounts for upgradeable programs

* revert loader change to conditionally use program data account

* load instruction accounts

* generate TransactionExecutorCache from loaded programs

* cleanup account_found_and_dep_index variable

* address review comments

* handle tombstones in loader

* unify tombstone constructor

* handle multiple tombstones
2023-03-28 11:49:56 -07:00
..
address_lookup_table.rs RPC: Support versioned txs in getFeeForMessage API (#28217) 2022-10-05 00:00:34 +08:00
builtin_programs.rs Fix builtin handling on epoch boundaries (#23256) 2022-02-22 20:54:08 +08:00
metrics.rs chore: Move new bank metric into metric submodule (#29628) 2023-01-11 13:14:46 -06:00
sysvar_cache.rs Removes `AccountSharedData` from `SysvarCache`. (#26712) 2022-07-21 18:32:28 +02:00
tests.rs Stop loading program accounts if program exists in cache (#30703) 2023-03-28 11:49:56 -07:00
transaction_account_state_info.rs removes feature gate code preventing crediting accounts that end rent paying (#28818) 2022-11-15 19:55:34 +00:00