.. |
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
|
Add keccak-secp256k1 instruction (#11839)
|
2020-09-15 18:23:21 -07:00 |
bigtable_upload_service.rs
|
Add LARGEST_CONFIRMED_ROOT_UPLOAD_DELAY
|
2020-09-04 16:01:49 -07:00 |
broadcast_stage.rs
|
Address latest nightly clippy lints, but globally disable stable_sort_primitive
|
2020-08-17 22:36:10 -07:00 |
cache_block_time_service.rs
|
Cache block time in Blockstore (#11955)
|
2020-09-09 09:33:14 -06:00 |
cluster_info.rs
|
Add --gossip-validator argument
|
2020-09-14 20:18:27 -07:00 |
cluster_info_vote_listener.rs
|
Fix bad predicate with malformed gossip votes (#12072)
|
2020-09-06 13:27:50 +09: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 |
completed_data_sets_service.rs
|
Detect and notify when deserializable shreds are available (#11816)
|
2020-09-01 22:06:06 -07:00 |
consensus.rs
|
Small cleaning around consensus/bank_forks (#11873)
|
2020-08-28 08:56:53 +09:00 |
contact_info.rs
|
Add a client for BankForks (#10728)
|
2020-08-07 08:45:17 -06:00 |
crds.rs
|
shards crds values based on their hash prefix (#12187)
|
2020-09-17 14:05:16 +00:00 |
crds_gossip.rs
|
Add --gossip-validator argument
|
2020-09-14 20:18:27 -07:00 |
crds_gossip_error.rs
|
Fix fannout gossip bench (#10509)
|
2020-06-13 22:03:38 -07:00 |
crds_gossip_pull.rs
|
shards crds values based on their hash prefix (#12187)
|
2020-09-17 14:05:16 +00:00 |
crds_gossip_push.rs
|
Add --gossip-validator argument
|
2020-09-14 20:18:27 -07:00 |
crds_shards.rs
|
shards crds values based on their hash prefix (#12187)
|
2020-09-17 14:05:16 +00: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
|
…
|
|
fork_choice.rs
|
Merge heaviest bank modules (#10672)
|
2020-06-18 03:59:08 +00:00 |
gen_keys.rs
|
…
|
|
gossip_service.rs
|
Add --gossip-validator argument
|
2020-09-14 20:18:27 -07:00 |
heaviest_subtree_fork_choice.rs
|
Remove log (#11949)
|
2020-08-31 16:40:22 -07:00 |
ledger_cleanup_service.rs
|
Remove ledger purge batching (#10830)
|
2020-06-29 14:44:35 -07:00 |
lib.rs
|
shards crds values based on their hash prefix (#12187)
|
2020-09-17 14:05:16 +00:00 |
local_vote_signer_service.rs
|
…
|
|
non_circulating_supply.rs
|
Check bank capitalization (#11927)
|
2020-09-12 01:48:06 +09: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
|
…
|
|
progress_map.rs
|
Fix propagation on startup from snapshot (#12177)
|
2020-09-11 02:03:11 -07:00 |
pubkey_references.rs
|
…
|
|
repair_response.rs
|
…
|
|
repair_service.rs
|
Add option for repairing only from trusted validators (#11752)
|
2020-08-21 00:35:11 -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
|
Fix propagation on startup from snapshot (#12177)
|
2020-09-11 02:03:11 -07:00 |
result.rs
|
Detect and notify when deserializable shreds are available (#11816)
|
2020-09-01 22:06:06 -07:00 |
retransmit_stage.rs
|
Detect and notify when deserializable shreds are available (#11816)
|
2020-09-01 22:06:06 -07:00 |
rewards_recorder_service.rs
|
…
|
|
rpc.rs
|
SendTransactionServices now exit their thread on channel drop instead of by a flag
|
2020-09-18 17:29:10 +00:00 |
rpc_error.rs
|
RPC sendTransaction now returns transaction logs on simulation failure
|
2020-09-16 08:42:26 -07:00 |
rpc_health.rs
|
…
|
|
rpc_pubsub.rs
|
Revert signature-notification format change (#12032)
|
2020-09-03 18:14:45 -06:00 |
rpc_pubsub_service.rs
|
RPC: Limit request payload size to 50kB
|
2020-09-16 20:21:59 +00:00 |
rpc_service.rs
|
SendTransactionServices now exit their thread on channel drop instead of by a flag
|
2020-09-18 17:29:10 +00:00 |
rpc_subscriptions.rs
|
Program subscriptions now properly check results len and token program id (#12139)
|
2020-09-09 21:07:29 +00:00 |
send_transaction_service.rs
|
SendTransactionServices now exit their thread on channel drop instead of by a flag
|
2020-09-18 17:29:10 +00:00 |
serve_repair.rs
|
Add option for repairing only from trusted validators (#11752)
|
2020-08-21 00:35:11 -07:00 |
serve_repair_service.rs
|
…
|
|
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
|
…
|
|
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
|
Add keccak-secp256k1 instruction (#11839)
|
2020-09-15 18:23:21 -07:00 |
tree_diff.rs
|
Add TreeDiff trait to reuse tree functions (#11046)
|
2020-07-14 07:38:48 +00:00 |
tvu.rs
|
Cache block time in Blockstore (#11955)
|
2020-09-09 09:33:14 -06:00 |
validator.rs
|
Add --gossip-validator argument
|
2020-09-14 20:18:27 -07: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
|
Detect and notify when deserializable shreds are available (#11816)
|
2020-09-01 22:06:06 -07:00 |