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
This will cause problems in scaling to million-block network splits for example. We should investigate some type of binary search for long runs of blocks without votes.
Perhaps we can even abstract over the concept of Ancestry in the vote-graph, with Vec<H> being one kind. We only need a few primitive operations, which might be possible to bundle into a trait.
The text was updated successfully, but these errors were encountered:
This will cause problems in scaling to million-block network splits for example. We should investigate some type of binary search for long runs of blocks without votes.
Perhaps we can even abstract over the concept of
Ancestry
in the vote-graph, withVec<H>
being one kind. We only need a few primitive operations, which might be possible to bundle into a trait.The text was updated successfully, but these errors were encountered: