decred / vspd

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

Downgrade dcrwallet dep to v3. #454

Closed jholdstock closed 10 months ago

jholdstock commented 10 months ago

NOTE: Candidate for backporting to 1.3 release

This downgrade changes StakePoolTicketFee back to the version which does not consider DCP-0012 activation.

This resolves an issue where Decrediton sometimes fails to pay VSP fees, caused by Decrediton and vspd independently calculating the fee amount using different versions of the algorithm.

Releasing the new algorithm will need to be more carefully coordinated, potentially requiring both client and server sides to be updated in sync.