SiaFoundation / siad

The Sia daemon
https://sia.tech
MIT License
130 stars 28 forks source link

Requeue proof action item #145

Closed n8maninger closed 2 years ago

n8maninger commented 2 years ago

Adds a call to queueActionItem in the storage proof branch above the transaction builder so the host will attempt to submit a proof every three blocks during the proof window. Should prevent the host from failing contracts due to temporary issues.

Logic needs to be careful that additional action items aren't causing removeStorageObligation to be called multiple times