solana/src
Michael Vines cc2f448d92 Add fullnode --no-leader-rotation flag 2018-12-06 11:30:19 -08:00
..
bin Add fullnode --no-leader-rotation flag 2018-12-06 11:30:19 -08:00
bank.rs cargo fmt 2018-12-05 10:49:06 -08:00
banking_stage.rs cargo fmt 2018-12-05 10:49:06 -08:00
blob_fetch_stage.rs Use a Drop trait to keep track of lifetimes for recycled objects. 2018-09-19 16:59:42 -06:00
bloom.rs Use known keys in the unit test to avoid random false positives. 2018-11-19 13:41:24 -07:00
broadcast_stage.rs Move metrics into its own crate 2018-11-16 15:10:07 -08:00
chacha.rs Storage mining fixups... 2018-10-24 09:58:41 -07:00
chacha_cuda.rs Move drone into its own crate 2018-11-16 20:42:21 -08:00
client.rs Add scalable gossip library (#1546) 2018-11-15 13:23:26 -08:00
cluster_info.rs Remove signature.rs indirection 2018-12-03 13:50:00 -08:00
compute_leader_finality_service.rs Move vote_transaction out of src/ 2018-12-05 10:49:06 -08:00
contact_info.rs Remove signature.rs indirection 2018-12-03 13:50:00 -08:00
counter.rs Move metrics into its own crate 2018-11-16 15:10:07 -08:00
crds.rs Remove signature.rs indirection 2018-12-03 13:50:00 -08:00
crds_gossip.rs Remove signature.rs indirection 2018-12-03 13:50:00 -08:00
crds_gossip_error.rs Add signature verification to gossip (#1937) 2018-12-01 12:00:30 -08:00
crds_gossip_pull.rs Bump rand from 0.5.5 to 0.6.1 (#1891) 2018-12-05 14:12:10 -08:00
crds_gossip_push.rs Bump rand from 0.5.5 to 0.6.1 (#1891) 2018-12-05 14:12:10 -08:00
crds_traits_impls.rs Move drone into its own crate 2018-11-16 20:42:21 -08:00
crds_value.rs Move system_transaction out of src/ 2018-12-05 10:49:06 -08:00
create_vote_account.rs Move vote_transaction out of src/ 2018-12-05 10:49:06 -08:00
db_ledger.rs Rocks db erasure decoding (#1900) 2018-12-05 12:47:19 -08:00
db_window.rs Rocks db erasure decoding (#1900) 2018-12-05 12:47:19 -08:00
entry.rs cargo fmt 2018-12-05 10:49:06 -08:00
erasure.rs Rocks db erasure decoding (#1900) 2018-12-05 12:47:19 -08:00
fetch_stage.rs Add counters for channel pressure and time spent in TPU pipeline (#1324) 2018-09-24 17:13:49 -07:00
fullnode.rs Remove signature.rs indirection 2018-12-03 13:50:00 -08:00
leader_scheduler.rs cargo fmt 2018-12-05 10:49:06 -08:00
ledger.rs cargo fmt 2018-12-05 10:49:06 -08:00
ledger_write_stage.rs Move metrics into its own crate 2018-11-16 15:10:07 -08:00
lib.rs Move native_loader under programs/native/ 2018-12-05 14:32:42 -08:00
logger.rs
mint.rs cargo fmt 2018-12-05 10:49:06 -08:00
ncp.rs remove Result<> return from ClusterInfo::new() (#1869) 2018-11-19 11:25:14 -08:00
netutil.rs get_ip_addr: Fall back to loopback if no better option exists 2018-11-23 13:24:41 -05:00
packet.rs Rocks db erasure decoding (#1900) 2018-12-05 12:47:19 -08:00
poh.rs Move drone into its own crate 2018-11-16 20:42:21 -08:00
poh_recorder.rs Move system_transaction out of src/ 2018-12-05 10:49:06 -08:00
poh_service.rs Find test_tx again 2018-12-05 13:29:29 -08:00
recvmmsg.rs
replicate_stage.rs Remove signature.rs indirection 2018-12-03 13:50:00 -08:00
replicator.rs Remove signature.rs indirection 2018-12-03 13:50:00 -08:00
result.rs Rocks db (#1792) 2018-11-15 15:53:31 -08:00
retransmit_stage.rs Rocks db window service (#1888) 2018-11-24 19:32:33 -08:00
rpc.rs cargo fmt 2018-12-05 10:49:06 -08:00
rpc_pubsub.rs cargo fmt 2018-12-05 10:49:06 -08:00
rpc_request.rs Cleanup ad-hoc rpc address formation 2018-12-03 18:13:55 -08:00
runtime.rs Move native_loader under programs/native/ 2018-12-05 14:32:42 -08:00
service.rs Move description of the Rust flavor of stages to service.rs 2018-11-08 11:33:52 -07:00
signature.rs Bump rand from 0.5.5 to 0.6.1 (#1891) 2018-12-05 14:12:10 -08:00
sigverify.rs Move system_transaction out of src/ 2018-12-05 10:49:06 -08:00
sigverify_stage.rs Move metrics into its own crate 2018-11-16 15:10:07 -08:00
storage_stage.rs Bump rand from 0.5.5 to 0.6.1 (#1891) 2018-12-05 14:12:10 -08:00
store_ledger_stage.rs Move ledger write to its own stage (#1577) 2018-10-23 14:42:48 -07:00
streamer.rs Move metrics into its own crate 2018-11-16 15:10:07 -08:00
test_tx.rs Move system_transaction out of src/ 2018-12-05 10:49:06 -08:00
thin_client.rs cargo fmt 2018-12-05 10:49:06 -08:00
tpu.rs Move drone into its own crate 2018-11-16 20:42:21 -08:00
tpu_forwarder.rs re-enable test_tpu_forwarder (#1964) 2018-11-30 13:52:37 -08:00
tvu.rs cargo fmt 2018-12-05 10:49:06 -08:00
vote_stage.rs cargo fmt 2018-12-05 10:49:06 -08:00
wallet.rs cargo fmt 2018-12-05 10:49:06 -08:00
window.rs Rocks db erasure decoding (#1900) 2018-12-05 12:47:19 -08:00
window_service.rs Rocks db window service (#1888) 2018-11-24 19:32:33 -08:00