Add Vote PubSub endpoint for live gossip votes. (#10045)

* Add Vote PubSub endpoint for live gossip votes.

* Updated tests for Vote RPC and Vote Listener

* Add JSON RPC documentation for Vote RPC.

* Base58 encode hash in Vote RPC response.
This commit is contained in:
Reisen
2020-05-17 22:01:08 +01:00
committed by GitHub
parent 9222bc2b35
commit bfcfbab818
6 changed files with 324 additions and 21 deletions

View File

@ -448,6 +448,7 @@ impl Validator {
node.sockets.tpu,
node.sockets.tpu_forwards,
node.sockets.broadcast,
&subscriptions,
transaction_status_sender,
&blockstore,
&config.broadcast_stage_type,