jholdstock
|
9660de7d9f
|
vote-validator: Use shutdown context.
Using the shutdown context provided by the internal signal package means
vote-validator can exit cleanly if shutdown is requested by the user.
|
2023-09-19 08:33:42 +01:00 |
|
jholdstock
|
a33bcbcbfd
|
multi: Reuse CurrentVoteVersion helper.
Moving CurrentVoteVersion to the config package allows it to be reused
in vote-validator.
|
2023-09-14 20:39:49 +01:00 |
|
jholdstock
|
d5d1c3239c
|
multi: Move netparams to internal.
A new internal package named config contains all of the hard-coded, network specific values used by vspd.
|
2023-09-14 20:39:49 +01:00 |
|
Jamie Holdstock
|
8bb868a5a5
|
Add vote-validator tool. (#335)
vote-validator is a tool for VSP admins to verify that their vspd deployment
is voting correctly according to user preferences.
|
2022-11-18 15:05:38 -05:00 |
|