decred / vspd

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

Break up and rename blockConnected function #444

Closed jholdstock closed 1 year ago

jholdstock commented 1 year ago

Splitting the large vspd.go file into several new files, and the blockConnected function into smaller, more specific functions.

Beyond the fact that small components are easier to maintain and reason about, this is also a step towards providing more granular (and thus more useful) log/error information,.