planetdecred / dcrlibwallet

24 stars 41 forks source link

clone and use upstream vsp package #225

Closed itswisdomagain closed 2 years ago

itswisdomagain commented 2 years ago

The upstream vsp package provides more robust VSP tickets handling and includes provision for retrying VSP fee payments should the initial attempt error.

itswisdomagain commented 2 years ago

This commit introduces a deviation from the upstream spv package. Requires special review to be sure the change doesn't break anything.

itswisdomagain commented 2 years ago

This is being tested from https://github.com/planetdecred/godcr/pull/769 and it'll be ideal to ensure that works smoothly before merging this.