-
Notifications
You must be signed in to change notification settings - Fork 781
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
fix(trie): handle root key and value during pruned integrity verification #2296
Conversation
Codecov Report
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. |
41d35b6
to
5de471f
Compare
Co-authored-by: Jochem Brouwer <[email protected]>
Co-authored-by: Jochem Brouwer <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Just for my understanding: what are the practical implications of this issue? |
The |
@holgerd77 when do things usually get released? Has been 3 weeks now and I currently use the repository directly locally because this hasn't landed on NPM yet. |
Ah, sorry, haven't found "the right" moment yet, since we have still some issues open (like #2295) which are also somewhat pressing and I hoped that we could get this fixed along and release in sync. Maybe we'll just have to do this in 2 or more rounds though and I'll just move over to a more regular release cycle, will likely still more things trickling in resulting from first-time breaking release usage. I'll give last minute fix tries another 2-3 days until the end of the week and then prepare new releases at the beginning of next week no matter what status we'll have on some selected hanging ones (issues). |
Resolves an issue where the function would fail when only the root key is present as a key but not the root value.