decred / vspd

A Voting Service Provider (VSP) for the Decred network.
ISC License
18 stars 21 forks source link

Hoist database integrity checks up to vspd. #406

Closed jholdstock closed 1 year ago

jholdstock commented 1 year ago

This lays the groundwork for adding new integrity checks in future. The first of which will be implementing #268, using gcs filters to update all tickets in revoked status to either be missed or expired.

Requires #408 and #409

jholdstock commented 1 year ago

Merging this without the context bits. Will address that separately because its a larger issue.