solana/core/src
Ashwin Sekar 8135cf35bf
Only dump duplicate descendants in dump & repair (#31559)
2023-06-21 11:28:42 -07:00
..
banking_stage rename MAX_NUM_TRANSACTIONS_PER_BATCH (#32023) 2023-06-09 15:05:28 -07:00
broadcast_stage removes outdated tvu_forward socket (#32101) 2023-06-20 20:50:16 +00: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 Move BankingStage impl modules into banking_stage directory (#31864) 2023-06-07 13:54:05 -05:00
banking_trace.rs Add fully-reproducible online tracer for banking (#29196) 2023-01-25 21:54:38 +09:00
broadcast_stage.rs adds code-path broadcasting shreds using QUIC (#31610) 2023-06-12 22:58:27 +00:00
cache_block_meta_service.rs Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
cluster_info_vote_listener.rs bank_send_loop: Reduce feature flag polling frequency 2023-06-13 15:51:50 -06:00
cluster_nodes.rs removes feature gate code dropping redundant turbine path (#32075) 2023-06-16 19:53:05 +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 Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
completed_data_sets_service.rs Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
consensus.rs Add metrics for invalid vote timestamps (#32206) 2023-06-20 17:29:13 +00: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 Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
fork_choice.rs
gen_keys.rs
heaviest_subtree_fork_choice.rs Add ancestor hashes to state machine (#31627) 2023-05-13 02:05:44 -07:00
latest_validator_votes_for_frozen_banks.rs
ledger_cleanup_service.rs Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
ledger_metric_report_service.rs Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
lib.rs Move BankingStage impl modules into banking_stage directory (#31864) 2023-06-07 13:54:05 -05: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 enforces that LAST_SHRED_IN_SLOT is also DATA_COMPLETE_SHRED (#24892) 2022-05-02 23:33:53 +00:00
packet_threshold.rs
poh_timing_report_service.rs Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
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
repair_generic_traversal.rs Fix typo in repair_generic_traversal.rs (#32016) 2023-06-07 15:42:48 -07:00
repair_response.rs Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
repair_service.rs rationalize repair type min/max metrics (#31805) 2023-06-13 13:34:31 -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 Only dump duplicate descendants in dump & repair (#31559) 2023-06-21 11:28:42 -07:00
request_response.rs
result.rs adds code-path broadcasting shreds using QUIC (#31610) 2023-06-12 22:58:27 +00:00
retransmit_stage.rs removes feature gate code dropping redundant turbine path (#32075) 2023-06-16 19:53:05 +00:00
rewards_recorder_service.rs Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
sample_performance_service.rs Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
serve_repair.rs removes outdated tvu_forward socket (#32101) 2023-06-20 20:50:16 +00: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 removes outdated tvu_forward socket (#32101) 2023-06-20 20:50:16 +00: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 Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
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 adds code-path broadcasting shreds using QUIC (#31610) 2023-06-12 22:58:27 +00:00
tpu_entry_notifier.rs Send messages to EntryNotifierService in Tpu, simpler (#31962) 2023-06-06 00:19:17 +00:00
tracer_packet_stats.rs tracer-packet-stats reporting should not reset id (#27012) 2022-08-09 06:38:08 -07:00
tree_diff.rs
tvu.rs removes outdated tvu_forward socket (#32101) 2023-06-20 20:50:16 +00:00
unfrozen_gossip_verified_vote_hashes.rs
validator.rs Restrict access to Bank's HardForks (#32180) 2023-06-20 23:44:43 -05:00
verified_vote_packets.rs bank_send_loop: Reduce feature flag polling frequency 2023-06-13 15:51:50 -06:00
vote_simulator.rs vote: encapsulate `Lockout` (#29753) 2023-01-18 19:28:28 -07:00
vote_stake_tracker.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
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