decred / dcrwallet

A secure Decred wallet daemon written in Go (golang).
https://decred.org
ISC License
211 stars 153 forks source link

[v2.0] vsp: export vsp client #2359

Closed buck54321 closed 1 month ago

buck54321 commented 1 month ago

Not sure what the best course of action is here. We had worked with @jholdstock here and here to get a vsp client that we could use for PurchaseTickets in dcrdex. That code was removed 3 months later, oddly enough with the statement "At this point there are no known consumers of the vspd version of autoclient". Regardless, we would like to have access to the vsp client. Is there a reason it needs to be an internal package?

buck54321 commented 1 month ago

It's all good. I should have been subscribed to vspd repo notifications.

jrick commented 1 month ago

this will get tagged 4.1.0 since it adds new public api again

jrick commented 1 month ago

@buck54321 just noticed this pr was against the release branch and not master. Mind reopening also for master?