solana-with-rpc-optimizations/program-runtime
Alexander Meißner e5490b8d09
Refactor - Use builtin function interface from rbpf (#31221)
* Removes test_program_entry_debug().

* Uses declare_process_instruction!() in all tests and benchmarks.

* Replaces with ProcessInstructionWithContext with solana_rbpf::BuiltInFunction.
2023-04-21 18:08:32 +02:00
..
benches Upgrades to Rust 1.65.0 (#28741) 2022-11-09 17:15:03 -05:00
src Refactor - Use builtin function interface from rbpf (#31221) 2023-04-21 18:08:32 +02:00
Cargo.toml Add provisions to unload a program from the cache (#31036) 2023-04-10 16:42:05 -07:00
build.rs