-
Notifications
You must be signed in to change notification settings - Fork 235
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
Problem: memiavl api don't work with FinalizeBlock #1149
Merged
Merged
Commits on Aug 31, 2023
-
Problem: memiavl api don't work with FinalizeBlock
FinalizeBlock in abci 2.0 need the WorkingHash API. Solution: - redesign the internals APIs to support WorkingHash. instead of exposing a single `Commit` API, now we exposes separate APIs for `ApplyChangeSets` and `Commit`.
Configuration menu - View commit details
-
Copy full SHA for 4fbfa92 - Browse repository at this point
Copy the full SHA 4fbfa92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75e14f7 - Browse repository at this point
Copy the full SHA 75e14f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c86bc4 - Browse repository at this point
Copy the full SHA 1c86bc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 166f8cd - Browse repository at this point
Copy the full SHA 166f8cdView commit details
Commits on Sep 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7545feb - Browse repository at this point
Copy the full SHA 7545febView commit details -
Configuration menu - View commit details
-
Copy full SHA for 777e574 - Browse repository at this point
Copy the full SHA 777e574View commit details -
Configuration menu - View commit details
-
Copy full SHA for a899393 - Browse repository at this point
Copy the full SHA a899393View commit details -
Merge branch 'main' into working-hash
Signed-off-by: yihuang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a27ded1 - Browse repository at this point
Copy the full SHA a27ded1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c076680 - Browse repository at this point
Copy the full SHA c076680View commit details
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.