decred / vspd

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

vspadmin: Add retirexpub command #480

Closed jholdstock closed 3 months ago

jholdstock commented 3 months ago

Database Upgrade Warning

This PR adds a new command retirexpub to vspadmin. It opens an existing vspd database and replaces the currently used xpub with a new one. A database upgrade was required in order to support this functionality.

Current and historic xpubs are displayed on a new tab in the admin page of the web UI.

Closes #461