Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore ways of avoiding storage of entire ancestry in vote-node #6

Open
rphmeier opened this issue Aug 28, 2018 · 0 comments
Open

Comments

@rphmeier
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant