solana/src
Michael Vines 12cddf725e Harmonize Fullnode::new* function arguments 2019-01-28 22:37:56 -08:00
..
accounts.rs Speedup rotation (#2468) 2019-01-26 13:58:08 +05:30
bank.rs .unwrap() in tests instead of assert!()ing .is_ok() for a better failure message 2019-01-28 16:10:32 -08:00
banking_stage.rs Speedup rotation (#2468) 2019-01-26 13:58:08 +05:30
blob_fetch_stage.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
bloom.rs add bloom benchmarking, perf improvement from Fnv ~= 8X (#2477) 2019-01-17 18:22:21 -08:00
broadcast_service.rs Retype num_ticks as u64 to reduce casting 2019-01-28 11:24:50 -08:00
chacha.rs .unwrap() in tests instead of assert!()ing .is_ok() for a better failure message 2019-01-28 16:10:32 -08:00
chacha_cuda.rs .unwrap() in tests instead of assert!()ing .is_ok() for a better failure message 2019-01-28 16:10:32 -08:00
checkpoint.rs Move last ids (#2187) 2018-12-17 07:55:56 -08:00
client.rs Move src/netutil.rs into its own crate 2018-12-14 20:13:34 -08:00
cluster_info.rs Speedup rotation (#2468) 2019-01-26 13:58:08 +05:30
compute_leader_confirmation_service.rs Add unit-test-friendly VoteSignerProxy constructor 2019-01-26 14:56:49 -07:00
contact_info.rs Dynamic N layer 'avalanche' broadcast and retransmit (#2058) 2019-01-02 14:16:15 +05:30
counter.rs Do not allocate for each metrics submission (#2146) 2018-12-13 16:40:00 -08:00
crds.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
crds_gossip.rs .unwrap() in tests instead of assert!()ing .is_ok() for a better failure message 2019-01-28 16:10:32 -08:00
crds_gossip_error.rs Add signature verification to gossip (#1937) 2018-12-01 12:00:30 -08:00
crds_gossip_pull.rs Switch to using hashbrown version of HashMap and (#2158) 2018-12-14 15:10:10 -08:00
crds_gossip_push.rs Switch to using hashbrown version of HashMap and (#2158) 2018-12-14 15:10:10 -08:00
crds_value.rs cargo +nightly fix --features=bpf_c,cuda,erasure,chacha --edition-idioms 2018-12-08 23:19:55 -07:00
db_ledger.rs .unwrap() in tests instead of assert!()ing .is_ok() for a better failure message 2019-01-28 16:10:32 -08:00
db_window.rs revert revert of kill window (#2427) 2019-01-15 10:51:53 -08:00
entry.rs Retype num_ticks as u64 to reduce casting 2019-01-28 11:24:50 -08:00
erasure.rs revert revert of kill window (#2427) 2019-01-15 10:51:53 -08:00
fetch_stage.rs Set fetch stage socket non blocking to false while during recv (#2542) 2019-01-24 12:46:40 -08:00
fullnode.rs Harmonize Fullnode::new* function arguments 2019-01-28 22:37:56 -08:00
gen_keys.rs Rename the module that now contains only GenKeys 2019-01-26 06:57:24 -08:00
genesis_block.rs Genesis block is now a json file 2019-01-25 09:05:15 -08:00
gossip_service.rs DbLedger doesn't need to be mut, doesn't need an RwLock (#2215) 2018-12-18 15:18:57 -08:00
leader_scheduler.rs Remove LeaderSchedulerConfig options 2019-01-28 13:51:01 -08:00
lib.rs Rename the module that now contains only GenKeys 2019-01-26 06:57:24 -08:00
local_vote_signer_service.rs Refactor vote signer code (#2368) 2019-01-10 09:21:38 -08:00
packet.rs Optimize Transaction/Instruction serialization with custom routine (#2515) 2019-01-24 21:14:15 -08:00
poh.rs add some more tests (#2217) 2018-12-18 17:27:03 -08:00
poh_recorder.rs .unwrap() in tests instead of assert!()ing .is_ok() for a better failure message 2019-01-28 16:10:32 -08:00
poh_service.rs .unwrap() in tests instead of assert!()ing .is_ok() for a better failure message 2019-01-28 16:10:32 -08:00
recvmmsg.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
replay_stage.rs Remove LeaderSchedulerConfig options 2019-01-28 13:51:01 -08:00
replicator.rs .unwrap() in tests instead of assert!()ing .is_ok() for a better failure message 2019-01-28 16:10:32 -08:00
result.rs Refactor vote signer code (#2368) 2019-01-10 09:21:38 -08:00
retransmit_stage.rs Remove get_stake placeholder 2019-01-23 17:03:20 -08:00
rpc.rs Remove storage_state from the bank 2019-01-28 15:41:41 -08:00
rpc_mock.rs Retry rpc requests on connection failures 2019-01-15 15:30:10 -08:00
rpc_pubsub.rs .unwrap() in tests instead of assert!()ing .is_ok() for a better failure message 2019-01-28 16:10:32 -08:00
rpc_request.rs .unwrap() in tests instead of assert!()ing .is_ok() for a better failure message 2019-01-28 16:10:32 -08:00
runtime.rs Optimize has_duplicates() for short slices 2019-01-07 13:20:04 -07:00
service.rs
sigverify.rs Improve message-signing ergonomics 2019-01-26 14:57:22 -07:00
sigverify_stage.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
status_deque.rs Speedup rotation (#2468) 2019-01-26 13:58:08 +05:30
storage_stage.rs Remove storage_state from the bank 2019-01-28 15:41:41 -08:00
streamer.rs cargo +nightly fix --features=bpf_c,cuda,erasure,chacha --edition-idioms 2018-12-08 23:19:55 -07:00
test_tx.rs Move system_transaction out of src/ 2018-12-05 10:49:06 -08:00
thin_client.rs Harmonize Fullnode::new* function arguments 2019-01-28 22:37:56 -08:00
tpu.rs Speedup rotation (#2468) 2019-01-26 13:58:08 +05:30
tpu_forwarder.rs Cleanup tpu forwarder (#2377) 2019-01-10 13:34:48 -07:00
tvu.rs Remove storage_state from the bank 2019-01-28 15:41:41 -08:00
vote_signer_proxy.rs .unwrap() in tests instead of assert!()ing .is_ok() for a better failure message 2019-01-28 16:10:32 -08:00
window.rs Make reconstruct_entries_from_blobs() support Blobs and borrowed SharedBlobs, make distinction between to_blobs and to_shared_blobs (#2270) 2018-12-22 19:30:30 -08:00
window_service.rs Make entry_sender optional on window_service 2019-01-09 15:15:47 -08:00