solana/runtime/benches
Alexander Meißner ae75c7cb3f
Refactoring - Remove redundant definition of `BuiltinProgram` (#31429)
* Replaces BuiltinProgram in the program-runtime with the one from solana_rbpf.

* Adjusts the runtimes built-ins to use Arc<LoadedProgram>.

* Adjusts the tests and benchmarks.
2023-05-02 23:01:28 +02:00
..
accounts.rs Do not use ancestors in get_snapshot_storages (#30772) 2023-03-17 22:48:47 +00:00
accounts_index.rs
append_vec.rs
bank.rs Refactoring - Remove redundant definition of `BuiltinProgram` (#31429) 2023-05-02 23:01:28 +02:00
prioritization_fee_cache.rs Only need bank reference for update (#30879) 2023-03-24 09:48:04 -07:00
status_cache.rs