Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validator fails to send vote if leader TPU is not found #2152

Closed
pgarg66 opened this issue Dec 13, 2018 · 0 comments
Closed

Validator fails to send vote if leader TPU is not found #2152

pgarg66 opened this issue Dec 13, 2018 · 0 comments
Assignees

Comments

@pgarg66
Copy link
Contributor

pgarg66 commented Dec 13, 2018

Problem

The validator sends its vote to leader's TPU address. If for some reason, the TPU address is not found in gossip, the vote will not be sent.

Proposed Solution

The validator should store the vote locally in a vector, and try to send all stored votes along with new vote (sequentially).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant