solana/program-runtime
Alexander Meißner 4142f42319
Refactor - Move `Executor` in program-runtime crate (#28782)
* Moves CreateMetrics into the program-runtime crate.

* Moves the Executor trait into executor.rs

* Removes the first_instruction_account parameter from Executor::execute().
2022-11-10 21:11:00 +01:00
..
benches Upgrades to Rust 1.65.0 (#28741) 2022-11-09 17:15:03 -05:00
src Refactor - Move `Executor` in program-runtime crate (#28782) 2022-11-10 21:11:00 +01:00
Cargo.toml Refactor - Move `executor_cache` to program-runtime crate (#28322) 2022-10-10 15:01:41 +02:00
build.rs