decred / dcrwallet

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

chain: Fetch unknown PRs of notified orphan KEs #2358

Closed jrick closed 1 month ago

jrick commented 1 month ago

This changes the notification handler when a run-0 KE is received but the sender's own PR is not yet known to request the PR from dcrd.

Because this also works to initially sync the mixpool during the warming period, the previous call to getmixpairrequests is no longer necessary and has been removed.

jrick commented 1 month ago

This requires decred/dcrd#3307 and decred/dcrd#3308 first, so that the module replaces can be reverted.