You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should update the Burnchain::sync() method to first compute the canonical affirmation map. This would mean downloading all burnchain block ops before downloading Stacks blocks, or possibly receiving it on the command-line as a hint.
We should remove the PoxSyncWatchdog, and have the main run-loop rely solely on the chains coordinator to block chain synchronization if we're waiting for a known-extant anchor block.
We may need to tweak the downloader so the run-loop can hint to the downloader that an absent but known-extant anchor block is blocking chain synchronization.
The text was updated successfully, but these errors were encountered:
This supersedes #2095.
We should update the
Burnchain::sync()
method to first compute the canonical affirmation map. This would mean downloading all burnchain block ops before downloading Stacks blocks, or possibly receiving it on the command-line as a hint.We should remove the PoxSyncWatchdog, and have the main run-loop rely solely on the chains coordinator to block chain synchronization if we're waiting for a known-extant anchor block.
We may need to tweak the downloader so the run-loop can hint to the downloader that an absent but known-extant anchor block is blocking chain synchronization.
The text was updated successfully, but these errors were encountered: