solana/program-runtime/src
Alexander Meißner 664339e239
Refactor - executor_cache (#28332)
* Renames CachedExecutors => BankExecutorCache.

* Renames TransactionExecutor => TransactionExecutorCacheEntry.

* Renames TransactionExecutorStatus => TxBankExecutorCacheDiff.

* Adds TransactionExecutorCache.

* Renames the items of TxBankExecutorCacheDiff.
2022-10-12 18:09:03 +02:00
..
accounts_data_meter.rs
compute_budget.rs add curve25519 multiscalar multiplication syscall (#28216) 2022-10-12 14:43:02 +09:00
executor_cache.rs Refactor - executor_cache (#28332) 2022-10-12 18:09:03 +02:00
invoke_context.rs Refactor - executor_cache (#28332) 2022-10-12 18:09:03 +02:00
lib.rs Refactor - Move `executor_cache` to program-runtime crate (#28322) 2022-10-10 15:01:41 +02:00
log_collector.rs
pre_account.rs
prioritization_fee.rs Add feature gate to remove support for RequestUnitsDeprecated instruction (#27503) 2022-09-09 22:24:21 +00:00
stable_log.rs
sysvar_cache.rs
timings.rs