solana/core/src
sakridge 4b8cb72977
Revert "Use Rust erasure library and turn on erasure (#3768)" (#3827)
This reverts commit b9bb5af4a5.
2019-04-17 12:52:12 -07:00
..
blocktree Revert "Use Rust erasure library and turn on erasure (#3768)" (#3827) 2019-04-17 12:52:12 -07:00
bank_forks.rs Add squashing metrics (#3573) 2019-03-29 21:21:59 -07:00
banking_stage.rs Shorten recv wait when there are buffered packets in banking stage (#3757) 2019-04-14 12:34:07 -07:00
blob_fetch_stage.rs Clean up exit flag handing across TVU 2019-03-04 21:26:50 -08:00
blockstream.rs Remove Instruction wrapper structs and name functions after enum fields 2019-04-03 13:34:27 -07:00
blockstream_service.rs Remove Instruction wrapper structs and name functions after enum fields 2019-04-03 13:34:27 -07:00
blocktree.rs Revert "Use Rust erasure library and turn on erasure (#3768)" (#3827) 2019-04-17 12:52:12 -07:00
blocktree_processor.rs persist set_root() and use it in blocktree_processor to limit squashes (#3782) 2019-04-15 13:12:28 -07:00
broadcast_stage.rs Revert "Use Rust erasure library and turn on erasure (#3768)" (#3827) 2019-04-17 12:52:12 -07:00
chacha.rs more rigorous erasure constants, comments (#3766) 2019-04-14 21:10:09 -07:00
chacha_cuda.rs remove ticks_per_slot from blocktree (#3297) 2019-03-14 15:18:37 -07:00
cluster.rs Restart node test (#3459) (#3465) 2019-03-23 19:19:55 -07:00
cluster_info.rs Upgrade to Rust 1.34.0 (#3781) 2019-04-15 15:56:08 -06:00
cluster_info_vote_listener.rs Process votes from gossip only in leader node (#3707) 2019-04-09 22:06:32 -07:00
cluster_tests.rs Cleanup client traits and create super trait (#3728) 2019-04-11 00:25:14 -07:00
contact_info.rs Add fullnode --dynamic-port-range option 2019-04-14 07:08:29 -07:00
crds.rs Add a constructor to generate random pubkeys 2019-03-31 16:23:18 -06:00
crds_gossip.rs pass Pubkeys as refs, copy only where values needed (#3213) 2019-03-09 19:28:43 -08:00
crds_gossip_error.rs Move src/ into core/src. Top-level crate is now called solana-workspace 2019-03-02 09:52:18 -08:00
crds_gossip_pull.rs Add a constructor to generate random pubkeys 2019-03-31 16:23:18 -06:00
crds_gossip_push.rs Add a constructor to generate random pubkeys 2019-03-31 16:23:18 -06:00
crds_value.rs Sign Gossip Vote Messages 2019-03-19 19:56:17 -07:00
entry.rs Upgrade to Rust 1.34.0 (#3781) 2019-04-15 15:56:08 -06:00
erasure.rs Revert "Use Rust erasure library and turn on erasure (#3768)" (#3827) 2019-04-17 12:52:12 -07:00
fetch_stage.rs rename forwarder ports to tpu_via_blobs 2019-03-11 14:07:17 -07:00
fullnode.rs Refactor LocalCluster and add support for listener nodes (#3790) 2019-04-15 15:27:45 -07:00
gen_keys.rs Move src/ into core/src. Top-level crate is now called solana-workspace 2019-03-02 09:52:18 -08:00
gossip_service.rs Log the spy node id by default for better debug (#3796) 2019-04-15 20:58:37 -07:00
leader_schedule.rs Add a constructor to generate random pubkeys 2019-03-31 16:23:18 -06:00
leader_schedule_utils.rs vote_api cleanup (#3710) 2019-04-10 17:52:47 -07:00
lib.rs Revert "Use Rust erasure library and turn on erasure (#3768)" (#3827) 2019-04-17 12:52:12 -07:00
local_cluster.rs Refactor LocalCluster and add support for listener nodes (#3790) 2019-04-15 15:27:45 -07:00
local_vote_signer_service.rs Add fullnode --dynamic-port-range option 2019-04-14 07:08:29 -07:00
locktower.rs rename locktower's slot to epoch (#3776) 2019-04-15 10:46:14 -07:00
packet.rs more rigorous erasure constants, comments (#3766) 2019-04-14 21:10:09 -07:00
poh.rs Move src/ into core/src. Top-level crate is now called solana-workspace 2019-03-02 09:52:18 -08:00
poh_recorder.rs Less pub in PohRecorder 2019-04-10 12:50:45 -07:00
poh_service.rs Refactor LocalCluster and add support for listener nodes (#3790) 2019-04-15 15:27:45 -07:00
recvmmsg.rs Move src/ into core/src. Top-level crate is now called solana-workspace 2019-03-02 09:52:18 -08:00
repair_service.rs Support old repair strategy for reparing slots in a range for supporting replicators (#3665) 2019-04-08 12:46:23 -07:00
replay_stage.rs persist set_root() and use it in blocktree_processor to limit squashes (#3782) 2019-04-15 13:12:28 -07:00
replicator.rs Cleanup client traits and create super trait (#3728) 2019-04-11 00:25:14 -07:00
result.rs Revert "Use Rust erasure library and turn on erasure (#3768)" (#3827) 2019-04-17 12:52:12 -07:00
retransmit_stage.rs Support old repair strategy for reparing slots in a range for supporting replicators (#3665) 2019-04-08 12:46:23 -07:00
rpc.rs Use a better name for new api 2019-04-12 14:58:22 -07:00
rpc_pubsub.rs Get everything off RpcSignatureStatus 2019-04-05 22:09:29 -06:00
rpc_pubsub_service.rs Properly plumb exit flag to PubSubService 2019-03-04 19:58:37 -08:00
rpc_service.rs bank fork rpc (#3351) 2019-03-18 14:18:43 -07:00
rpc_subscriptions.rs Get everything off RpcSignatureStatus 2019-04-05 22:09:29 -06:00
service.rs Move src/ into core/src. Top-level crate is now called solana-workspace 2019-03-02 09:52:18 -08:00
sigverify.rs reduce sigverify verbosity (#3813) 2019-04-16 18:25:53 -07:00
sigverify_stage.rs Name sigverify threads 2019-04-13 11:24:36 -07:00
staking_utils.rs net/ testnet nodes now stake more lamports (#3812) 2019-04-16 13:03:01 -07:00
storage_stage.rs Cleanup client traits and create super trait (#3728) 2019-04-11 00:25:14 -07:00
streamer.rs move core tests to core (#3355) 2019-03-18 22:08:21 -07:00
test_tx.rs Remove Instruction wrapper structs and name functions after enum fields 2019-04-03 13:34:27 -07:00
tpu.rs Process votes from gossip only in leader node (#3707) 2019-04-09 22:06:32 -07:00
tvu.rs Fix resetting PohRecorder to wrong bank (#3553) 2019-03-29 20:00:36 -07:00
voting_keypair.rs Send recent votes in Vote Transactions (#3734) 2019-04-11 14:48:36 -07:00
window_service.rs delete db_window.rs, move contents to window_service, clean up process_blobs (#3746) 2019-04-14 18:52:05 -07:00