* 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> Co-authored-by: sakridge <sakridge@gmail.com>
This commit is contained in:
@@ -30,6 +30,8 @@ EXPOSE 8006/udp
|
||||
EXPOSE 8007/udp
|
||||
# broadcast
|
||||
EXPOSE 8008/udp
|
||||
# tpu_vote
|
||||
EXPOSE 8009/udp
|
||||
|
||||
RUN apt update && \
|
||||
apt-get install -y bzip2 libssl-dev && \
|
||||
|
Reference in New Issue
Block a user