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

Add vote-validator tool. #335

Merged
merged 1 commit into from Nov 18, 2022
Merged

Add vote-validator tool. #335

merged 1 commit into from Nov 18, 2022

Conversation

jholdstock
Copy link
Member

@jholdstock jholdstock commented Mar 22, 2022

vote-validator is a tool for VSP admins to verify that their vspd deployment is voting correctly according to user preferences.

What it does

  1. Retrieve all voted tickets from the provided vspd database file.
  2. Retrieve vote info from dcrdata for every voted ticket.
  3. For the n most recently voted tickets, compare the vote choices recorded
    on-chain to the vote choices set by the user.
  4. Write details of any discrepancies to a file for further investigation.

@jholdstock jholdstock mentioned this pull request Mar 28, 2022
@jholdstock jholdstock force-pushed the vote-validator branch 2 times, most recently from 3d126a9 to 4404f9e Compare June 13, 2022 13:58
@jholdstock jholdstock force-pushed the vote-validator branch 2 times, most recently from c82ac98 to 8231190 Compare September 27, 2022 09:17
vote-validator is a tool for VSP admins to verify that their vspd deployment
is voting correctly according to user preferences.
@jholdstock jholdstock marked this pull request as ready for review October 8, 2022 06:55
@jholdstock
Copy link
Member Author

PR has changed substantially since @dajohi gave his approval above. It's worth another look.

@dajohi dajohi merged commit 8bb868a into decred:master Nov 18, 2022
@jholdstock jholdstock deleted the vote-validator branch September 20, 2023 08:23
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

Successfully merging this pull request may close these issues.

None yet

2 participants