solana-with-rpc-optimizations/program-runtime
Alexander Meißner 4b0e16d06f
Refactor - `BuiltinPrograms` (#31324)
* Moves BuiltinProgram of the program runtime into its own file.

* Unifies the runtimes Builtin and program runtimes BuiltinProgram definitions.

* Moves BuiltinPrograms from bank.rs into the program runtime.
2023-04-24 19:01:40 +02:00
..
benches Upgrades to Rust 1.65.0 (#28741) 2022-11-09 17:15:03 -05:00
src Refactor - `BuiltinPrograms` (#31324) 2023-04-24 19:01:40 +02:00
Cargo.toml Add provisions to unload a program from the cache (#31036) 2023-04-10 16:42:05 -07:00
build.rs