solana/program-runtime
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
..
benches cleanup feature; do_support_realloc (#25882) 2022-06-10 15:33:19 -07:00
src Refactor - executor_cache (#28332) 2022-10-12 18:09:03 +02:00
Cargo.toml Refactor - Move `executor_cache` to program-runtime crate (#28322) 2022-10-10 15:01:41 +02:00
build.rs