cspp icon indicating copy to clipboard operation
cspp copied to clipboard

Decred CoinShuffle++

Results 6 cspp issues
Sort by recently updated
recently updated
newest added

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