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

Adjust Logic In Merkle DB History #1310

Merged
merged 5 commits into from
Apr 11, 2023
Merged

Adjust Logic In Merkle DB History #1310

merged 5 commits into from
Apr 11, 2023

Commits on Apr 10, 2023

  1. Adjust Logic In History

    No reason to do a search through the history entries if we know the start root entry is before the end root entry.  This will be the case most of time since having the same root in the history multiple times should be pretty rare in normal usage.
    dboehm-avalabs committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    8b5fe27 View commit details
    Browse the repository at this point in the history
  2. Update history.go

    dboehm-avalabs committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    3a6252b View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Update x/merkledb/history.go

    Co-authored-by: Darioush Jalali <[email protected]>
    dboehm-avalabs and darioush authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    e13e126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12e484a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d52fb3c View commit details
    Browse the repository at this point in the history