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

Archive Node Migration: Expose Get State Store + Query Iavl Before Migration Height #541

Merged
merged 10 commits into from
Oct 29, 2024

Commits on Sep 23, 2024

  1. Expose Get State Store

    Kbhat1 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    56ccf6a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Add QMS for IAVL migration query multistore (#542)

    ## Describe your changes and provide context
    This PR add an extra QMS used for serving online migration query
    fallback. When the request height is lower than the migration height, we
    will fall back to read from IAVL store, otherwise, it will use the
    default CMS
    
    ## Testing performed to validate your change
    yzang2019 authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e618491 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Remove panic

    Kbhat1 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    ca29513 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    41d045e View commit details
    Browse the repository at this point in the history
  2. Update unit tests

    Kbhat1 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    906865f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    208d226 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Fix qms register logic

    yzang2019 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0fc8b2e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    4193e4f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    8545953 View commit details
    Browse the repository at this point in the history
  2. unit tests

    Kbhat1 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    468f8dc View commit details
    Browse the repository at this point in the history