solana/program-runtime/src
Pankaj Garg 9d42cd7efe
Initialize fork graph in program cache during bank_forks creation (#33810)
* Initialize fork graph in program cache during bank_forks creation

* rename BankForks::new to BankForks::new_rw_arc

* fix compilation

* no need to set fork_graph on insert()

* fix partition tests
2023-10-23 09:32:41 -07:00
..
accounts_data_meter.rs Do not check accounts data size in InvokeContext (#26773) 2022-08-08 11:05:25 -04:00
compute_budget.rs Revert "Split compute budget instructions process from struct itself … (#33784) 2023-10-20 15:53:45 +02:00
invoke_context.rs Bump solana_rbpf to v0.8.0 (#33679) 2023-10-20 21:39:50 +02:00
lib.rs Revert "Split compute budget instructions process from struct itself … (#33784) 2023-10-20 15:53:45 +02:00
loaded_programs.rs Initialize fork graph in program cache during bank_forks creation (#33810) 2023-10-23 09:32:41 -07:00
log_collector.rs Remove From<LogCollector> for Vec<String> (#33012) 2023-08-27 13:10:02 +09:00
message_processor.rs Bump solana_rbpf to v0.8.0 (#33679) 2023-10-20 21:39:50 +02:00
prioritization_fee.rs Fix - Upcoming `arithmetic_side_effects` lints (#33000) 2023-08-29 20:58:53 +02:00
stable_log.rs Bump solana_rbpf to v0.8.0 (#33679) 2023-10-20 21:39:50 +02:00
sysvar_cache.rs Add epoch_rewards to sysvar cache (#32155) 2023-06-20 15:01:34 -05:00
timings.rs Fix incorrect ExecuteAccessoryTimings (#31167) 2023-04-16 22:40:52 +02:00