solana/core/src
Rob Walker 52f6da5cee
upgrade rust to 1.37 (#5611)
2019-08-23 08:55:51 -07:00
..
blocktree Add range lookups for erasure set indexes (#5612) 2019-08-22 16:32:38 -07:00
broadcast_stage Fixes to repair and orphan logic for data shreds (#5587) 2019-08-21 15:27:42 -07:00
bank_forks.rs Add snapshotting integration test (#5519) 2019-08-21 23:59:11 -07:00
banking_stage.rs upgrade rust to 1.37 (#5611) 2019-08-23 08:55:51 -07:00
blob_fetch_stage.rs Integrate data shreds (#5541) 2019-08-20 17:16:06 -07:00
blockstream.rs ValidatorConfig path reform: use Path/PathBuf for paths (#5353) 2019-07-30 19:47:24 -07:00
blockstream_service.rs Integrate data shreds (#5541) 2019-08-20 17:16:06 -07:00
blocktree.rs Fix ignored tests in blocktree (#5591) 2019-08-21 20:07:51 -07:00
blocktree_processor.rs Integrate data shreds (#5541) 2019-08-20 17:16:06 -07:00
broadcast_stage.rs Integrate data shreds (#5541) 2019-08-20 17:16:06 -07:00
chacha.rs Integrate data shreds (#5541) 2019-08-20 17:16:06 -07:00
chacha_cuda.rs Move SLOTS_PER_SEGMENT to genesis (#4992) 2019-07-09 16:48:40 -07:00
cluster.rs Add snapshotting integration test (#5519) 2019-08-21 23:59:11 -07:00
cluster_info.rs Integrate data shreds (#5541) 2019-08-20 17:16:06 -07:00
cluster_info_repair_listener.rs Integrate data shreds (#5541) 2019-08-20 17:16:06 -07:00
cluster_info_vote_listener.rs more replay_stage grooming (#5163) 2019-07-18 14:54:27 -07:00
consensus.rs use stake config to defeat warmup in local_cluster (#5549) 2019-08-17 12:28:36 -07:00
contact_info.rs Integrate data shreds (#5541) 2019-08-20 17:16:06 -07:00
crds.rs
crds_gossip.rs Coalesce gossip pull requests and serve them in batches (#5501) 2019-08-15 17:04:45 -07:00
crds_gossip_error.rs Stake weighted pruning for the gossip network (#4769) 2019-06-26 00:30:16 -07:00
crds_gossip_pull.rs Cap CrdsFilter sizes such that PullRequest no longer exceeds MTU (#5561) 2019-08-19 18:14:10 -07:00
crds_gossip_push.rs Restore blob size fix (#5516) 2019-08-13 18:04:14 -07:00
crds_value.rs Integrate data shreds (#5541) 2019-08-20 17:16:06 -07:00
cuda_runtime.rs Page-pin packet memory for cuda (#4250) 2019-06-27 09:32:32 +02:00
entry.rs merkle-tree: Make instantiation a little less painful (#5037) 2019-07-11 15:15:08 -07:00
erasure.rs Integrate data shreds (#5541) 2019-08-20 17:16:06 -07:00
fetch_stage.rs Forward transactions as packets instead of blobs (#5334) 2019-07-30 14:50:02 -07:00
gen_keys.rs
genesis_utils.rs create_genesis_block() now returns a struct (#4403) 2019-05-22 20:39:00 -07:00
gossip_service.rs debash: Add `solana-gossip get-rpc-url` command to avoid hard coding (#5513) 2019-08-13 10:49:48 -07:00
leader_schedule.rs Add getEpochInfo() and getLeaderSchedule() RPC methods (#5189) 2019-07-19 07:31:18 -07:00
leader_schedule_cache.rs Make max_epoch check in next_leader_at in leader schedule (#5342) 2019-07-30 15:51:02 -07:00
leader_schedule_utils.rs Add getEpochInfo() and getLeaderSchedule() RPC methods (#5189) 2019-07-19 07:31:18 -07:00
ledger_cleanup_service.rs Fixes for Blocktree space amplification and slot deletion (#5266) 2019-07-24 17:28:08 -07:00
lib.rs move the rest of cluster to local_cluster (#5535) 2019-08-16 00:00:38 -07:00
local_vote_signer_service.rs
packet.rs Integrate data shreds (#5541) 2019-08-20 17:16:06 -07:00
poh.rs
poh_recorder.rs Rate limit counter metrics points to one per second (#5496) 2019-08-12 18:15:34 -04:00
poh_service.rs Let grace ticks to roll over into multiple leader slots (#5268) 2019-07-26 11:33:51 -07:00
recvmmsg.rs Coalesce packets better (#4456) 2019-05-29 12:17:50 -07:00
recycler.rs Page-pin packet memory for cuda (#4250) 2019-06-27 09:32:32 +02:00
repair_service.rs Fixes to repair and orphan logic for data shreds (#5587) 2019-08-21 15:27:42 -07:00
replay_stage.rs to to/the the (#5590) 2019-08-21 17:46:59 -07:00
replicator.rs upgrade rust to 1.37 (#5611) 2019-08-23 08:55:51 -07:00
result.rs Restore blob size fix (#5516) 2019-08-13 18:04:14 -07:00
retransmit_stage.rs Integrate data shreds (#5541) 2019-08-20 17:16:06 -07:00
rpc.rs solana-validator now verifies its genesis blockhash against the cluster entrypoint (#5589) 2019-08-21 18:16:40 -07:00
rpc_pubsub.rs upgrade rust to 1.37 (#5611) 2019-08-23 08:55:51 -07:00
rpc_pubsub_service.rs
rpc_service.rs solana-validator now verifies its genesis blockhash against the cluster entrypoint (#5589) 2019-08-21 18:16:40 -07:00
rpc_subscriptions.rs create_genesis_block() now returns a struct (#4403) 2019-05-22 20:39:00 -07:00
service.rs
shred.rs Fixes to repair and orphan logic for data shreds (#5587) 2019-08-21 15:27:42 -07:00
sigverify.rs Page-pin packet memory for cuda (#4250) 2019-06-27 09:32:32 +02:00
sigverify_stage.rs Add Measure abstraction over measuring time intervals (#4851) 2019-06-29 15:34:49 +02:00
snapshot_package.rs Add info logging around snapshot tarball generation (#5592) 2019-08-21 16:36:21 -07:00
snapshot_utils.rs Add snapshotting integration test (#5519) 2019-08-21 23:59:11 -07:00
staking_utils.rs stake cooldown (#5553) 2019-08-17 18:12:30 -07:00
storage_stage.rs Integrate data shreds (#5541) 2019-08-20 17:16:06 -07:00
streamer.rs Forward transactions as packets instead of blobs (#5334) 2019-07-30 14:50:02 -07:00
test_tx.rs
tpu.rs Forward transactions as packets instead of blobs (#5334) 2019-07-30 14:50:02 -07:00
tvu.rs Integrate data shreds (#5541) 2019-08-20 17:16:06 -07:00
validator.rs upgrade rust to 1.37 (#5611) 2019-08-23 08:55:51 -07:00
version.rs Rpc to return software version (#5456) 2019-08-07 20:06:27 -06:00
weighted_shuffle.rs Add weighted shuffle support for values upto u64::MAX (#5151) 2019-07-17 12:44:28 -07:00
window_service.rs Fixes to repair and orphan logic for data shreds (#5587) 2019-08-21 15:27:42 -07:00