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!: invalid return value from keeper GetLastCompleteUpgrade - breaking change version #11800

Merged

Commits on Apr 27, 2022

  1. fix!: alternative option to fix cosmos#11707

    This change indexing the "Done upgrades" from the store, from their name only to height+name, in order to ensure correct ordering.
    daeMOn63 committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    9264647 View commit details
    Browse the repository at this point in the history
  2. docs: add changelog

    daeMOn63 committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    562a852 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e6c5e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bbfc58 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. docs: comment magic number

    daeMOn63 committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    2457acb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f75165c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

  1. Configuration menu
    Copy the full SHA
    2672874 View commit details
    Browse the repository at this point in the history
  2. Update x/upgrade/keeper/keeper.go

    Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
    alexanderbez and ValarDragon committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    52885b6 View commit details
    Browse the repository at this point in the history
  3. Update x/upgrade/keeper/keeper_test.go

    Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
    alexanderbez and ValarDragon committed Apr 30, 2022
    Configuration menu
    Copy the full SHA
    ccee5c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1358a89 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

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