solana/core/src
Ashwin Sekar e1576b5352
Don't attempt to refresh votes on non voting validators (#32315)
2023-06-30 17:53:06 -07:00
..
banking_stage Ensure that uncommitted transactions are always removed from QoS (#32285) 2023-06-28 13:44:58 -07:00
cluster_slots_service refactor core to create cluster_slots_service module (#32119) 2023-06-26 08:54:49 -07:00
consensus Don't attempt to refresh votes on non voting validators (#32315) 2023-06-30 17:53:06 -07:00
snapshot_packager_service Refactors the Full/Incremental SnapshotHash types (#31186) 2023-04-13 18:01:27 -04:00
accounts_hash_verifier.rs Add constant for disabled snapshot interval (#32236) 2023-06-26 12:26:56 -05: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 unnecessary error conversions in core (#32257) 2023-06-26 10:31:55 -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
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 refactor core to create consensus module (#32282) 2023-06-27 17:25:08 -07:00
cluster_slot_state_verifier.rs refactor core to create consensus module (#32282) 2023-06-27 17:25:08 -07:00
cluster_slots_service.rs refactor core to create cluster_slots_service module (#32119) 2023-06-26 08:54:49 -07: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 Don't attempt to refresh votes on non voting validators (#32315) 2023-06-30 17:53:06 -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 Pass Arc<AtomicBool> by value, not by reference. (#31916) 2023-06-01 17:25:48 -07:00
gen_keys.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 refactor core to create consensus module (#32282) 2023-06-27 17:25:08 -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_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
repair_generic_traversal.rs refactor core to create consensus module (#32282) 2023-06-27 17:25:08 -07:00
repair_response.rs Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
repair_service.rs unnecessary error conversions in core (#32257) 2023-06-26 10:31:55 -07:00
repair_weight.rs refactor core to create consensus module (#32282) 2023-06-27 17:25:08 -07:00
repair_weighted_traversal.rs refactor core to create consensus module (#32282) 2023-06-27 17:25:08 -07:00
replay_stage.rs Don't attempt to refresh votes on non voting validators (#32315) 2023-06-30 17:53:06 -07:00
request_response.rs
result.rs moves turbine to a separate crate out of solana/core (#32226) 2023-06-22 16:22:11 +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 unnecessary error conversions in core (#32257) 2023-06-26 10:31:55 -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 moves turbine to a separate crate out of solana/core (#32226) 2023-06-22 16:22:11 +00:00
sigverify.rs Add fully-reproducible online tracer for banking (#29196) 2023-01-25 21:54:38 +09: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
tpu.rs moves turbine to a separate crate out of solana/core (#32226) 2023-06-22 16:22:11 +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
tvu.rs refactor core to create consensus module (#32282) 2023-06-27 17:25:08 -07:00
unfrozen_gossip_verified_vote_hashes.rs refactor core to create consensus module (#32282) 2023-06-27 17:25:08 -07:00
validator.rs Make Blockstore::scan_and_fix_roots() take optional start/stop slots (#32289) 2023-06-28 22:32:03 -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 refactor core to create consensus module (#32282) 2023-06-27 17:25:08 -07:00
voting_service.rs refactor core to create consensus module (#32282) 2023-06-27 17:25:08 -07: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