.. |
banking_stage
|
rename MAX_NUM_TRANSACTIONS_PER_BATCH (#32023)
|
2023-06-09 15:05:28 -07:00 |
broadcast_stage
|
rolls out merkle shreds to ~50% of testnet (#31950)
|
2023-06-06 17:36:06 +00:00 |
snapshot_packager_service
|
Refactors the Full/Incremental SnapshotHash types (#31186)
|
2023-04-13 18:01:27 -04:00 |
accounts_hash_verifier.rs
|
Handle errors when sending a snapshot package during shutdown (#31873)
|
2023-05-30 16:06:10 -04:00 |
admin_rpc_post_init.rs
|
Admin RPC Service: move post-init activation to before wait-for-supermajority (#30544)
|
2023-03-01 19:38:11 -07:00 |
ancestor_hashes_service.rs
|
Correct misleading comments for repair test (#31844)
|
2023-05-31 13:23:23 -07:00 |
banking_stage.rs
|
Move BankingStage impl modules into banking_stage directory (#31864)
|
2023-06-07 13:54:05 -05:00 |
banking_trace.rs
|
Add fully-reproducible online tracer for banking (#29196)
|
2023-01-25 21:54:38 +09:00 |
broadcast_stage.rs
|
Remove redundant clones (#31685)
|
2023-05-23 09:42:05 -07:00 |
cache_block_meta_service.rs
|
Pass Arc<AtomicBool> by value, not by reference. (#31916)
|
2023-06-01 17:25:48 -07:00 |
cluster_info_vote_listener.rs
|
Pass Arc<AtomicBool> by value, not by reference. (#31916)
|
2023-06-01 17:25:48 -07:00 |
cluster_nodes.rs
|
adds quic tvu port to contact-info (#31614)
|
2023-05-15 15:13:21 +00:00 |
cluster_slot_state_verifier.rs
|
Add ancestor hashes to state machine (#31627)
|
2023-05-13 02:05:44 -07:00 |
cluster_slots.rs
|
removes pubkey from LegacyContactInfo public interface (#31375)
|
2023-04-28 12:05:15 +00:00 |
cluster_slots_service.rs
|
asserts that cluster-info keypair is consistent with contact-info id (#29818)
|
2023-01-24 16:57:55 +00:00 |
commitment_service.rs
|
Pass Arc<AtomicBool> by value, not by reference. (#31916)
|
2023-06-01 17:25:48 -07:00 |
completed_data_sets_service.rs
|
Pass Arc<AtomicBool> by value, not by reference. (#31916)
|
2023-06-01 17:25:48 -07:00 |
consensus.rs
|
Add new vote state version that replaces Lockout with LandedVote to a… (#30831)
|
2023-04-18 20:27:38 -07:00 |
cost_update_service.rs
|
Remove unneeded `clippy::new_ret_no_self` allows (#31035)
|
2023-04-03 20:35:20 -06:00 |
drop_bank_service.rs
|
…
|
|
duplicate_repair_status.rs
|
disambiguate the matches then mismatches case for ancestor samples (#31617)
|
2023-05-13 11:12:21 -07:00 |
fetch_stage.rs
|
Pass Arc<AtomicBool> by value, not by reference. (#31916)
|
2023-06-01 17:25:48 -07:00 |
fork_choice.rs
|
…
|
|
gen_keys.rs
|
…
|
|
heaviest_subtree_fork_choice.rs
|
Add ancestor hashes to state machine (#31627)
|
2023-05-13 02:05:44 -07:00 |
latest_validator_votes_for_frozen_banks.rs
|
…
|
|
ledger_cleanup_service.rs
|
Pass Arc<AtomicBool> by value, not by reference. (#31916)
|
2023-06-01 17:25:48 -07:00 |
ledger_metric_report_service.rs
|
Pass Arc<AtomicBool> by value, not by reference. (#31916)
|
2023-06-01 17:25:48 -07:00 |
lib.rs
|
Move BankingStage impl modules into banking_stage directory (#31864)
|
2023-06-07 13:54:05 -05:00 |
next_leader.rs
|
removes hard-coded QUIC_PORT_OFFSET from connection-cache (#31541)
|
2023-05-09 13:46:17 +00:00 |
optimistic_confirmation_verifier.rs
|
…
|
|
outstanding_requests.rs
|
…
|
|
packet_threshold.rs
|
…
|
|
poh_timing_report_service.rs
|
Pass Arc<AtomicBool> by value, not by reference. (#31916)
|
2023-06-01 17:25:48 -07:00 |
poh_timing_reporter.rs
|
…
|
|
progress_map.rs
|
Add stake breakdown to metrics for HeaviestForkFailures (#31067)
|
2023-04-05 20:35:12 -06:00 |
repair_generic_traversal.rs
|
Fix typo in repair_generic_traversal.rs (#32016)
|
2023-06-07 15:42:48 -07:00 |
repair_response.rs
|
…
|
|
repair_service.rs
|
Add ancestor hashes to state machine (#31627)
|
2023-05-13 02:05:44 -07:00 |
repair_weight.rs
|
Add ancestor hashes to state machine (#31627)
|
2023-05-13 02:05:44 -07:00 |
repair_weighted_traversal.rs
|
Remove ignored slots from repair (#30438)
|
2023-02-22 12:15:17 -08:00 |
replay_stage.rs
|
Pass Arc<AtomicBool> by value, not by reference. (#31916)
|
2023-06-01 17:25:48 -07:00 |
request_response.rs
|
…
|
|
result.rs
|
makes sockets in LegacyContactInfo private (#31248)
|
2023-04-21 15:39:16 +00:00 |
retransmit_stage.rs
|
increases retransmit-stage deduper capacity and reset-cycle (#30758)
|
2023-03-20 20:32:23 +00:00 |
rewards_recorder_service.rs
|
Pass Arc<AtomicBool> by value, not by reference. (#31916)
|
2023-06-01 17:25:48 -07:00 |
sample_performance_service.rs
|
Pass Arc<AtomicBool> by value, not by reference. (#31916)
|
2023-06-01 17:25:48 -07:00 |
serve_repair.rs
|
Remove redundant counter from ServeRepair (#31713)
|
2023-05-18 16:05:58 -05:00 |
serve_repair_service.rs
|
uses Duration type instead of untyped ..._ms: u64 (#30971)
|
2023-03-31 15:42:49 +00:00 |
shred_fetch_stage.rs
|
Pass Arc<AtomicBool> by value, not by reference. (#31916)
|
2023-06-01 17:25:48 -07:00 |
sigverify.rs
|
Add fully-reproducible online tracer for banking (#29196)
|
2023-01-25 21:54:38 +09:00 |
sigverify_shreds.rs
|
moves shreds deduper to shred-sigverify stage (#30786)
|
2023-03-22 13:19:16 +00:00 |
sigverify_stage.rs
|
Rework tx sig verify batching (#31355)
|
2023-04-28 09:21:12 -07:00 |
snapshot_packager_service.rs
|
Do not purge bank snapshots in AccountsBackgroundService (#31647)
|
2023-05-15 13:53:48 -04:00 |
staked_nodes_updater_service.rs
|
reworks streamer::StakedNodes (#31082)
|
2023-04-10 17:07:40 +00:00 |
stats_reporter_service.rs
|
Pass Arc<AtomicBool> by value, not by reference. (#31916)
|
2023-06-01 17:25:48 -07:00 |
system_monitor_service.rs
|
Reduce cpuid reporting frequency to once an hour (#29849)
|
2023-01-24 09:27:43 -06:00 |
tower1_7_14.rs
|
Add new vote state version that replaces Lockout with LandedVote to a… (#30831)
|
2023-04-18 20:27:38 -07:00 |
tower1_14_11.rs
|
Add new vote state version that replaces Lockout with LandedVote to a… (#30831)
|
2023-04-18 20:27:38 -07:00 |
tower_storage.rs
|
clippy: Removes redundant async blocks (#31526)
|
2023-05-09 09:35:38 -04:00 |
tpu.rs
|
Send messages to EntryNotifierService in Tpu, simpler (#31962)
|
2023-06-06 00:19:17 +00:00 |
tpu_entry_notifier.rs
|
Send messages to EntryNotifierService in Tpu, simpler (#31962)
|
2023-06-06 00:19:17 +00:00 |
tracer_packet_stats.rs
|
…
|
|
tree_diff.rs
|
…
|
|
tvu.rs
|
Pass Arc<AtomicBool> by value, not by reference. (#31916)
|
2023-06-01 17:25:48 -07:00 |
unfrozen_gossip_verified_vote_hashes.rs
|
…
|
|
validator.rs
|
Pass Arc<AtomicBool> by value, not by reference. (#31916)
|
2023-06-01 17:25:48 -07:00 |
verified_vote_packets.rs
|
Relax gossip to banking stage filtering to allow refreshed votes (#31879)
|
2023-05-31 23:50:36 +00:00 |
vote_simulator.rs
|
…
|
|
vote_stake_tracker.rs
|
…
|
|
voting_service.rs
|
removes feature gate code sending votes to tpu-vote-port (#31529)
|
2023-05-08 18:12:35 +00:00 |
warm_quic_cache_service.rs
|
specifies protocol in contact-info get-socket api (#31602)
|
2023-05-12 16:16:20 +00:00 |
window_service.rs
|
Add ancestor hashes to state machine (#31627)
|
2023-05-13 02:05:44 -07:00 |