solana/core/src
Tyera Eulberg 2fd2aceeb2
Bump spl-token to clean up magic number (#11726)
2020-08-20 09:51:12 -06:00
..
broadcast_stage Fix typos (#10675) 2020-06-17 20:54:52 -07:00
accounts_background_service.rs Add jitter to cleanup to prevent all nodes cleaning at the same time (#10936) 2020-07-10 11:54:45 -07:00
accounts_hash_verifier.rs Add CLI options and runtime support for selection of output snapshot version. (#10536) 2020-06-19 14:38:37 +09:00
bank_weight_fork_choice.rs Add {Vote, Tower}::last_voted_slot() (#10734) 2020-06-23 11:59:54 +09:00
banking_stage.rs Send votes from banking stage to vote listener (#11434) 2020-08-07 11:21:35 -07:00
broadcast_stage.rs Address latest nightly clippy lints, but globally disable stable_sort_primitive 2020-08-17 22:36:10 -07:00
cluster_info.rs Filter push/pulls from spies (#11620) 2020-08-18 18:52:45 -07:00
cluster_info_vote_listener.rs Send votes from banking stage to vote listener (#11434) 2020-08-07 11:21:35 -07:00
cluster_slots.rs Move BankForks to solana_runtime (#10637) 2020-06-17 15:27:03 +00:00
cluster_slots_service.rs Move cluster slots update to separate thread (#11523) 2020-08-11 12:48:13 -07:00
commitment_service.rs Cleanup test utilities (#11723) 2020-08-20 05:04:38 +00:00
consensus.rs Add hook for getting vote transactions on replay (#11264) 2020-07-29 23:17:40 -07:00
contact_info.rs Add a client for BankForks (#10728) 2020-08-07 08:45:17 -06:00
crds.rs generate_pull_response optimization (#11597) 2020-08-12 22:45:19 -07:00
crds_gossip.rs filter out old gossip pull requests (#11448) 2020-08-11 06:26:42 -07:00
crds_gossip_error.rs Fix fannout gossip bench (#10509) 2020-06-13 22:03:38 -07:00
crds_gossip_pull.rs Filter push/pulls from spies (#11620) 2020-08-18 18:52:45 -07:00
crds_gossip_push.rs Filter push/pulls from spies (#11620) 2020-08-18 18:52:45 -07:00
crds_value.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
deprecated.rs Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012) 2020-07-06 20:22:23 +09:00
epoch_slots.rs Address latest nightly clippy lints, but globally disable stable_sort_primitive 2020-08-17 22:36:10 -07:00
fetch_stage.rs Pull streamer out into its own module. (#8917) 2020-03-17 23:30:23 -07:00
fork_choice.rs Merge heaviest bank modules (#10672) 2020-06-18 03:59:08 +00:00
gen_keys.rs
gossip_service.rs clippy 2020-08-03 18:35:15 +00:00
heaviest_subtree_fork_choice.rs Add TreeDiff trait to reuse tree functions (#11046) 2020-07-14 07:38:48 +00:00
ledger_cleanup_service.rs Remove ledger purge batching (#10830) 2020-06-29 14:44:35 -07:00
lib.rs Make BPF Loader static (#11516) 2020-08-14 12:32:45 -07:00
local_vote_signer_service.rs
non_circulating_supply.rs Withdraw authority no longer implies a custodian (#11302) 2020-07-31 13:37:53 -06:00
optimistic_confirmation_verifier.rs Add integration test for optimistic confirmation failure detection (#11353) 2020-08-03 20:01:52 -07:00
poh_recorder.rs Skip grace blocks if previous leader was on different fork (#11679) 2020-08-19 08:16:24 +00:00
poh_service.rs Enable and add tick rate to metrics (#10430) 2020-06-06 11:47:11 -07:00
progress_map.rs Speed up local cluster partitioning tests (#11177) 2020-07-23 18:50:42 -07:00
pubkey_references.rs Factor out LockedPubkeyReferences (#10198) 2020-05-22 23:23:17 -07:00
repair_response.rs master: Add nonce to shreds repairs, add shred data size to header (#10109) 2020-05-19 12:38:18 -07:00
repair_service.rs Move cluster slots update to separate thread (#11523) 2020-08-11 12:48:13 -07:00
repair_weight.rs Cleanup test utilities (#11723) 2020-08-20 05:04:38 +00:00
repair_weighted_traversal.rs Cleanup test utilities (#11723) 2020-08-20 05:04:38 +00:00
replay_stage.rs Send votes from banking stage to vote listener (#11434) 2020-08-07 11:21:35 -07:00
result.rs Add replay votes to gossip vote tracking (#11119) 2020-07-20 17:29:07 -07:00
retransmit_stage.rs Move cluster slots update to separate thread (#11523) 2020-08-11 12:48:13 -07:00
rewards_recorder_service.rs move rpc types from client to client-types crate (#9039) 2020-03-26 13:29:30 -07:00
rpc.rs Bump spl-token to clean up magic number (#11726) 2020-08-20 09:51:12 -06:00
rpc_error.rs Add new RPC error for TXs with no signatures 2020-07-30 00:07:33 -06:00
rpc_health.rs Remove lock around JsonRpcRequestProcessor (#10417) 2020-06-07 20:54:03 -07:00
rpc_pubsub.rs Re-do rent collection check on rent-exempt account (#11349) 2020-08-17 14:22:16 +09:00
rpc_pubsub_service.rs Move BankCommitmentCache to solana_runtime (#10816) 2020-06-25 22:06:58 -06:00
rpc_service.rs Plumb Bigtable ledger storage into the RPC subsystem 2020-08-05 14:27:12 -07:00
rpc_subscriptions.rs Re-do rent collection check on rent-exempt account (#11349) 2020-08-17 14:22:16 +09:00
serve_repair.rs Add a client for BankForks (#10728) 2020-08-07 08:45:17 -06:00
serve_repair_service.rs Pull streamer out into its own module. (#8917) 2020-03-17 23:30:23 -07:00
shred_fetch_stage.rs Move BankForks to solana_runtime (#10637) 2020-06-17 15:27:03 +00:00
sigverify.rs
sigverify_shreds.rs Move BankForks to solana_runtime (#10637) 2020-06-17 15:27:03 +00:00
sigverify_stage.rs Pull streamer out into its own module. (#8917) 2020-03-17 23:30:23 -07:00
snapshot_packager_service.rs Add CLI options and runtime support for selection of output snapshot version. (#10536) 2020-06-19 14:38:37 +09:00
tpu.rs Send votes from banking stage to vote listener (#11434) 2020-08-07 11:21:35 -07:00
transaction_status_service.rs Send votes from banking stage to vote listener (#11434) 2020-08-07 11:21:35 -07:00
tree_diff.rs Add TreeDiff trait to reuse tree functions (#11046) 2020-07-14 07:38:48 +00:00
tvu.rs Send votes from banking stage to vote listener (#11434) 2020-08-07 11:21:35 -07:00
validator.rs Cleanup test utilities (#11723) 2020-08-20 05:04:38 +00:00
verified_vote_packets.rs Switch to using weighted repair in RepairService (#10735) 2020-07-10 05:52:54 +00:00
vote_stake_tracker.rs Switch to optimistic conf for notifying gossip subscribers (#11289) 2020-07-30 02:52:27 -07:00
weighted_shuffle.rs
window_service.rs Switch to using weighted repair in RepairService (#10735) 2020-07-10 05:52:54 +00:00