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

fix!: update ABCI query to use request height #9879

Merged
merged 12 commits into from
Aug 12, 2021

Commits on Aug 9, 2021

  1. fix, update ABCI query to use request height

    fix ABCI Query to use request height instead of context height
    Add tests to test query height change
    colin-axner committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    2e4932d View commit details
    Browse the repository at this point in the history
  2. add changelog

    colin-axner committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    15c2270 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf002dc View commit details
    Browse the repository at this point in the history
  4. Update client/query_test.go

    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    colin-axner and alexanderbez authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    a385b75 View commit details
    Browse the repository at this point in the history
  5. fix tests

    colin-axner committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    e4f28fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f376a83 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. apply review suggestions from Bez

    Set request height in abciReq for RunGRPCQuery
    Only use the request height in the ABCI Query if it is set, otherwise fallback to context height
    colin-axner committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    860572c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'colin/9433-abci-query-fix' of github.com:cosmos/cosmos-…

    …sdk into colin/9433-abci-query-fix
    colin-axner committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    e534ec3 View commit details
    Browse the repository at this point in the history
  3. update tests

    Use table test format and adding more test cases
    colin-axner committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    ac4edc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa76452 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2139665 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

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