solana/core/src
behzad nouri 7d56fa8363
sends packets in batches from sigverify-stage (#18446)
sigverify-stage is breaking batches to single-item vectors before
sending them down the channel:
https://github.com/solana-labs/solana/blob/d451363dc/core/src/sigverify_stage.rs#L88-L92

Also simplifying window-service code, reducing number of nested branches.
2021-07-22 14:49:21 +00:00
..
broadcast_stage sendmmsg cleanup #18589 2021-07-16 14:36:49 -07:00
accounts_hash_verifier.rs Move SnapshotConfig into its own module (#18331) 2021-07-01 08:55:26 -05:00
banking_stage.rs Move transaction sanitization earlier in the pipeline (#18655) 2021-07-15 22:51:27 -05:00
broadcast_stage.rs excludes private ip addresses 2021-07-16 20:05:48 -06: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 Add sampling logic and DuplicateSlotRepairStatus module (#18721) 2021-07-21 11:15:08 -07:00
cluster_slot_state_verifier.rs Add frozen hashes and marking DuplicateConfirmed in blockstore to state machine (#18648) 2021-07-18 17:04:25 -07:00
cluster_slots.rs Add sampling logic and DuplicateSlotRepairStatus module (#18721) 2021-07-21 11:15:08 -07:00
cluster_slots_service.rs implements generic lookups into gossip crds table (#18765) 2021-07-21 12:16:26 +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 loads the tower file for the new identity 2021-07-21 22:22:08 -07:00
cost_model.rs Move transaction sanitization earlier in the pipeline (#18655) 2021-07-15 22:51:27 -05:00
cost_tracker.rs Move transaction sanitization earlier in the pipeline (#18655) 2021-07-15 22:51:27 -05:00
cost_update_service.rs Accumulate consumed units (#18714) 2021-07-16 12:40:12 -07:00
duplicate_repair_status.rs Add sampling logic and DuplicateSlotRepairStatus module (#18721) 2021-07-21 11:15:08 -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 Add frozen hashes and marking DuplicateConfirmed in blockstore to state machine (#18648) 2021-07-18 17:04:25 -07:00
gen_keys.rs
heaviest_subtree_fork_choice.rs Add frozen hashes and marking DuplicateConfirmed in blockstore to state machine (#18648) 2021-07-18 17:04:25 -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 Add sampling logic and DuplicateSlotRepairStatus module (#18721) 2021-07-21 11:15:08 -07:00
optimistic_confirmation_verifier.rs Introduce slot dumping to ReplayStage (#18160) 2021-07-08 19:07:32 -07:00
outstanding_requests.rs Add AncestorHashesRepair type (#18681) 2021-07-15 19:29:53 -07:00
packet_hasher.rs
progress_map.rs cost model nits (#18528) 2021-07-09 12:55:31 -07:00
repair_response.rs Add AncestorHashesRepair type (#18681) 2021-07-15 19:29:53 -07:00
repair_service.rs Add sampling logic and DuplicateSlotRepairStatus module (#18721) 2021-07-21 11:15:08 -07:00
repair_weight.rs Add AncestorHashesRepair type (#18681) 2021-07-15 19:29:53 -07:00
repair_weighted_traversal.rs Add AncestorHashesRepair type (#18681) 2021-07-15 19:29:53 -07:00
replay_stage.rs `solana-validator set-identity` now loads the tower file for the new identity 2021-07-21 22:22:08 -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 Add sampling logic and DuplicateSlotRepairStatus module (#18721) 2021-07-21 11:15:08 -07: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 Revert "Add limit and shrink policy for recycler (#15320)" 2021-04-18 19:29:24 +00:00
sigverify_shreds.rs Upgrade Rust to 1.52.0 (#17096) 2021-05-19 09:31:47 -05:00
sigverify_stage.rs sends packets in batches from sigverify-stage (#18446) 2021-07-22 14:49:21 +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 Add voting service (#18552) 2021-07-15 16:35:51 +02: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 Add frozen hashes and marking DuplicateConfirmed in blockstore to state machine (#18648) 2021-07-18 17:04:25 -07:00
vote_stake_tracker.rs
voting_service.rs Add voting service (#18552) 2021-07-15 16:35:51 +02:00
window_service.rs sends packets in batches from sigverify-stage (#18446) 2021-07-22 14:49:21 +00:00