solana/src
Stephen Akridge ebd676faaa Rename Block to EntrySlice 2019-01-09 15:15:47 -08:00
..
accounts.rs Add missing error counters and load_account test cases (#2327) 2019-01-08 09:20:25 -08:00
bank.rs Rename Block to EntrySlice 2019-01-09 15:15:47 -08:00
banking_stage.rs Rename Block to EntrySlice 2019-01-09 15:15:47 -08: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 Rename Block to EntrySlice 2019-01-09 15:15:47 -08:00
chacha.rs Rename get_blob_bytes to read_blobs_bytes 2019-01-08 16:00:39 -08:00
chacha_cuda.rs Remove most of the old ledger code 2019-01-09 15:15:47 -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 Switch test to send a repair request to try and download from replicator 2019-01-09 13:24:12 -08:00
compute_leader_confirmation_service.rs Use vote signer service in fullnode (#2009) 2019-01-05 12:57:52 -08: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 Move src/logger.rs into logger/ crate to unify logging across the workspace 2018-12-14 13:10:43 -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_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 Use vote signer service in fullnode (#2009) 2019-01-05 12:57:52 -08:00
db_ledger.rs Rename Block to EntrySlice 2019-01-09 15:15:47 -08:00
db_window.rs Rename Block to EntrySlice 2019-01-09 15:15:47 -08:00
entry.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
erasure.rs Rename Block to EntrySlice 2019-01-09 15:15:47 -08:00
fetch_stage.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
fullnode.rs Remove unused exit variable 2019-01-08 20:22:31 -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 Add retry, restore ignored tests 2019-01-07 19:30:08 -08:00
ledger.rs Rename Block to EntrySlice 2019-01-09 15:15:47 -08:00
lib.rs Remove store_ledger_stage which is no longer needed 2019-01-09 15:15:47 -08:00
mint.rs Rename Block to EntrySlice 2019-01-09 15:15:47 -08:00
packet.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
poh.rs add some more tests (#2217) 2018-12-18 17:27:03 -08:00
poh_recorder.rs align tick entries' tick_height with actual number of ticks in bank (#2147) 2018-12-14 02:25:50 -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 Rename Block to EntrySlice 2019-01-09 15:15:47 -08:00
replicator.rs Remove store_ledger_stage which is no longer needed 2019-01-09 15:15:47 -08:00
result.rs Remove rocksdb dependency from result.rs 2018-12-20 10:38:03 -08:00
retransmit_stage.rs Dynamic N layer 'avalanche' broadcast and retransmit (#2058) 2019-01-02 14:16:15 +05:30
rpc.rs Use vote signer service in fullnode (#2009) 2019-01-05 12:57:52 -08:00
rpc_pubsub.rs Move last ids (#2187) 2018-12-17 07:55:56 -08:00
rpc_request.rs Add make_rpc_request retry mechanism 2019-01-07 11:02:35 -08:00
runtime.rs Optimize has_duplicates() for short slices 2019-01-07 13:20:04 -07:00
service.rs
signature.rs Bump rand from 0.5.5 to 0.6.1 (#1891) 2018-12-05 14:12:10 -08:00
sigverify.rs Move src/logger.rs into logger/ crate to unify logging across the workspace 2018-12-14 13:10:43 -08:00
sigverify_stage.rs cargo fix --edition 2018-12-08 23:19:55 -07:00
status_deque.rs Rename finality to confirmation (#2250) 2018-12-20 15:47:48 -08:00
storage_stage.rs Use vote signer service in fullnode (#2009) 2019-01-05 12:57:52 -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 Delete unused code 2019-01-08 14:09:50 -08:00
tpu.rs Remove WriteStage from TPU/TVU diagrams 2019-01-08 08:42:06 -08:00
tpu_forwarder.rs Ignore test_tpu_forwarder (#2307) 2019-01-04 16:02:50 -08:00
tvu.rs Delete unused code 2019-01-08 14:09:50 -08:00
vote_stage.rs Use vote signer service in fullnode (#2009) 2019-01-05 12:57:52 -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 encapsulate meta_cf (#2335) 2019-01-08 11:41:55 -08:00