command
Version:
v0.0.0-...-ca8d67e
Opens a new window with list of versions in this module.
Published: Nov 2, 2024
License: ISC
Opens a new window with license information.
Imports: 17
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
vote-validator
vote-validator is a tool for VSP admins to verify that their vspd deployment
is voting correctly according to user preferences.
What it does
- Retrieve all voted tickets from the provided vspd database file.
- Retrieve vote info from dcrdata for every voted ticket.
- For the n most recently voted tickets, compare the vote choices recorded
on-chain to the vote choices set by the user.
- Write details of any discrepancies to a file for further investigation.
How to run it
Only run vote-validator using a copy of the vspd database backup file.
Never use a real production database.
vote-validator can be run from the repository root as such:
go run ./cmd/vote-validator -n 1000 -f ./vspd.db-backup
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.