solana/src
Carl a05a378db4 cleanup 2018-12-12 19:12:51 -08:00
..
bin Make a dummy version of serving repairs from db_ledger 2018-12-12 19:12:51 -08:00
bank.rs remove obsoleted TODO 2018-12-12 16:26:59 -08:00
banking_stage.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
blob_fetch_stage.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
bloom.rs Upgrade to Rust 1.31.0 (#2052) 2018-12-07 20:01:28 -07:00
broadcast_service.rs Broadcast for slots (#2081) 2018-12-12 15:58:29 -08:00
chacha.rs cargo +nightly fix --features=bpf_c,cuda,erasure,chacha --edition 2018-12-08 23:19:55 -07:00
chacha_cuda.rs cargo fmt 2018-12-08 23:19:55 -07:00
client.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
cluster_info.rs cleanup 2018-12-12 19:12:51 -08:00
compute_leader_finality_service.rs Encapsulate accounts of solana:🏦:Accounts 2018-12-12 16:26:59 -08:00
contact_info.rs Free up the term 'replicate' for exclusive use in replicator 2018-12-10 15:26:43 -07:00
counter.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
crds.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
crds_gossip.rs cargo +nightly fix --features=bpf_c,cuda,erasure,chacha --edition-idioms 2018-12-08 23:19:55 -07:00
crds_gossip_error.rs Add signature verification to gossip (#1937) 2018-12-01 12:00:30 -08:00
crds_gossip_pull.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
crds_gossip_push.rs cargo +nightly fix --features=bpf_c,cuda,erasure,chacha --edition-idioms 2018-12-08 23:19:55 -07:00
crds_traits_impls.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
crds_value.rs cargo +nightly fix --features=bpf_c,cuda,erasure,chacha --edition-idioms 2018-12-08 23:19:55 -07:00
create_vote_account.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
db_ledger.rs cleanup 2018-12-12 19:12:51 -08:00
db_window.rs Broadcast for slots (#2081) 2018-12-12 15:58:29 -08:00
entry.rs add tick_height to Entry to be able to repair by period, chain forks of Entries, etc. (#2096) 2018-12-10 20:03:04 -08:00
erasure.rs Broadcast for slots (#2081) 2018-12-12 15:58:29 -08:00
fetch_stage.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
fullnode.rs Make a dummy version of serving repairs from db_ledger 2018-12-12 19:12:51 -08:00
gossip_service.rs Make a dummy version of serving repairs from db_ledger 2018-12-12 19:12:51 -08:00
leader_scheduler.rs Encapsulate accounts of solana:🏦:Accounts 2018-12-12 16:26:59 -08:00
ledger.rs add tick_height to Entry to be able to repair by period, chain forks of Entries, etc. (#2096) 2018-12-10 20:03:04 -08:00
ledger_write_stage.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
lib.rs Free up the term 'replicate' for exclusive use in replicator 2018-12-10 15:26:43 -07:00
logger.rs cargo fmt 2018-12-08 23:19:55 -07:00
mint.rs add tick_height to Entry to be able to repair by period, chain forks of Entries, etc. (#2096) 2018-12-10 20:03:04 -08:00
netutil.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
packet.rs Make a dummy version of serving repairs from db_ledger 2018-12-12 19:12:51 -08:00
poh.rs add tick_height to Entry to be able to repair by period, chain forks of Entries, etc. (#2096) 2018-12-10 20:03:04 -08:00
poh_recorder.rs add check_tick_height (#2144) 2018-12-12 18:52:11 -08:00
poh_service.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
recvmmsg.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
replay_stage.rs Broadcast for slots (#2081) 2018-12-12 15:58:29 -08:00
replicator.rs cleanup 2018-12-12 19:12:51 -08:00
result.rs cargo fmt 2018-12-08 23:19:55 -07:00
retransmit_stage.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
rpc.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
rpc_pubsub.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
rpc_request.rs cargo +nightly fix --features=bpf_c,cuda,erasure,chacha --edition-idioms 2018-12-08 23:19:55 -07:00
runtime.rs Add solana_ prefix to native_loader program 2018-12-08 11:04:45 -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 cargo +nightly fix --features=bpf_c,cuda,erasure,chacha --edition-idioms 2018-12-08 23:19:55 -07:00
sigverify_stage.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
storage_stage.rs add tick_height to Entry to be able to repair by period, chain forks of Entries, etc. (#2096) 2018-12-10 20:03:04 -08:00
store_ledger_stage.rs cargo fix --edition 2018-12-08 23:19:55 -07: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 Make a dummy version of serving repairs from db_ledger 2018-12-12 19:12:51 -08:00
tpu.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
tpu_forwarder.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
tvu.rs Make a dummy version of serving repairs from db_ledger 2018-12-12 19:12:51 -08:00
vote_stage.rs Free up the term 'replicate' for exclusive use in replicator 2018-12-10 15:26:43 -07:00
wallet.rs Provide entire elf to bpf_loader 2018-12-12 17:14:50 -08:00
window.rs Correctly describe repair and retransmit peers (#2110) 2018-12-11 15:51:47 -08:00
window_service.rs Broadcast for slots (#2081) 2018-12-12 15:58:29 -08:00