solana/core/src
Michael Vines 94beb4b8c2
More fullnode -> validator renaming (#4414)
* s/fullnode_config/validator_config/g

* s/FullnodeConfig/ValidatorConfig/g

* mv core/lib/fullnode.rs core/lib/validator.rs

* s/Fullnode/Validator/g

* Add replicator-x.sh

* Rename fullnode.md to validator.md

* cargo fmt
2019-05-23 22:05:16 -07:00
..
blocktree Implement listener for serving repairs through Repairman protocol (#4306) 2019-05-23 03:10:16 -07:00
bank_forks.rs create_genesis_block() now returns a struct (#4403) 2019-05-22 20:39:00 -07:00
banking_stage.rs add freeze_lock() and fix par_process_entries() failure to detect self conflict (#4415) 2019-05-23 17:35:15 -07:00
blob_fetch_stage.rs Clean up exit flag handing across TVU 2019-03-04 21:26:50 -08:00
blockstream.rs Remove fee arg from system_transaction::* (#4346) 2019-05-20 10:03:19 -07:00
blockstream_service.rs create_genesis_block() now returns a struct (#4403) 2019-05-22 20:39:00 -07:00
blocktree.rs Implement listener for serving repairs through Repairman protocol (#4306) 2019-05-23 03:10:16 -07:00
blocktree_processor.rs add freeze_lock() and fix par_process_entries() failure to detect self conflict (#4415) 2019-05-23 17:35:15 -07:00
broadcast_stage.rs create_genesis_block() now returns a struct (#4403) 2019-05-22 20:39:00 -07:00
chacha.rs Transaction format changes toward Credit-Only accounts (#4386) 2019-05-22 18:23:16 -04:00
chacha_cuda.rs Fix bug in storage processor and remove duplicate Constant (#4294) 2019-05-15 13:28:56 -07:00
cluster.rs Restart node test (#3459) (#3465) 2019-03-23 19:19:55 -07:00
cluster_info.rs Change EpochSlots to use BtreeSet so that serialization/deserialization returns the same order (#4404) 2019-05-23 03:50:41 -07:00
cluster_info_repair_listener.rs Change EpochSlots to use BtreeSet so that serialization/deserialization returns the same order (#4404) 2019-05-23 03:50:41 -07:00
cluster_info_vote_listener.rs add bank hash to votes (#4381) 2019-05-21 21:45:38 -07:00
cluster_tests.rs Add storage mining pool (#4364) 2019-05-23 14:50:23 -07:00
contact_info.rs Add a node-specific ip echo service to remove dependency on ifconfig.co (#4137) 2019-05-03 11:01:35 -07:00
crds.rs Add a constructor to generate random pubkeys 2019-03-31 16:23:18 -06:00
crds_gossip.rs Revert "Create bank snapshots (#3671)" (#4243) 2019-05-09 19:27:27 -07:00
crds_gossip_error.rs
crds_gossip_pull.rs Revert "Create bank snapshots (#3671)" (#4243) 2019-05-09 19:27:27 -07:00
crds_gossip_push.rs Revert "Create bank snapshots (#3671)" (#4243) 2019-05-09 19:27:27 -07:00
crds_value.rs Change EpochSlots to use BtreeSet so that serialization/deserialization returns the same order (#4404) 2019-05-23 03:50:41 -07:00
entry.rs support issuing vote instructions from system account (#4338) 2019-05-20 13:32:32 -07:00
erasure.rs Add genesis_blockhash to erasure blobs so they don't get filtered out by window_service (#4247) 2019-05-10 14:06:31 -07:00
fetch_stage.rs Adjust log level for counter metrics (#4323) 2019-05-17 07:00:06 -07:00
gen_keys.rs Revert-revert migrate to ed25519-dalek crate (#3877) 2019-04-18 14:37:20 -06:00
genesis_utils.rs create_genesis_block() now returns a struct (#4403) 2019-05-22 20:39:00 -07:00
gossip_service.rs Correctly remove replicator from data plane after its done repairing (#4301) 2019-05-16 07:14:58 -07:00
leader_schedule.rs Add a cache for leader schedules (#3841) 2019-04-19 02:39:44 -07:00
leader_schedule_cache.rs create_genesis_block() now returns a struct (#4403) 2019-05-22 20:39:00 -07:00
leader_schedule_utils.rs create_genesis_block() now returns a struct (#4403) 2019-05-22 20:39:00 -07:00
lib.rs More fullnode -> validator renaming (#4414) 2019-05-23 22:05:16 -07:00
local_cluster.rs More fullnode -> validator renaming (#4414) 2019-05-23 22:05:16 -07:00
local_vote_signer_service.rs Add fullnode --dynamic-port-range option 2019-04-14 07:08:29 -07:00
locktower.rs add bank hash to votes (#4381) 2019-05-21 21:45:38 -07:00
packet.rs Revert "Performance tweaks (#4340)" (#4350) 2019-05-20 17:48:42 -07:00
poh.rs Improve PoH unit test asserts (#4351) 2019-05-20 13:02:44 -07:00
poh_recorder.rs create_genesis_block() now returns a struct (#4403) 2019-05-22 20:39:00 -07:00
poh_service.rs create_genesis_block() now returns a struct (#4403) 2019-05-22 20:39:00 -07:00
recvmmsg.rs
repair_service.rs Change EpochSlots to use BtreeSet so that serialization/deserialization returns the same order (#4404) 2019-05-23 03:50:41 -07:00
replay_stage.rs create_genesis_block() now returns a struct (#4403) 2019-05-22 20:39:00 -07:00
replicator.rs Add storage mining pool (#4364) 2019-05-23 14:50:23 -07:00
result.rs Revert "Revert "revert-revert-erasure and erasure fixes (#3833)" (#3855)" (#3889) 2019-04-18 21:56:43 -07:00
retransmit_stage.rs Use log levels for datapoint metrics (#4335) 2019-05-17 17:34:05 -07:00
rpc.rs create_genesis_block() now returns a struct (#4403) 2019-05-22 20:39:00 -07:00
rpc_pubsub.rs create_genesis_block() now returns a struct (#4403) 2019-05-22 20:39:00 -07:00
rpc_pubsub_service.rs Properly plumb exit flag to PubSubService 2019-03-04 19:58:37 -08:00
rpc_service.rs create_genesis_block() now returns a struct (#4403) 2019-05-22 20:39:00 -07:00
rpc_subscriptions.rs create_genesis_block() now returns a struct (#4403) 2019-05-22 20:39:00 -07:00
service.rs
sigverify.rs Transaction format changes toward Credit-Only accounts (#4386) 2019-05-22 18:23:16 -04:00
sigverify_stage.rs Revert "Performance tweaks (#4340)" (#4350) 2019-05-20 17:48:42 -07:00
staking_utils.rs create_genesis_block() now returns a struct (#4403) 2019-05-22 20:39:00 -07:00
storage_stage.rs Add storage mining pool (#4364) 2019-05-23 14:50:23 -07:00
streamer.rs Use smaller batch size in sigverify stage if CUDA is not available (#3951) 2019-04-23 12:41:50 -07:00
test_tx.rs Remove fee arg from system_transaction::* (#4346) 2019-05-20 10:03:19 -07:00
tpu.rs Change replicators to slot-based (#4118) 2019-05-03 16:27:53 -07:00
tvu.rs create_genesis_block() now returns a struct (#4403) 2019-05-22 20:39:00 -07:00
validator.rs More fullnode -> validator renaming (#4414) 2019-05-23 22:05:16 -07:00
window_service.rs create_genesis_block() now returns a struct (#4403) 2019-05-22 20:39:00 -07:00