solana/src
Rob Walker 8ba1d5f426
treat genesis special (#2615)
* treat genesis special

* fix poh_recorder to understand new world order
2019-01-31 13:53:08 -08:00
..
accounts.rs Accounts refactoring for forking. 2019-01-30 11:36:49 -08:00
bank.rs treat genesis special (#2615) 2019-01-31 13:53:08 -08:00
banking_stage.rs Speedup rotation (#2468) 2019-01-26 13:58:08 +05:30
blob_fetch_stage.rs Connect TPU's broadcast service with TVU's blob fetch stage (#2587) 2019-01-31 13:43:22 -08:00
bloom.rs StatusDeque split into separate objects with their own root checkpoint strategy (#2613) 2019-01-31 06:53:52 -08:00
broadcast_service.rs Connect TPU's broadcast service with TVU's blob fetch stage (#2587) 2019-01-31 13:43:22 -08:00
chacha.rs remove Result<> from Blob accessors, add parent (#2608) 2019-01-30 20:18:28 -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
client.rs Move src/netutil.rs into its own crate 2018-12-14 20:13:34 -08:00
cluster_info.rs remove Result<> from Blob accessors, add parent (#2608) 2019-01-30 20:18:28 -08:00
compute_leader_confirmation_service.rs Inline VoteSigner::new_vote_account 2019-01-30 10:42:42 -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 StatusDeque split into separate objects with their own root checkpoint strategy (#2613) 2019-01-31 06:53:52 -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 remove Result<> from Blob accessors, add parent (#2608) 2019-01-30 20:18:28 -08:00
db_window.rs remove Result<> from Blob accessors, add parent (#2608) 2019-01-30 20:18:28 -08:00
entry.rs remove Result<> from Blob accessors, add parent (#2608) 2019-01-30 20:18:28 -08:00
entry_stream.rs Stream entries (#2582) 2019-01-29 00:21:27 -08:00
erasure.rs remove Result<> from Blob accessors, add parent (#2608) 2019-01-30 20:18:28 -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 treat genesis special (#2615) 2019-01-31 13:53:08 -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
last_id_queue.rs treat genesis special (#2615) 2019-01-31 13:53:08 -08:00
leader_scheduler.rs Leader scheduler groundwork for Blocktree (#2599) 2019-01-31 13:44:24 -08:00
lib.rs StatusDeque split into separate objects with their own root checkpoint strategy (#2613) 2019-01-31 06:53:52 -08:00
local_vote_signer_service.rs Refactor vote signer code (#2368) 2019-01-10 09:21:38 -08:00
packet.rs remove Result<> from Blob accessors, add parent (#2608) 2019-01-30 20:18:28 -08:00
poh.rs add some more tests (#2217) 2018-12-18 17:27:03 -08:00
poh_recorder.rs treat genesis special (#2615) 2019-01-31 13:53:08 -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 fix the test 2019-01-31 12:55:17 -08:00
replay_stage.rs Leader scheduler groundwork for Blocktree (#2599) 2019-01-31 13:44:24 -08:00
replicator.rs Connect TPU's broadcast service with TVU's blob fetch stage (#2587) 2019-01-31 13:43:22 -08:00
result.rs Refactor vote signer code (#2368) 2019-01-10 09:21:38 -08:00
retransmit_stage.rs Connect TPU's broadcast service with TVU's blob fetch stage (#2587) 2019-01-31 13:43:22 -08:00
rpc.rs StatusDeque split into separate objects with their own root checkpoint strategy (#2613) 2019-01-31 06:53:52 -08:00
rpc_mock.rs Retry rpc requests on connection failures 2019-01-15 15:30:10 -08:00
rpc_pubsub.rs StatusDeque split into separate objects with their own root checkpoint strategy (#2613) 2019-01-31 06:53:52 -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_cache.rs StatusDeque split into separate objects with their own root checkpoint strategy (#2613) 2019-01-31 06:53:52 -08:00
storage_stage.rs create_tmp_sample_ledger() need not return the genesis block 2019-01-30 14:02:07 -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 Fix clippy warning 2019-01-30 21:59:05 -07:00
tpu.rs Connect TPU's broadcast service with TVU's blob fetch stage (#2587) 2019-01-31 13:43:22 -08:00
tpu_forwarder.rs Cleanup tpu forwarder (#2377) 2019-01-10 13:34:48 -07:00
tvu.rs Connect TPU's broadcast service with TVU's blob fetch stage (#2587) 2019-01-31 13:43:22 -08:00
vote_signer_proxy.rs Inline VoteSigner::new_vote_account 2019-01-30 10:42:42 -07:00
window.rs remove Result<> from Blob accessors, add parent (#2608) 2019-01-30 20:18:28 -08:00
window_service.rs Connect TPU's broadcast service with TVU's blob fetch stage (#2587) 2019-01-31 13:43:22 -08:00