solana/core/src
behzad nouri 73a7741c49 uses std::net::IpAddr type for Packet.Meta.addr 2022-01-04 13:53:40 +00:00
..
broadcast_stage tracks erasure coding shreds' indices explicitly (#21822) 2021-12-19 22:37:55 +00:00
accounts_hash_verifier.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
ancestor_hashes_service.rs Fix subtraction overflow (#21871) 2021-12-14 14:24:22 -05:00
banking_stage.rs Revert "Count compute units even when transaction errors (#22059)" (#22174) 2021-12-30 02:42:32 -05:00
broadcast_stage.rs tracks erasure coding shreds' indices explicitly (#21822) 2021-12-19 22:37:55 +00:00
cache_block_meta_service.rs Add block height to ConfirmedBlock structs (#17523) 2021-05-26 22:16:16 -06:00
cluster_info_vote_listener.rs removes epoch_authorized_voters from VoteTracker (#22192) 2022-01-03 21:07:47 +00: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 Don't forward packets received from TPU forwards port (#22078) 2021-12-29 19:34:31 +01:00
completed_data_sets_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
consensus.rs uses enum instead of trait for VoteTransaction (#22019) 2021-12-22 14:25:46 +00:00
cost_update_service.rs Fix bug, add error specific timings (#22225) 2022-01-03 16:33:54 -05:00
drop_bank_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -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 Don't forward packets received from TPU forwards port (#22078) 2021-12-29 19:34:31 +01: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 removes Select in favor of recv_timeout/try_iter (#21981) 2021-12-18 17:39:07 +00:00
lib.rs Refactor packet deduplication and harden bench test (#22080) 2021-12-22 23:05:10 -06: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_deduper.rs Refactor packet deduplication and harden bench test (#22080) 2021-12-22 23:05:10 -06:00
packet_hasher.rs sends shreds (instead of packets) to retransmit stage 2021-08-17 13:44:10 +00:00
progress_map.rs retransmit consecutive leader blocks (#22157) 2022-01-04 00:24:16 -08:00
qos_service.rs Revert "Count compute units even when transaction errors (#22059)" (#22174) 2021-12-30 02:42:32 -05: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 Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08: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 Lower vote-only-mode to 400 (#22210) 2022-01-04 12:49:14 +01:00
request_response.rs Add non-default repair nonce values (#16512) 2021-04-20 09:37:33 -07:00
result.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
retransmit_stage.rs Ensure AncestorHashesSerice selects an open port (#21919) 2021-12-18 00:44:01 -05: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 streamer send destination metrics for repair, gossip (#21564) 2021-12-17 15:21:05 -08:00
shred_fetch_stage.rs Don't forward packets received from TPU forwards port (#22078) 2021-12-29 19:34:31 +01:00
sigverify.rs Rename Packets to PacketBatch (#21794) 2021-12-11 09:44:15 -05:00
sigverify_shreds.rs Rename Packets to PacketBatch (#21794) 2021-12-11 09:44:15 -05:00
sigverify_stage.rs uses std::net::IpAddr type for Packet.Meta.addr 2022-01-04 13:53:40 +00: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 streamer send destination metrics for repair, gossip (#21564) 2021-12-17 15:21:05 -08:00
system_monitor_service.rs new net-stats require a new table (#21996) 2021-12-18 00:13:16 -08:00
tower_storage.rs Add EtcdTowerStorage 2021-08-14 09:46:36 -07:00
tpu.rs checks for authorized voter early on in the vote-listener pipeline (#22169) 2021-12-30 15:03:14 +00:00
tree_diff.rs Allow fork choice to support multiple versions of a slot (#16266) 2021-04-12 01:00:59 -07:00
tvu.rs Add struct BlockstoreOptions (#22121) 2022-01-03 18:30:45 -10: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 Add struct BlockstoreOptions (#22121) 2022-01-03 18:30:45 -10:00
verified_vote_packets.rs uses enum instead of trait for VoteTransaction (#22019) 2021-12-22 14:25:46 +00:00
vote_simulator.rs Don't forward packets received from TPU forwards port (#22078) 2021-12-29 19:34:31 +01:00
vote_stake_tracker.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
voting_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
window_service.rs tracks erasure coding shreds' indices explicitly (#21822) 2021-12-19 22:37:55 +00:00