Ingest votes from gossip into fork choice (#16560) (#16724)

(cherry picked from commit 4c94f8933f)

Co-authored-by: carllin <carl@solana.com>
This commit is contained in:
mergify[bot]
2021-04-23 07:20:10 +00:00
committed by GitHub
parent d203bd1998
commit 5b74678e37
10 changed files with 1156 additions and 336 deletions

View File

@@ -41,6 +41,7 @@ pub mod fork_choice;
pub mod gen_keys;
pub mod gossip_service;
pub mod heaviest_subtree_fork_choice;
pub mod latest_validator_votes_for_frozen_banks;
pub mod ledger_cleanup_service;
pub mod non_circulating_supply;
pub mod optimistic_confirmation_verifier;
@@ -77,6 +78,7 @@ pub mod tpu;
pub mod transaction_status_service;
pub mod tree_diff;
pub mod tvu;
pub mod unfrozen_gossip_verified_vote_hashes;
pub mod validator;
pub mod verified_vote_packets;
pub mod vote_stake_tracker;