.. |
banking_stage
|
v2.0: Store epoch in MaxAge (backport of #3485) (#3501)
|
2024-11-07 09:01:18 -06:00 |
cluster_slots_service
|
v2.0: patches bug causing false duplicate nodes error (backport of #2666) (#2681)
|
2024-08-23 20:18:47 +00:00 |
consensus
|
consensus: make shallow threshold checks log only (#1506)
|
2024-05-30 13:14:47 -04:00 |
repair
|
Make solana-frozen-abi optional in all remaining crates (#1278)
|
2024-05-17 14:42:58 +02:00 |
snapshot_packager_service
|
Stops pushing legacy snapshot hashes to crds (#33576)
|
2023-10-07 14:29:42 -04:00 |
accounts_hash_verifier.rs
|
Moves bank snapshot serialization to SnapshotPackagerService (#1508)
|
2024-05-29 09:59:40 -04:00 |
admin_rpc_post_init.rs
|
Sample peers if input peer missing for repair shred (#34818)
|
2024-01-18 18:33:38 -08:00 |
banking_stage.rs
|
v2.0: banking_stage: do not insert legacy vote ixs, refactor & unstaked (backport of #2888) (#2901)
|
2024-09-30 19:31:55 -04:00 |
banking_trace.rs
|
Make solana-frozen-abi optional in all remaining crates (#1278)
|
2024-05-17 14:42:58 +02:00 |
cache_block_meta_service.rs
|
Demote Arc<Bank> parameter to &Bank (#33130)
|
2023-09-05 21:04:39 +02:00 |
cluster_info_vote_listener.rs
|
Vote: hoist vote sender types up to runtime (#1623)
|
2024-06-06 10:59:48 -05:00 |
cluster_slots_service.rs
|
…
|
|
commitment_service.rs
|
v2.0: Use node's latest vote for commitment calc. too (backport of #1964) (#1994)
|
2024-07-04 00:33:22 -06:00 |
completed_data_sets_service.rs
|
Disable CompletedDataSetsService when unused (#1363)
|
2024-05-16 10:49:04 -05:00 |
consensus.rs
|
v2.0: replay: do not refresh votes for hot spare validators (backport of #2770) (#2779)
|
2024-08-29 18:38:47 -04:00 |
cost_update_service.rs
|
Make CostTracker aware of inflight transactions (#437)
|
2024-03-29 07:34:12 -05:00 |
drop_bank_service.rs
|
Fix scheduler deadlock by waiting at DropBankSrvc (#947)
|
2024-04-25 09:07:39 +09:00 |
fetch_stage.rs
|
BankingStage Forwarding Filter (#685)
|
2024-04-09 23:12:26 +00:00 |
gen_keys.rs
|
Bump rand to 0.8, rand_chacha to 0.3, getrandom to 0.2 (#32871)
|
2023-08-21 19:11:21 +02:00 |
lib.rs
|
Make solana-frozen-abi optional in all remaining crates (#1278)
|
2024-05-17 14:42:58 +02:00 |
next_leader.rs
|
v2.0: fix: send votes to the immediate next leader (backport of #2607) (#2621)
|
2024-08-21 07:28:13 +08:00 |
optimistic_confirmation_verifier.rs
|
preliminaries for bumping nightly to 2023-08-25 (#33047)
|
2023-08-29 23:05:35 +00:00 |
poh_timing_report_service.rs
|
…
|
|
poh_timing_reporter.rs
|
preliminaries for bumping nightly to 2023-08-25 (#33047)
|
2023-08-29 23:05:35 +00:00 |
replay_stage.rs
|
v2.0: replay: do not refresh votes for hot spare validators (backport of #2770) (#2779)
|
2024-08-29 18:38:47 -04:00 |
result.rs
|
…
|
|
rewards_recorder_service.rs
|
Add num_partitions to Blockstore rewards (#1601)
|
2024-06-17 16:42:33 -06:00 |
sample_performance_service.rs
|
Rename SamplePerformanceService thread for consistency (#35332)
|
2024-02-28 13:47:27 -06:00 |
shred_fetch_stage.rs
|
enables chained Merkle shreds for ClusterType::Development (#54)
|
2024-04-16 18:14:39 +00:00 |
sigverify.rs
|
Make solana-frozen-abi optional in all remaining crates (#1278)
|
2024-05-17 14:42:58 +02:00 |
sigverify_stage.rs
|
Skip reporting TPU sigverify stats if no packets received (#1154)
|
2024-05-06 11:59:23 -05:00 |
snapshot_packager_service.rs
|
Moves bank snapshot serialization to SnapshotPackagerService (#1508)
|
2024-05-29 09:59:40 -04:00 |
staked_nodes_updater_service.rs
|
…
|
|
stats_reporter_service.rs
|
…
|
|
system_monitor_service.rs
|
Fix mac build (#34264)
|
2023-11-29 04:07:13 +00:00 |
tpu.rs
|
v2.0: scheduler opt-in forwarding (backport of #1801) (#2285)
|
2024-09-12 10:43:21 -05:00 |
tpu_entry_notifier.rs
|
Geyser: add starting entry to ReplicaEntryInfo(V2) (#33963)
|
2023-11-14 09:49:26 -07:00 |
tracer_packet_stats.rs
|
Make thread id a tag instead of field in BankingStage metrics (#644)
|
2024-04-08 13:15:52 -05:00 |
tvu.rs
|
v2.0: gossip: do not allow duplicate proofs for incorrect shred versions (backport of #1931) (#1941)
|
2024-07-02 09:28:21 -04:00 |
unfrozen_gossip_verified_vote_hashes.rs
|
…
|
|
validator.rs
|
v2.0: scheduler opt-in forwarding (backport of #1801) (#2285)
|
2024-09-12 10:43:21 -05:00 |
verified_vote_packets.rs
|
vote: update benches and tests to TowerSync (#725)
|
2024-04-11 22:15:02 -07:00 |
vote_simulator.rs
|
consensus: refactor stray last vote logic in switch threshold check (#1599)
|
2024-06-04 22:05:12 -04:00 |
voting_service.rs
|
v2.0: fix: send votes to the immediate next leader (backport of #2607) (#2621)
|
2024-08-21 07:28:13 +08:00 |
warm_quic_cache_service.rs
|
v2.0: Remove deprecated symbols from solana-client (mostly re-exports) (backport of #1992) (#2041)
|
2024-07-08 18:13:15 -06:00 |
window_service.rs
|
Disable CompletedDataSetsService when unused (#1363)
|
2024-05-16 10:49:04 -05:00 |