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

chore(deps): bump nybbles, correct some unchecked usages #6794

Merged
merged 3 commits into from Feb 26, 2024

Conversation

DaniPopes
Copy link
Member

@DaniPopes DaniPopes commented Feb 26, 2024

Copy link
Member

@onbjerg onbjerg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

crates/trie/src/walker.rs Outdated Show resolved Hide resolved
Comment on lines 187 to 193
loop {
if subnode.state_flag() {
return Ok(())
}
if subnode.nibble() == 0xf {
break;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change should be fine because the current subnode gets discarded below anyway with self.stack.pop()

@rkrasiuk rkrasiuk added this pull request to the merge queue Feb 26, 2024
Merged via the queue into main with commit 285312e Feb 26, 2024
30 checks passed
@rkrasiuk rkrasiuk deleted the dani/bump-nybbles branch February 26, 2024 16:23
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.

None yet

4 participants