solana/core/src
behzad nouri cf31afdd6a
makes CrdsGossip thread-safe (#18615)
2021-07-14 22:27:17 +00:00
..
broadcast_stage Move entry/poh to own crate to speed up poh bench build (#18225) 2021-07-14 14:16:29 +02:00
accounts_hash_verifier.rs Move SnapshotConfig into its own module (#18331) 2021-07-01 08:55:26 -05:00
banking_stage.rs Move entry/poh to own crate to speed up poh bench build (#18225) 2021-07-14 14:16:29 +02:00
broadcast_stage.rs Move entry/poh to own crate to speed up poh bench build (#18225) 2021-07-14 14:16:29 +02: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 Drop Error suffix from enum values to avoid the enum_variant_names clippy lint 2021-06-18 23:02:13 +00:00
cluster_nodes.rs makes CrdsGossip thread-safe (#18615) 2021-07-14 22:27:17 +00:00
cluster_slot_state_verifier.rs Introduce slot dumping to ReplayStage (#18160) 2021-07-08 19:07:32 -07:00
cluster_slots.rs persists repair-peers cache across repair service loops (#18400) 2021-07-07 14:12:09 +00:00
cluster_slots_service.rs makes CrdsGossip thread-safe (#18615) 2021-07-14 22:27:17 +00:00
commitment_service.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
completed_data_sets_service.rs Move entry/poh to own crate to speed up poh bench build (#18225) 2021-07-14 14:16:29 +02:00
consensus.rs `solana-validator set-identity` now works for voting validators 2021-07-14 09:42:35 -07:00
cost_model.rs Explicitly sanitize program id indexes before usage 2021-07-13 17:29:22 -05:00
cost_tracker.rs Explicitly sanitize program id indexes before usage 2021-07-13 17:29:22 -05:00
cost_update_service.rs cost model nits (#18528) 2021-07-09 12:55:31 -07:00
execute_cost_table.rs cost model nits (#18528) 2021-07-09 12:55:31 -07:00
fetch_stage.rs Drop Error suffix from enum values to avoid the enum_variant_names clippy lint 2021-06-18 23:02:13 +00:00
fork_choice.rs Introduce slot dumping to ReplayStage (#18160) 2021-07-08 19:07:32 -07:00
gen_keys.rs
heaviest_subtree_fork_choice.rs Introduce slot dumping to ReplayStage (#18160) 2021-07-08 19:07:32 -07:00
latest_validator_votes_for_frozen_banks.rs Introduce slot dumping to ReplayStage (#18160) 2021-07-08 19:07:32 -07:00
ledger_cleanup_service.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
lib.rs Introduce slot dumping to ReplayStage (#18160) 2021-07-08 19:07:32 -07:00
optimistic_confirmation_verifier.rs Introduce slot dumping to ReplayStage (#18160) 2021-07-08 19:07:32 -07:00
outstanding_requests.rs Add non-default repair nonce values (#16512) 2021-04-20 09:37:33 -07:00
packet_hasher.rs
progress_map.rs cost model nits (#18528) 2021-07-09 12:55:31 -07:00
repair_response.rs
repair_service.rs persists repair-peers cache across repair service loops (#18400) 2021-07-07 14:12:09 +00:00
repair_weight.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
repair_weighted_traversal.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
replay_stage.rs `solana-validator set-identity` now works for voting validators 2021-07-14 09:42:35 -07:00
request_response.rs Add non-default repair nonce values (#16512) 2021-04-20 09:37:33 -07:00
result.rs Drop Error suffix from enum values to avoid the enum_variant_names clippy lint 2021-06-18 23:02:13 +00:00
retransmit_stage.rs encapsulates turbine peers computations of broadcast & retransmit stages (#18238) 2021-07-07 00:35:25 +00:00
rewards_recorder_service.rs Record vote account commission with voting/staking rewards and surface in RPC 2021-07-12 15:09:44 -07:00
sample_performance_service.rs
serve_repair.rs persists repair-peers cache across repair service loops (#18400) 2021-07-07 14:12:09 +00:00
serve_repair_service.rs serve_repair: Remove internal ContactInfo field duplication 2021-06-21 17:23:49 -07:00
shred_fetch_stage.rs chore: cargo +nightly clippy --fix -Z unstable-options 2021-06-18 10:42:46 -07:00
sigverify.rs
sigverify_shreds.rs Upgrade Rust to 1.52.0 (#17096) 2021-05-19 09:31:47 -05:00
sigverify_stage.rs Drop Error suffix from enum values to avoid the enum_variant_names clippy lint 2021-06-18 23:02:13 +00:00
snapshot_packager_service.rs Add SnapshotArchiveInfo and refactor functions in snapshot_utils (#18232) 2021-07-01 12:20:56 -05:00
test_validator.rs Add ability to change the validator identity at runtime 2021-07-01 17:50:04 -07:00
tpu.rs generate deterministic seeds for shreds (#17950) 2021-07-07 08:21:12 -07:00
tree_diff.rs
tvu.rs Tower cleanup: reduce fn visibility, remove unnecessary new_with_key() 2021-07-14 09:42:35 -07:00
unfrozen_gossip_verified_vote_hashes.rs Introduce slot dumping to ReplayStage (#18160) 2021-07-08 19:07:32 -07:00
validator.rs Move entry/poh to own crate to speed up poh bench build (#18225) 2021-07-14 14:16:29 +02:00
verified_vote_packets.rs Drop Error suffix from enum values to avoid the enum_variant_names clippy lint 2021-06-18 23:02:13 +00:00
vote_simulator.rs Introduce slot dumping to ReplayStage (#18160) 2021-07-08 19:07:32 -07:00
vote_stake_tracker.rs
window_service.rs Move entry/poh to own crate to speed up poh bench build (#18225) 2021-07-14 14:16:29 +02:00