solana/core/src
Andrew Fitzgerald 694099bbe3
Remove unused debug (#31618)
2023-05-15 09:38:32 -07:00
..
banking_stage Keep signal_receiver in scope (#31625) 2023-05-15 08:56:57 -07:00
broadcast_stage adds quic tvu port to contact-info (#31614) 2023-05-15 15:13:21 +00:00
snapshot_packager_service Refactors the Full/Incremental SnapshotHash types (#31186) 2023-04-13 18:01:27 -04:00
accounts_hash_verifier.rs Uses `_` instead of `-` for datapoint field names (#31648) 2023-05-15 12:02:43 -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 Add ancestor hashes to state machine (#31627) 2023-05-13 02:05:44 -07:00
banking_stage.rs Refactor pass feature status to deserialized packet via packet meta (#31549) 2023-05-11 09:31: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 quic tvu port to contact-info (#31614) 2023-05-15 15:13:21 +00: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
outstanding_requests.rs
packet_deserializer.rs Refactor pass feature status to deserialized packet via packet meta (#31549) 2023-05-11 09:31:05 -05:00
packet_threshold.rs
poh_timing_report_service.rs
poh_timing_reporter.rs
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
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 refactor: highest_cluster_confirmed_root -> highest_super_majority_root (#31619) 2023-05-14 00:42:03 -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 Add ancestor hashes to state machine (#31627) 2023-05-13 02:05:44 -07: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 Uses `_` instead of `-` for datapoint field names (#31648) 2023-05-15 12:02:43 -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 specifies protocol in contact-info get-socket api (#31602) 2023-05-12 16:16:20 +00:00
tracer_packet_stats.rs
tree_diff.rs
tvu.rs Add ancestor hashes to state machine (#31627) 2023-05-13 02:05:44 -07: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 refactor: highest_cluster_confirmed_root -> highest_super_majority_root (#31619) 2023-05-14 00:42:03 -07:00
verified_vote_packets.rs removes hash-map lookups when sorting vote-account keys (#30878) 2023-03-23 22:29:35 +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