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

x/upgrade: added consensus version tracking (part of ADR-041) #8743

Merged
merged 42 commits into from
Mar 19, 2021

Commits on Mar 2, 2021

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

Commits on Mar 3, 2021

  1. -added interface to module manager -added e2e test for migrations usi…

    …ng consensus version store in x/upgrade -cleaned up x/upgrade Keeper -handler in apply upgrade now handles errors and setting consensus versions -cleaned up migration map keys -removed init chainer method -simapp now implements GetConsensusVersions to assist with testing
    technicallyty committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    036db4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b640766 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c7b105 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Changed MigrationMap identifier to VersionMap

    removed module_test
    technicallyty committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    5c1ae59 View commit details
    Browse the repository at this point in the history
  2. updated docs

    technicallyty committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    4c48f35 View commit details
    Browse the repository at this point in the history
  3. forgot this

    technicallyty committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    6db21e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9b435a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    1c5b132 View commit details
    Browse the repository at this point in the history
  2. add documentation

    technicallyty committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    304abfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d06bbbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c75ead View commit details
    Browse the repository at this point in the history
  5. remove newline from changelog

    unnecessary newline removed
    technicallyty authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    e53423e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c36086f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    758c67d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Update CHANGELOG.md

    Co-authored-by: Aaron Craelius <[email protected]>
    technicallyty and aaronc authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    0dac9c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f526ef View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    027740d View commit details
    Browse the repository at this point in the history
  2. merge master

    technicallyty committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    18eaed2 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2021

  1. Configuration menu
    Copy the full SHA
    fc38e5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28d5c04 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    1fca959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d912f4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a99c538 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Configuration menu
    Copy the full SHA
    e6424ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b40fe7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    799b646 View commit details
    Browse the repository at this point in the history
  4. quick fix

    technicallyty committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    0f9447c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    a157c48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b839a59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75f8ae5 View commit details
    Browse the repository at this point in the history
  4. cleanup

    technicallyty committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    22ab55e View commit details
    Browse the repository at this point in the history
  5. merge adr change

    technicallyty committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    47ce533 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. Configuration menu
    Copy the full SHA
    7f5b6aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8547426 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1504a2d View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. remove redudant line

    technicallyty committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    c3072ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f82fff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf1343f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f6bea8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d987555 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d6e4ab View commit details
    Browse the repository at this point in the history