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

Pollard: add from_roots #65

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

Davidson-Souza
Copy link
Collaborator

One use for a partial pollard is for mempool and wallet implementations, where you need to keep track of a subset of the whole tree. Instead of remputing the pollard from genesis for every flavor of accumulator you have, you can sync-up using the [Stump] and then use its roots to create a up-to-date pollard.

One use for a partial pollard is for mempool and wallet implementations, where you need to
keep track of a subset of the whole tree. Instead of remputing the pollard from genesis for
every flavor of accumulator you have, you can sync-up using the [Stump] and then use its
roots to create a up-to-date pollard.
@Davidson-Souza Davidson-Souza changed the title Pollard: add a from_roots Pollard: add from_roots Jan 30, 2025
@Davidson-Souza Davidson-Souza merged commit 0b43edb into mit-dci:main Jan 31, 2025
10 checks passed
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

Successfully merging this pull request may close these issues.

1 participant