solana/core/src/banking_stage
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
..
transaction_scheduler TransactionScheduler: InFlightTracker (#33206) 2023-09-19 09:08:42 -07:00
committer.rs Split vote related code from runtime to its own crate (#32882) 2023-09-19 10:46:37 -07:00
consume_worker.rs Initialize fork graph in program cache during bank_forks creation (#33810) 2023-10-23 09:32:41 -07:00
consumer.rs Define PohRecorder set_bank related test helper methods (#33626) 2023-10-11 10:34:39 +09:00
decision_maker.rs Define PohRecorder set_bank related test helper methods (#33626) 2023-10-11 10:34:39 +09:00
forward_packet_batches_by_accounts.rs Move CostModel and CostTracker to its own crate (#32354) 2023-07-06 10:08:18 -07:00
forward_worker.rs Initialize fork graph in program cache during bank_forks creation (#33810) 2023-10-23 09:32:41 -07:00
forwarder.rs Initialize fork graph in program cache during bank_forks creation (#33810) 2023-10-23 09:32:41 -07:00
immutable_deserialized_packet.rs preliminaries for bumping nightly to 2023-08-25 (#33047) 2023-08-29 23:05:35 +00:00
latest_unprocessed_votes.rs Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871) 2023-08-21 19:11:21 +02:00
leader_slot_metrics.rs Remove improper uses of &Arc<Bank> (#32802) 2023-08-18 16:46:34 -05:00
leader_slot_timing_metrics.rs Move BankingStage impl modules into banking_stage directory (#31864) 2023-06-07 13:54:05 -05:00
multi_iterator_scanner.rs Move BankingStage impl modules into banking_stage directory (#31864) 2023-06-07 13:54:05 -05:00
packet_deserializer.rs Move BankingStage impl modules into banking_stage directory (#31864) 2023-06-07 13:54:05 -05:00
packet_receiver.rs Add new received forwarded packets metric to banking stage (#33414) 2023-09-28 09:25:10 -07:00
qos_service.rs Separate vote cost (#33230) 2023-09-25 15:02:08 -05:00
read_write_account_set.rs Bugfix: MultiIterator batch priority guard (#33454) 2023-10-05 09:20:24 -07:00
scheduler_messages.rs TransactionScheduler: InFlightTracker (#33206) 2023-09-19 09:08:42 -07:00
unprocessed_packet_batches.rs Move BankingStage impl modules into banking_stage directory (#31864) 2023-06-07 13:54:05 -05:00
unprocessed_transaction_storage.rs Bugfix: MultiIterator batch priority guard (#33454) 2023-10-05 09:20:24 -07:00