solana-with-rpc-optimizations/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 Refactor - Use builtin function interface from rbpf (#31221) 2023-04-21 18:08:32 +02:00
src Refactor - `BuiltinPrograms` (#31324) 2023-04-24 19:01:40 +02:00
store-tool getter functions for StoredAccountMeta (#30447) 2023-02-27 10:03:22 -08:00
tests Move bank tests to separate file (#29912) 2023-02-02 16:32:22 -08:00
.gitignore
Cargo.toml Refactor - Moves the system program into its own crate (#31244) 2023-04-19 12:58:08 +02:00
build.rs