solana-with-rpc-optimizations/program-runtime
Alexander Meißner 2fc8e533a2
Refactor - Move `executor_cache` to program-runtime crate (#28322)
* Moves CachedExecutors, related structs, consts and tests into the program-runtime crate.

* Moves TransactionExecutor, related enum and type defs into executor_cache mod.
2022-10-10 15:01:41 +02:00
..
benches cleanup feature; do_support_realloc (#25882) 2022-06-10 15:33:19 -07:00
src Refactor - Move `executor_cache` to program-runtime crate (#28322) 2022-10-10 15:01:41 +02:00
Cargo.toml Refactor - Move `executor_cache` to program-runtime crate (#28322) 2022-10-10 15:01:41 +02:00
build.rs