solana/core/src
Justin Starry 1240217a73
Refactor: Rename variables and helper method to `PohRecorder` (#22676)
* Refactor: Rename leader_first_tick_height field

* Refactor: add `PohRecorder::slot_for_tick_height` helper

* Refactor: Add type for poh leader status
2022-01-23 10:28:50 +08:00
..
broadcast_stage convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
accounts_hash_verifier.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
ancestor_hashes_service.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
banking_stage.rs Pacify clippy 2022-01-21 19:12:57 -08:00
broadcast_stage.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
cache_block_meta_service.rs
cluster_info_vote_listener.rs Refactor: move simple vote parsing to runtime (#22537) 2022-01-20 10:39:21 +08:00
cluster_nodes.rs adds metrics tracking crds writes and votes (#20953) 2021-10-26 13:02:30 +00:00
cluster_slot_state_verifier.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
cluster_slots.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
cluster_slots_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
commitment_service.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
completed_data_sets_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
consensus.rs Remove unused mut 2022-01-18 12:10:31 -08:00
cost_update_service.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
drop_bank_service.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
duplicate_repair_status.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
fetch_stage.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
fork_choice.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
gen_keys.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
heaviest_subtree_fork_choice.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
latest_validator_votes_for_frozen_banks.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
ledger_cleanup_service.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
lib.rs Optimize packet dedup (#22571) 2022-01-19 13:58:20 -08:00
optimistic_confirmation_verifier.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
outstanding_requests.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
packet_hasher.rs sends shreds (instead of packets) to retransmit stage 2021-08-17 13:44:10 +00:00
progress_map.rs downgrade individual per-program-timing to trace to reduce writes to influx 2022-01-12 18:52:13 -06:00
qos_service.rs Add estimated and actual block cost units metrics (#22326) 2022-01-14 23:44:18 +00:00
repair_generic_traversal.rs Avoid cloning Vec<Entry> when calling entries_to_test_shreds() (#22093) 2021-12-24 12:32:43 -08:00
repair_response.rs adds bitflags to Packet.Meta 2022-01-04 13:53:40 +00:00
repair_service.rs Ensure AncestorHashesSerice selects an open port (#21919) 2021-12-18 00:44:01 -05:00
repair_weight.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
repair_weighted_traversal.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
replay_stage.rs Refactor: Rename variables and helper method to `PohRecorder` (#22676) 2022-01-23 10:28:50 +08:00
request_response.rs
result.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
retransmit_stage.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
rewards_recorder_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
sample_performance_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
serve_repair.rs uses Option<Slot> for SlotMeta.parent_slot (#21808) 2021-12-14 18:57:11 +00:00
serve_repair_service.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
shred_fetch_stage.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
sigverify.rs Rename Packets to PacketBatch (#21794) 2021-12-11 09:44:15 -05:00
sigverify_shreds.rs adds bitflags to Packet.Meta 2022-01-04 13:53:40 +00:00
sigverify_stage.rs Dedup bloom filter is too slow (#22607) 2022-01-21 20:23:48 -07:00
snapshot_packager_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
stats_reporter_service.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
system_monitor_service.rs regularly report network limits (#22563) 2022-01-20 12:38:42 -08:00
tower_storage.rs Add EtcdTowerStorage 2021-08-14 09:46:36 -07:00
tpu.rs Optimize packet dedup (#22571) 2022-01-19 13:58:20 -08:00
tree_diff.rs
tvu.rs Add hidden cli option to allow validator reports replayed transaction cost metrics (#22369) 2022-01-15 00:31:21 +00:00
unfrozen_gossip_verified_vote_hashes.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
validator.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
verified_vote_packets.rs Refactor: move simple vote parsing to runtime (#22537) 2022-01-20 10:39:21 +08:00
vote_simulator.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
vote_stake_tracker.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
voting_service.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00
window_service.rs convert std::sync::mpsc to crossbeam_channel (#22264) 2022-01-11 02:44:46 -08:00