feat: Add API TraverseStateChanges to extract state changes from iavl versions#654
Merged
tac0turtle merged 9 commits intocosmos:masterfrom Jan 10, 2023
Merged
Conversation
yihuang
commented
Jan 3, 2023
13 tasks
tac0turtle
reviewed
Jan 3, 2023
Author
|
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
Merged
tac0turtle
approved these changes
Jan 4, 2023
Contributor
tac0turtle
left a comment
There was a problem hiding this comment.
utACK. I think its fine to backport
Contributor
|
could you provide some covering tests? |
added 2 commits
January 5, 2023 14:44
Author
done, added randomized round-trip test case to make sure extracted change set is identical to the original ones. |
cool-develope
approved these changes
Jan 9, 2023
Contributor
|
@Mergifyio backport release/v0.19.0 |
Contributor
❌ No backport have been createdDetails
|
Author
|
awesome 👍 |
Author
|
@Mergifyio backport release/v0.19.0 |
Author
|
Sorry, I delete the branch too fast. |
Contributor
❌ Command disallowed due to command restrictions in the Mergify configuration.Details
|
Contributor
|
@Mergifyio backport release/v0.19.x |
Contributor
✅ Backports have been createdDetails
|
ankurdotb
pushed a commit
to cheqd/iavl
that referenced
this pull request
Feb 28, 2023
…vl versions (backport cosmos#654) (cosmos#657) Co-authored-by: yihuang <huang@crypto.com> Co-authored-by: Marko <marbar3778@yahoo.com>
mmsqe
pushed a commit
to mmsqe/iavl
that referenced
this pull request
Jun 29, 2023
…vl versions (cosmos#654) Co-authored-by: Marko <marbar3778@yahoo.com>
mmsqe
pushed a commit
to mmsqe/iavl
that referenced
this pull request
Jun 29, 2023
…vl versions (cosmos#654) Co-authored-by: Marko <marbar3778@yahoo.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
the diff algorithm is based on: #646