solana/core/src
Alexander Meißner ee2c2ef6c7
Cleanup - require_static_program_ids_in_transaction (#31767)
require_static_program_ids_in_transaction
2023-06-07 17:12:41 +02:00
..
banking_stage Cleanup - require_static_program_ids_in_transaction (#31767) 2023-06-07 17:12:41 +02: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 Banking worker (#30970) 2023-05-25 10:16:04 -07: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
forward_packet_batches_by_accounts.rs Refactor: remove test only public function, update tests (#31518) 2023-05-05 17:22:09 -05:00
gen_keys.rs
heaviest_subtree_fork_choice.rs Add ancestor hashes to state machine (#31627) 2023-05-13 02:05:44 -07:00
immutable_deserialized_packet.rs Refactor pass feature status to deserialized packet via packet meta (#31549) 2023-05-11 09:31:05 -05:00
latest_unprocessed_votes.rs Use timestamp to tiebreak votes in banking_stage (#31925) 2023-06-05 09:28:00 -07:00
latest_validator_votes_for_frozen_banks.rs
leader_slot_banking_stage_metrics.rs remove unnecessary-struct-initialization (#31486) 2023-05-04 17:48:33 -05:00
leader_slot_banking_stage_timing_metrics.rs BankingStage Refactor: transaction recorder record transactions (#30106) 2023-02-09 08:34:02 -08:00
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 Send messages to EntryNotifierService in Tpu, simpler (#31962) 2023-06-06 00:19:17 +00:00
multi_iterator_scanner.rs derive Debug for multi_iterator_scanner::ProcessingDecision (#31312) 2023-04-26 08:53:31 -07: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 patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
outstanding_requests.rs
packet_deserializer.rs Comment Fix: provides working bank (#31683) 2023-05-16 15:33:41 -07:00
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 patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00
progress_map.rs Add stake breakdown to metrics for HeaviestForkFailures (#31067) 2023-04-05 20:35:12 -06:00
qos_service.rs Fix typo: process_and_record_tramsaction -> process_and_record_transaction (#31974) 2023-06-06 10:29:31 -07:00
read_write_account_set.rs Cleanup - require_static_program_ids_in_transaction (#31767) 2023-06-07 17:12:41 +02:00
repair_generic_traversal.rs cleanup get_closeset_completion (#30516) 2023-02-27 16:56:40 -08:00
repair_response.rs Use Ipv4Addr::{LOCALHOST, UNSPECIFIED} constants (#29813) 2023-01-23 16:49:51 -06:00
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
unprocessed_packet_batches.rs refactor: move test and bench only code from main code to where they are needed (#31550) 2023-05-09 16:39:23 -05:00
unprocessed_transaction_storage.rs Condense banking_stage counters into existing datapoint (#31564) 2023-05-10 15:44:42 -05:00
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: encapsulate `Lockout` (#29753) 2023-01-18 19:28:28 -07:00
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