-
Notifications
You must be signed in to change notification settings - Fork 265
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: rootKey empty check by len equals 0 #801
Conversation
this change should not have been included in e46665c
@tac0turtle Is it possible that we backport this to v0.20.x? |
i dont see this being part of v0.20. I might be looking the wrong place, are you able to see it? |
Yes, https://github.com/cosmos/iavl/blob/release/v0.20.x/iterator.go#L272 |
Co-authored-by: Marko <marbar3778@yahoo.com>
If this gets backported in v0.20, we should backport it in v1.0.0 and v0.21 as well. |
@Mergifyio backport release/v1.x.x |
✅ Backports have been created
|
Co-authored-by: Marko <marbar3778@yahoo.com> (cherry picked from commit 06f5be1) # Conflicts: # CHANGELOG.md
@Mergifyio backport release v0.20.x |
❌ No backport have been created
GitHub error:
GitHub error: |
@Mergifyio backport release/v0.20.x |
✅ Backports have been created
|
Co-authored-by: Marko <marbar3778@yahoo.com> (cherry picked from commit 06f5be1) # Conflicts: # CHANGELOG.md # iterator_test.go
@Mergifyio backport release/v0.21.x |
✅ Backports have been created
|
Co-authored-by: Marko <marbar3778@yahoo.com> (cherry picked from commit 06f5be1) # Conflicts: # CHANGELOG.md # iterator.go # iterator_test.go
this change should not have been included in e46665c