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

Problem: memiavl api don't work with FinalizeBlock #1149

Merged
merged 9 commits into from
Sep 1, 2023

Commits on Aug 31, 2023

  1. 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`.
    yihuang committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4fbfa92 View commit details
    Browse the repository at this point in the history
  2. changelog

    yihuang committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    75e14f7 View commit details
    Browse the repository at this point in the history
  3. tidy

    yihuang committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    1c86bc4 View commit details
    Browse the repository at this point in the history
  4. cleanup

    yihuang committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    166f8cd View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    7545feb View commit details
    Browse the repository at this point in the history
  2. sdk46 compact WorkingHash

    yihuang committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    777e574 View commit details
    Browse the repository at this point in the history
  3. unit tests

    yihuang committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a899393 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into working-hash

    Signed-off-by: yihuang <[email protected]>
    yihuang authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a27ded1 View commit details
    Browse the repository at this point in the history
  5. fix lint

    mmsqe committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c076680 View commit details
    Browse the repository at this point in the history