cspp
cspp copied to clipboard
Decred CoinShuffle++
This expects server deployments to have built a working csppsolver executable and it be placed in PATH.
Goal is to prevent a situation like decred/dcrwallet#2000 from happening again even if users are running the buggy client code.
Instead, their connection just immediately closes, and this causes "unexpected EOF" errors which are indistinguishable from network errors. A nicer server error should be sent to clients instead, before aborting...
The goal being to drop the CGO requirement.
tests currently commented out