-
Notifications
You must be signed in to change notification settings - Fork 264
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: Add API TraverseStateChanges
to extract state changes from iavl versions
#654
Conversation
godoc added, can we backport to 0.19.x? it's an additive feature. |
TraverseStateChanges
to extract state changes from iavl versionsTraverseStateChanges
to extract state changes from iavl versions
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.
utACK. I think its fine to backport
could you provide some covering tests? |
done, added randomized round-trip test case to make sure extracted change set is identical to the original ones. |
@Mergifyio backport release/v0.19.0 |
❌ No backport have been created
|
awesome 👍 |
@Mergifyio backport release/v0.19.0 |
Sorry, I delete the branch too fast. |
❌ Command disallowed due to command restrictions in the Mergify configuration.
|
@Mergifyio backport release/v0.19.x |
✅ Backports have been created
|
…vl versions (backport cosmos#654) (cosmos#657) Co-authored-by: yihuang <huang@crypto.com> Co-authored-by: Marko <marbar3778@yahoo.com>
…vl versions (cosmos#654) Co-authored-by: Marko <marbar3778@yahoo.com>
…vl versions (cosmos#654) Co-authored-by: Marko <marbar3778@yahoo.com>
the diff algorithm is based on: #646