solana/core/src
Sagar Dhawan a95d37ea25
Fix repair slowness when most peers are unable to serve requests (#7287)
* Fix repair when most peers are incapable of serving requests

* Add a test for getting the lowest slot in blocktree

* Replace some more u64s with Slot
2019-12-05 11:25:13 -08:00
..
broadcast_stage Track a Bank's parent slot independently from parent bank (#7131) 2019-11-25 15:34:51 -08:00
archiver.rs Merge api/program into single units (#7061) 2019-11-20 16:32:19 -08:00
banking_stage.rs Use unbounded channel (#7081) 2019-11-21 14:23:40 -07:00
blockstream.rs Use Slot and Epoch type aliases instead of raw u64 (#6693) 2019-11-02 00:38:30 -07:00
blockstream_service.rs Add a version field to shreds (#7023) 2019-11-18 18:05:02 -08:00
broadcast_stage.rs Add a version field to shreds (#7023) 2019-11-18 18:05:02 -08:00
chacha.rs Add a version field to shreds (#7023) 2019-11-18 18:05:02 -08:00
chacha_cuda.rs Add a version field to shreds (#7023) 2019-11-18 18:05:02 -08:00
cluster_info.rs Fix repair slowness when most peers are unable to serve requests (#7287) 2019-12-05 11:25:13 -08:00
cluster_info_repair_listener.rs Fix repair slowness when most peers are unable to serve requests (#7287) 2019-12-05 11:25:13 -08:00
cluster_info_vote_listener.rs Merge native programs parts into one unit (#7047) 2019-11-20 10:12:43 -08:00
commitment.rs Merge native programs parts into one unit (#7047) 2019-11-20 10:12:43 -08:00
consensus.rs Use fork weight instead of individual bank weight for fork selection. (#7079) 2019-11-21 15:47:08 -08:00
contact_info.rs Fix incorrectly signed CrdsValues (#6696) 2019-11-03 10:07:51 -08:00
crds.rs Use epoch as the gossip purge timeout for staked nodes. (#7005) 2019-11-20 11:25:18 -08:00
crds_gossip.rs Use epoch as the gossip purge timeout for staked nodes. (#7005) 2019-11-20 11:25:18 -08:00
crds_gossip_error.rs
crds_gossip_pull.rs Use epoch as the gossip purge timeout for staked nodes. (#7005) 2019-11-20 11:25:18 -08:00
crds_gossip_push.rs Remove Blobs and switch to Packets (#6937) 2019-11-14 10:24:53 -08:00
crds_value.rs Fix repair slowness when most peers are unable to serve requests (#7287) 2019-12-05 11:25:13 -08:00
fetch_stage.rs Use epoch as the gossip purge timeout for staked nodes. (#7005) 2019-11-20 11:25:18 -08:00
gen_keys.rs unfork dalek ed25519 (#6776) 2019-11-07 17:08:10 -08:00
genesis_utils.rs Add solana-ledger crate (#6415) 2019-10-18 09:28:51 -07:00
gossip_service.rs |solana-gossip spy| no longer requires an entrypoint (#6999) 2019-11-16 14:16:28 -07:00
ledger_cleanup_service.rs Fix roots overrunning broadcast (#6884) 2019-11-14 00:32:07 -08:00
lib.rs Avoid jemalloc in windows build (#7089) 2019-11-21 18:39:29 -08:00
local_vote_signer_service.rs Delete Service trait (#6921) 2019-11-13 11:12:09 -07:00
packet.rs Refactor sigverify to stage for signing shreds on the GPU (#6635) 2019-11-06 10:52:30 -08:00
partition_cfg.rs Fix rules for fork selection (#6906) 2019-11-15 08:36:33 -08:00
poh_recorder.rs Use ticks_per_slot to calculate maximum grace ticks (#7024) 2019-11-19 17:55:42 -08:00
poh_service.rs Update to hashes_per_tick computation, and tick duration datapoint (#7127) 2019-12-02 18:02:11 -08:00
recvmmsg.rs Refactor sigverify to stage for signing shreds on the GPU (#6635) 2019-11-06 10:52:30 -08:00
repair_service.rs Fix repair slowness when most peers are unable to serve requests (#7287) 2019-12-05 11:25:13 -08:00
replay_stage.rs Add ReplayStageConfig (#7195) 2019-12-04 11:17:17 -07:00
result.rs Remove obsolete references to Blob (#6957) 2019-11-14 11:49:31 -08:00
retransmit_stage.rs Add a version field to shreds (#7023) 2019-11-18 18:05:02 -08:00
rpc.rs Add getBlockTime rpc api (#7130) 2019-11-26 00:40:36 -07:00
rpc_pubsub.rs RPC subscriptions for new slot notifications (#7114) 2019-11-26 03:42:54 -05:00
rpc_pubsub_service.rs Delete Service trait (#6921) 2019-11-13 11:12:09 -07:00
rpc_service.rs Delete Service trait (#6921) 2019-11-13 11:12:09 -07:00
rpc_subscriptions.rs Remove spammy log 2019-12-02 16:52:01 -07:00
sendmmsg.rs
shred_fetch_stage.rs Delete Service trait (#6921) 2019-11-13 11:12:09 -07:00
sigverify.rs Fix pinning (#6604) 2019-11-07 19:48:33 -08:00
sigverify_shreds.rs Add a version field to shreds (#7023) 2019-11-18 18:05:02 -08:00
sigverify_stage.rs Delete Service trait (#6921) 2019-11-13 11:12:09 -07:00
snapshot_packager_service.rs Create genesis.tar.bz2 in solana-genesis (#7039) 2019-11-21 10:57:27 -07:00
storage_stage.rs Merge api/program into single units (#7061) 2019-11-20 16:32:19 -08:00
streamer.rs Use epoch as the gossip purge timeout for staked nodes. (#7005) 2019-11-20 11:25:18 -08:00
thread_mem_usage.rs Avoid jemalloc in windows build (#7089) 2019-11-21 18:39:29 -08:00
tpu.rs Write transaction status and fee into persistent store (#7030) 2019-11-20 16:43:10 -07:00
transaction_status_service.rs Use unbounded channel (#7081) 2019-11-21 14:23:40 -07:00
tvu.rs Add ReplayStageConfig (#7195) 2019-12-04 11:17:17 -07:00
validator.rs Add ReplayStageConfig (#7195) 2019-12-04 11:17:17 -07:00
weighted_shuffle.rs Refactor Weighted Shuffle (#6614) 2019-10-29 21:02:11 -07:00
window_service.rs Add a version field to shreds (#7023) 2019-11-18 18:05:02 -08:00