solana/core/src
behzad nouri cd17f63d81
adds back position field to coding-shred-header (#21600)
https://github.com/solana-labs/solana/pull/17004
removed position field from coding-shred-header because as it stands the
field is redundant and unused.
However, with the upcoming changes to erasure coding schema this field
will no longer be redundant and needs to be populated.
2021-12-05 14:42:09 +00:00
..
broadcast_stage Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
accounts_hash_verifier.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
ancestor_hashes_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
banking_stage.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
broadcast_stage.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
cache_block_meta_service.rs Add block height to ConfirmedBlock structs (#17523) 2021-05-26 22:16:16 -06:00
cluster_info_vote_listener.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
cluster_nodes.rs adds metrics tracking crds writes and votes (#20953) 2021-10-26 13:02:30 +00:00
cluster_slot_state_verifier.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
cluster_slots.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
cluster_slots_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
commitment_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
completed_data_sets_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
consensus.rs Resolve nightly-2021-10-05 clippy complaints 2021-10-06 10:37:58 -07:00
cost_update_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
drop_bank_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
duplicate_repair_status.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
fetch_stage.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
fork_choice.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
gen_keys.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
heaviest_subtree_fork_choice.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
latest_validator_votes_for_frozen_banks.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
ledger_cleanup_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
lib.rs prioritize slot repairs for unknown last index and close to completion (#21070) 2021-11-19 19:17:30 -08:00
optimistic_confirmation_verifier.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
outstanding_requests.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
packet_hasher.rs sends shreds (instead of packets) to retransmit stage 2021-08-17 13:44:10 +00:00
progress_map.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
qos_service.rs Refactor accounts.rs with Justin's comments to improve lock accounts (#21406) 2021-11-23 21:17:55 +00:00
repair_generic_traversal.rs fix distance calculation in get_closest_completion (#21601) 2021-12-03 22:36:46 -08:00
repair_response.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
repair_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
repair_weight.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
repair_weighted_traversal.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
replay_stage.rs Remove deprecated slow epoch boundary methods (#21568) 2021-12-03 17:59:10 +00:00
request_response.rs Add non-default repair nonce values (#16512) 2021-04-20 09:37:33 -07:00
result.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
retransmit_stage.rs adds back position field to coding-shred-header (#21600) 2021-12-05 14:42:09 +00:00
rewards_recorder_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
sample_performance_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
serve_repair.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
serve_repair_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
shred_fetch_stage.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
sigverify.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
sigverify_shreds.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
sigverify_stage.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
snapshot_packager_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
system_monitor_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
tower_storage.rs Add EtcdTowerStorage 2021-08-14 09:46:36 -07:00
tpu.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
tree_diff.rs Allow fork choice to support multiple versions of a slot (#16266) 2021-04-12 01:00:59 -07:00
tvu.rs Remove deprecated slow epoch boundary methods (#21568) 2021-12-03 17:59:10 +00:00
unfrozen_gossip_verified_vote_hashes.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
validator.rs Remove deprecated slow epoch boundary methods (#21568) 2021-12-03 17:59:10 +00:00
verified_vote_packets.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
vote_simulator.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
vote_stake_tracker.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
voting_service.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
window_service.rs adds back position field to coding-shred-header (#21600) 2021-12-05 14:42:09 +00:00