solana-with-rpc-optimizations/program-runtime
Alexander Meißner bc800a8d5a
Refactor: Unify `SysvarCache` (#22843)
* Unifies SysvarCache filling in the runtime and tests.
Removes new_mock_with_sysvars_and_features()
Removes mock_process_instruction_with_sysvars().
Replaces from_keyed_account() by SysvarCache in vote processor.

* Replaces from_keyed_account() by SysvarCache in BPF loader.
2022-01-31 17:53:50 +01:00
..
benches Refactor: Remove Rc from PreAccount and InvokeContext::get_account() (#21882) 2021-12-14 15:44:31 +01:00
src Refactor: Unify `SysvarCache` (#22843) 2022-01-31 17:53:50 +01:00
Cargo.toml Refactor: move sysvar cache to new module 2022-01-12 12:35:28 -07:00
build.rs Add solana-program-runtime crate (#19438) 2021-08-27 00:30:36 +00:00