solana/core/src
Ashwin Sekar 1b79875f51
Relax gossip to banking stage filtering to allow refreshed votes (#31879)
2023-05-31 23:50:36 +00:00
..
banking_stage Fix merge issues: Arc::clone and ConnectionCache construction (#31825) 2023-05-25 11:30:05 -07:00
broadcast_stage Remove redundant clones (#31685) 2023-05-23 09:42:05 -07:00
snapshot_packager_service Refactors the Full/Incremental SnapshotHash types (#31186) 2023-04-13 18:01:27 -04:00
accounts_hash_verifier.rs Handle errors when sending a snapshot package during shutdown (#31873) 2023-05-30 16:06:10 -04:00
admin_rpc_post_init.rs Admin RPC Service: move post-init activation to before wait-for-supermajority (#30544) 2023-03-01 19:38:11 -07:00
ancestor_hashes_service.rs Correct misleading comments for repair test (#31844) 2023-05-31 13:23:23 -07:00
banking_stage.rs Banking worker (#30970) 2023-05-25 10:16:04 -07:00
banking_trace.rs Add fully-reproducible online tracer for banking (#29196) 2023-01-25 21:54:38 +09:00
broadcast_stage.rs Remove redundant clones (#31685) 2023-05-23 09:42:05 -07:00
cache_block_meta_service.rs Remove unneeded `clippy::new_ret_no_self` allows (#31035) 2023-04-03 20:35:20 -06:00
cluster_info_vote_listener.rs Track max_complete_rewards_slot for use in rpc, bigtable (#30698) 2023-03-14 12:08:48 -06:00
cluster_nodes.rs adds quic tvu port to contact-info (#31614) 2023-05-15 15:13:21 +00:00
cluster_slot_state_verifier.rs Add ancestor hashes to state machine (#31627) 2023-05-13 02:05:44 -07:00
cluster_slots.rs removes pubkey from LegacyContactInfo public interface (#31375) 2023-04-28 12:05:15 +00:00
cluster_slots_service.rs asserts that cluster-info keypair is consistent with contact-info id (#29818) 2023-01-24 16:57:55 +00:00
commitment_service.rs refactor: highest_cluster_confirmed_root -> highest_super_majority_root (#31619) 2023-05-14 00:42:03 -07:00
completed_data_sets_service.rs doc: ledger: Document `completed_data_sets_service` module (#30001) 2023-02-07 21:20:09 -08:00
consensus.rs Add new vote state version that replaces Lockout with LandedVote to a… (#30831) 2023-04-18 20:27:38 -07:00
cost_update_service.rs Remove unneeded `clippy::new_ret_no_self` allows (#31035) 2023-04-03 20:35:20 -06:00
drop_bank_service.rs
duplicate_repair_status.rs disambiguate the matches then mismatches case for ancestor samples (#31617) 2023-05-13 11:12:21 -07:00
fetch_stage.rs Remove unneeded `clippy::new_ret_no_self` allows (#31035) 2023-04-03 20:35:20 -06:00
fork_choice.rs
forward_packet_batches_by_accounts.rs Refactor: remove test only public function, update tests (#31518) 2023-05-05 17:22:09 -05:00
gen_keys.rs
heaviest_subtree_fork_choice.rs Add ancestor hashes to state machine (#31627) 2023-05-13 02:05:44 -07:00
immutable_deserialized_packet.rs Refactor pass feature status to deserialized packet via packet meta (#31549) 2023-05-11 09:31:05 -05:00
latest_unprocessed_votes.rs Refactor remove unnecessary parameter (#31520) 2023-05-07 10:56:24 -05:00
latest_validator_votes_for_frozen_banks.rs
leader_slot_banking_stage_metrics.rs remove unnecessary-struct-initialization (#31486) 2023-05-04 17:48:33 -05:00
leader_slot_banking_stage_timing_metrics.rs BankingStage Refactor: transaction recorder record transactions (#30106) 2023-02-09 08:34:02 -08:00
ledger_cleanup_service.rs Reduce the amount of IO that LedgerCleanupService performs (#29239) 2023-01-23 04:39:47 -06:00
ledger_metric_report_service.rs
lib.rs Add new vote state version that replaces Lockout with LandedVote to a… (#30831) 2023-04-18 20:27:38 -07:00
multi_iterator_scanner.rs derive Debug for multi_iterator_scanner::ProcessingDecision (#31312) 2023-04-26 08:53:31 -07:00
next_leader.rs removes hard-coded QUIC_PORT_OFFSET from connection-cache (#31541) 2023-05-09 13:46:17 +00:00
optimistic_confirmation_verifier.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
outstanding_requests.rs
packet_deserializer.rs Comment Fix: provides working bank (#31683) 2023-05-16 15:33:41 -07:00
packet_threshold.rs
poh_timing_report_service.rs
poh_timing_reporter.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
progress_map.rs Add stake breakdown to metrics for HeaviestForkFailures (#31067) 2023-04-05 20:35:12 -06:00
qos_service.rs Remove unused debug (#31618) 2023-05-15 09:38:32 -07:00
read_write_account_set.rs Feature/multi-iterator-scanner-read-locks (#28862) 2022-11-28 11:23:04 -06:00
repair_generic_traversal.rs cleanup get_closeset_completion (#30516) 2023-02-27 16:56:40 -08:00
repair_response.rs Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
repair_service.rs Add ancestor hashes to state machine (#31627) 2023-05-13 02:05:44 -07:00
repair_weight.rs Add ancestor hashes to state machine (#31627) 2023-05-13 02:05:44 -07:00
repair_weighted_traversal.rs Remove ignored slots from repair (#30438) 2023-02-22 12:15:17 -08:00
replay_stage.rs set_bank takes owned Arc<Bank> (#31717) 2023-05-23 09:41:27 -07:00
request_response.rs
result.rs makes sockets in LegacyContactInfo private (#31248) 2023-04-21 15:39:16 +00:00
retransmit_stage.rs increases retransmit-stage deduper capacity and reset-cycle (#30758) 2023-03-20 20:32:23 +00:00
rewards_recorder_service.rs Remove unneeded `clippy::new_ret_no_self` allows (#31035) 2023-04-03 20:35:20 -06:00
sample_performance_service.rs Remove unneeded `clippy::new_ret_no_self` allows (#31035) 2023-04-03 20:35:20 -06:00
serve_repair.rs Remove redundant counter from ServeRepair (#31713) 2023-05-18 16:05:58 -05:00
serve_repair_service.rs uses Duration type instead of untyped ..._ms: u64 (#30971) 2023-03-31 15:42:49 +00:00
shred_fetch_stage.rs check for prior discard in shred_fetch_stage (#31293) 2023-04-21 11:43:10 -07:00
sigverify.rs Add fully-reproducible online tracer for banking (#29196) 2023-01-25 21:54:38 +09:00
sigverify_shreds.rs moves shreds deduper to shred-sigverify stage (#30786) 2023-03-22 13:19:16 +00:00
sigverify_stage.rs Rework tx sig verify batching (#31355) 2023-04-28 09:21:12 -07:00
snapshot_packager_service.rs Do not purge bank snapshots in AccountsBackgroundService (#31647) 2023-05-15 13:53:48 -04:00
staked_nodes_updater_service.rs reworks streamer::StakedNodes (#31082) 2023-04-10 17:07:40 +00:00
stats_reporter_service.rs
system_monitor_service.rs Reduce cpuid reporting frequency to once an hour (#29849) 2023-01-24 09:27:43 -06:00
tower1_7_14.rs Add new vote state version that replaces Lockout with LandedVote to a… (#30831) 2023-04-18 20:27:38 -07:00
tower1_14_11.rs Add new vote state version that replaces Lockout with LandedVote to a… (#30831) 2023-04-18 20:27:38 -07:00
tower_storage.rs clippy: Removes redundant async blocks (#31526) 2023-05-09 09:35:38 -04:00
tpu.rs separates out quic streamer connection stats from different servers (#31797) 2023-05-25 16:54:24 +00:00
tracer_packet_stats.rs
tree_diff.rs Add dump_node to update stake for heaviest subtrees (#28827) 2022-11-30 09:26:13 -08:00
tvu.rs separates out connection-cache metrics for different protocols (#31803) 2023-05-25 14:48:22 +00:00
unfrozen_gossip_verified_vote_hashes.rs
unprocessed_packet_batches.rs refactor: move test and bench only code from main code to where they are needed (#31550) 2023-05-09 16:39:23 -05:00
unprocessed_transaction_storage.rs Condense banking_stage counters into existing datapoint (#31564) 2023-05-10 15:44:42 -05:00
validator.rs Replace improper &Arc<...> with Arc<...> in Bank and Accounts (#31892) 2023-05-31 12:36:44 -05:00
verified_vote_packets.rs Relax gossip to banking stage filtering to allow refreshed votes (#31879) 2023-05-31 23:50:36 +00:00
vote_simulator.rs vote: encapsulate `Lockout` (#29753) 2023-01-18 19:28:28 -07:00
vote_stake_tracker.rs
voting_service.rs removes feature gate code sending votes to tpu-vote-port (#31529) 2023-05-08 18:12:35 +00:00
warm_quic_cache_service.rs specifies protocol in contact-info get-socket api (#31602) 2023-05-12 16:16:20 +00:00
window_service.rs Add ancestor hashes to state machine (#31627) 2023-05-13 02:05:44 -07:00