-
Notifications
You must be signed in to change notification settings - Fork 39
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
feat: Batch deletions from Utreexo accumulator #253
feat: Batch deletions from Utreexo accumulator #253
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@Groxan pls rebase and extend the stump verification. |
@m-kus I've reimplemented verification in a more efficient way (also added more advanced test cases) and reimplemented deletion, using the new algorithm. Since deletion actually includes verification, I called it p.s. I didn't remove the existing verification, but moved it to |
Thanks! Great job 👍 |
This PR includes implementation of batch deletion for
StumpUtreexoAccumulator
, according to the reference implementation in rustreexo.