decred / dcrwallet

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

Attempt cxns to >=3 mixing-capable peers #2384

Closed jrick closed 2 weeks ago

jrick commented 2 weeks ago

Similar to dcrd, we want SPV wallets to maintain a minimum number of peers that support the mixing protocol version. This will be especially important after dcrwallet is updated to a mixclient branch that submits PR messages over the entire duration before the epoch occurs, as any errors for failed message sends due to not having a single mixing-capable peer connected would be delayed far into the future.

davecgh commented 2 weeks ago

Updates looked good too.