solana/program-runtime/src
Alexander Meißner 66fa8f9667
Refactor: Removes `Rc` from `Refcell<AccountSharedData>` in the program-runtime (#21927)
* Removes Rc from Rc<RefCell<AccountSharedData>> in the program-runtime.

* Adjusts tests in bpf_loader, system_instruction_processor, config_processor, vote_instruction and stake_instruction
2021-12-17 14:01:12 +01:00
..
instruction_recorder.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
invoke_context.rs Refactor: Removes `Rc` from `Refcell<AccountSharedData>` in the program-runtime (#21927) 2021-12-17 14:01:12 +01:00
lib.rs Refactor: Cleanup InstructionProcessor (#21404) 2021-12-01 08:54:42 +01:00
log_collector.rs program-runtime: add LogCollector::new_ref_with_limit() (#21691) 2021-12-10 13:38:03 +11:00
native_loader.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
neon_evm_program.rs Fix compute budget bump (#21238) 2021-11-11 14:09:28 -08:00
pre_account.rs Refactor: Remove Rc from PreAccount and InvokeContext::get_account() (#21882) 2021-12-14 15:44:31 +01:00
stable_log.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
timings.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00