solana/core/src
Ryo Onodera f4c5da3c72 Fix unaligned read of short_vec pubkey_size in sigverify (#6388)
automerge
2019-10-16 11:09:17 -07:00
..
blocktree Increase buffer size for erasure meta DB column (#6335) 2019-10-11 12:18:11 -07:00
broadcast_stage Use sendmmsg for broadcasting shreds (#6325) 2019-10-10 19:38:48 -07:00
bank_forks.rs Move status cache serialization to the Snapshot Packager service (#6081) 2019-09-25 13:42:19 -07:00
banking_stage.rs Remove remnants of the cuda feature flag (#6298) 2019-10-09 16:09:36 -07:00
blockstream.rs ValidatorConfig path reform: use Path/PathBuf for paths (#5353) 2019-07-30 19:47:24 -07:00
blockstream_service.rs Shred entries in parallel (#6180) 2019-10-08 00:42:51 -07:00
blocktree.rs Cleanup shred header structures (#6378) 2019-10-15 20:48:45 -07:00
blocktree_processor.rs add epoch_schedule sysvar (#6256) 2019-10-08 22:34:26 -07:00
broadcast_stage.rs Don't grab keypair from cluster info on every iteration of broadccast (#6303) 2019-10-09 17:36:45 -07:00
chacha.rs Shred entries in parallel (#6180) 2019-10-08 00:42:51 -07:00
chacha_cuda.rs Shred entries in parallel (#6180) 2019-10-08 00:42:51 -07:00
cluster_info.rs Cleanup shred header structures (#6378) 2019-10-15 20:48:45 -07:00
cluster_info_repair_listener.rs add epoch_schedule sysvar (#6256) 2019-10-08 22:34:26 -07:00
cluster_info_vote_listener.rs votes only need slots and the last bank hash (#5499) 2019-09-02 12:01:09 -07:00
confidence.rs Add ForkConfidenceCache methods (#6359) 2019-10-14 22:14:20 -07:00
consensus.rs Tweak debug to remove unreadable datapoints (#6060) 2019-10-04 16:25:22 -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
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 Remove remnants of the cuda feature flag (#6298) 2019-10-09 16:09:36 -07:00
entry.rs Optimize BPF logs (#6186) 2019-09-30 14:21:29 -07:00
erasure.rs Don't recover coding shreds (#6034) 2019-09-23 16:24:21 -07:00
fetch_stage.rs Fetch stage batching of forwarded txs (#6349) 2019-10-14 13:32:29 -07:00
gen_keys.rs
genesis_utils.rs
gossip_service.rs Remove many uses of legacy term 'fullnode' (#6324) 2019-10-10 17:33:00 -06:00
leader_schedule.rs Add getEpochInfo() and getLeaderSchedule() RPC methods (#5189) 2019-07-19 07:31:18 -07:00
leader_schedule_cache.rs add epoch_schedule sysvar (#6256) 2019-10-08 22:34:26 -07:00
leader_schedule_utils.rs add epoch_schedule sysvar (#6256) 2019-10-08 22:34:26 -07:00
ledger_cleanup_service.rs Split SDK's timing.rs (#5823) 2019-09-06 14:30:56 -07:00
lib.rs More fullnode to validator renaming (#6337) 2019-10-11 13:30:52 -06:00
local_vote_signer_service.rs More fullnode to validator renaming (#6337) 2019-10-11 13:30:52 -06:00
packet.rs Do not retransmit Repair responses (#6284) 2019-10-09 13:11:19 -07:00
perf_libs.rs Remove CUDA feature (#6094) 2019-09-26 13:36:51 -07:00
poh.rs Add benches for shredding and poh (#6307) 2019-10-10 14:00:24 -07:00
poh_recorder.rs simplify poh recorder => broadcast channel (#5940) 2019-09-18 12:16:22 -07:00
poh_service.rs simplify poh recorder => broadcast channel (#5940) 2019-09-18 12:16:22 -07:00
recvmmsg.rs Fix flaky test_recv_mmsg_batch_size (#6399) 2019-10-16 11:01:41 -07:00
recycler.rs
repair_service.rs Broadcast final shred for slots that are interrupted (#6269) 2019-10-09 16:07:18 -07:00
replay_stage.rs Lower shred/receiver stats (#6365) 2019-10-15 11:43:52 -07:00
replicator.rs Remove many uses of legacy term 'fullnode' (#6324) 2019-10-10 17:33:00 -06:00
result.rs Restore blob size fix (#5516) 2019-08-13 18:04:14 -07:00
retransmit_stage.rs Use multicast to send retransmit packets (#6319) 2019-10-10 15:02:36 -07:00
rpc.rs Add get_vote_accounts() to RPC client 2019-10-14 20:38:51 -07:00
rpc_pubsub.rs plumb some rent (#5610) 2019-08-23 14:04:53 -07:00
rpc_pubsub_service.rs
rpc_service.rs Add getBlockConfidence rpc endpoint (#6350) 2019-10-14 15:24:10 -07:00
rpc_subscriptions.rs plumb some rent (#5610) 2019-08-23 14:04:53 -07:00
sendmmsg.rs Use sendmmsg for broadcasting shreds (#6325) 2019-10-10 19:38:48 -07:00
service.rs
shred.rs Cleanup shred header structures (#6378) 2019-10-15 20:48:45 -07:00
shred_fetch_stage.rs Do not retransmit Repair responses (#6284) 2019-10-09 13:11:19 -07:00
sigverify.rs Fix unaligned read of short_vec pubkey_size in sigverify (#6388) 2019-10-16 11:09:17 -07:00
sigverify_stage.rs Tweak debug to remove unreadable datapoints (#6060) 2019-10-04 16:25:22 -07:00
snapshot_package.rs Remove some AccountStorage Serialization (#6047) 2019-09-25 18:07:41 -07:00
snapshot_utils.rs remove verify_hash_internal_state (#6261) 2019-10-07 16:38:54 -07:00
staking_utils.rs add epoch_schedule sysvar (#6256) 2019-10-08 22:34:26 -07:00
storage_stage.rs Expand blocktree processor options (#6248) 2019-10-08 17:58:49 -04:00
streamer.rs Lower shred/receiver stats (#6365) 2019-10-15 11:43:52 -07:00
test_tx.rs
tpu.rs simplify poh recorder => broadcast channel (#5940) 2019-09-18 12:16:22 -07:00
tvu.rs Use multiple retransmit stage threads/sockets (#6279) 2019-10-10 13:24:03 -07:00
validator.rs Add getBlockConfidence rpc endpoint (#6350) 2019-10-14 15:24:10 -07:00
version.rs Rpc to return software version (#5456) 2019-08-07 20:06:27 -06:00
weighted_shuffle.rs broadcast_shreds opt (#6175) 2019-10-01 09:38:29 -07:00
window_service.rs add epoch_schedule sysvar (#6256) 2019-10-08 22:34:26 -07:00