solana/core/src
Jeff Washington (jwash) 3280ae3e9f
add validator option --accounts-db-skip-shrink (#19028)
* add validator option --accounts-db-skip-shrink

* typo
2021-08-04 17:28:33 -05:00
..
broadcast_stage Write helper for multithread update (#18808) 2021-07-29 03:16:36 +02:00
accounts_hash_verifier.rs adds validator flag to allow private ip addresses (#18850) 2021-07-23 15:25:03 +00:00
ancestor_hashes_service.rs Actively manage dead slots in AncestorHashesService (#18912) 2021-08-02 14:33:28 -07:00
banking_stage.rs Write helper for multithread update (#18808) 2021-07-29 03:16:36 +02:00
broadcast_stage.rs allows sendmmsg api taking owned values (as well as references) (#18999) 2021-07-30 20:58:49 +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 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 adds validator flag to allow private ip addresses (#18850) 2021-07-23 15:25:03 +00:00
cluster_slot_state_verifier.rs Plumb signal from replay to ancestor hashes service (#18880) 2021-07-26 20:59:00 -07:00
cluster_slots.rs Add sampling logic and DuplicateSlotRepairStatus module (#18721) 2021-07-21 11:15:08 -07:00
cluster_slots_service.rs adds validator flag to allow private ip addresses (#18850) 2021-07-23 15:25:03 +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 Actively manage dead slots in AncestorHashesService (#18912) 2021-08-02 14:33:28 -07:00
cost_model.rs Cost model uses compute_unit to replace microsecond as cost unit (#18934) 2021-07-29 22:19:36 +00:00
cost_tracker.rs Move transaction sanitization earlier in the pipeline (#18655) 2021-07-15 22:51:27 -05:00
cost_update_service.rs Cost model uses compute_unit to replace microsecond as cost unit (#18934) 2021-07-29 22:19:36 +00:00
duplicate_repair_status.rs Actively manage dead slots in AncestorHashesService (#18912) 2021-08-02 14:33:28 -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 remove superfluous `collect()`s 2021-08-04 07:21:55 +00: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 AncestorHashesService (#18812) 2021-07-23 16:54:47 -07:00
optimistic_confirmation_verifier.rs Actively manage dead slots in AncestorHashesService (#18912) 2021-08-02 14:33:28 -07:00
outstanding_requests.rs Introduce AncestorHashesService (#18812) 2021-07-23 16:54:47 -07:00
packet_hasher.rs Partial shred deserialize cleanup and shred type differentiation (#14094) 2020-12-15 16:50:40 -08:00
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 allows sendmmsg api taking owned values (as well as references) (#18999) 2021-07-30 20:58:49 +00:00
repair_weight.rs drop outstanding_requests lock before sending repair requests (#18893) 2021-07-28 19:30:43 -07:00
repair_weighted_traversal.rs Add AncestorHashesRepair type (#18681) 2021-07-15 19:29:53 -07:00
replay_stage.rs Actively manage dead slots in AncestorHashesService (#18912) 2021-08-02 14:33:28 -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 Fix unstable retransmit-num_nodes (#18970) 2021-07-29 17:32:32 +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 obtains staked-nodes from the root-bank (#14257) 2020-12-27 13:28:05 +00:00
serve_repair.rs Actively manage dead slots in AncestorHashesService (#18912) 2021-08-02 14:33:28 -07:00
serve_repair_service.rs adds validator flag to allow private ip addresses (#18850) 2021-07-23 15:25:03 +00: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 incremental snapshot utils (#18504) 2021-07-22 14:40:37 -05:00
test_validator.rs Add incremental_snapshot_archive_interval_slots to SnapshotConfig (#19026) 2021-08-04 14:40:20 -05:00
tpu.rs generate deterministic seeds for shreds (#17950) 2021-07-07 08:21:12 -07: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 incremental_snapshot_archive_interval_slots to SnapshotConfig (#19026) 2021-08-04 14:40:20 -05:00
unfrozen_gossip_verified_vote_hashes.rs Introduce slot dumping to ReplayStage (#18160) 2021-07-08 19:07:32 -07:00
validator.rs add validator option --accounts-db-skip-shrink (#19028) 2021-08-04 17:28:33 -05: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 Bank::new_for_tests (#19062) 2021-08-04 15:06:57 -05:00
vote_stake_tracker.rs Setup ReplayStage confirmation scaffolding for duplicate slots (#9698) 2021-03-24 23:41:52 -07:00
voting_service.rs Add voting service (#18552) 2021-07-15 16:35:51 +02:00
window_service.rs drop outstanding_requests lock before sending repair requests (#18893) 2021-07-28 19:30:43 -07:00