Tpu vote 1.7 (#20187)
* Add separate vote processing tpu port * Add feature to send to tpu vote port * Add vote rejecting sigverify mode * use packet.meta.is_simple_vote_tx in place of deserialization * consolidate code that identifies vote tx atcommon path for cpu and gpu * new key for feature set * banking forward tpu vote * add tpu vote port to dockerfile and other review changes * Simplify thread id compare * fix a test; updated cluster_info ABI change Co-authored-by: Tao Zhu <tao@solana.com>
This commit is contained in:
@@ -764,6 +764,7 @@ impl Validator {
|
||||
retransmit_slots_receiver,
|
||||
node.sockets.tpu,
|
||||
node.sockets.tpu_forwards,
|
||||
node.sockets.tpu_vote,
|
||||
node.sockets.broadcast,
|
||||
&rpc_subscriptions,
|
||||
transaction_status_sender,
|
||||
|
Reference in New Issue
Block a user