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: protocol version tracking #8897

Merged
merged 41 commits into from
Apr 2, 2021
Merged

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
    8c7b105 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. protocol version p1

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

Commits on Mar 10, 2021

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

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    1a51e9e View commit details
    Browse the repository at this point in the history
  2. rebase against master

    technicallyty committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    0fe4051 View commit details
    Browse the repository at this point in the history
  3. add test

    technicallyty committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    a6eae2a View commit details
    Browse the repository at this point in the history
  4. added test case

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

Commits on Mar 16, 2021

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

    technicallyty committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    128926d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35a424e View commit details
    Browse the repository at this point in the history
  4. changelog

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

Commits on Mar 18, 2021

  1. Merge branch 'master' into ty-7487-protocol_version

    Alessio Treglia committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    d9c29c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Configuration menu
    Copy the full SHA
    07ab2cc View commit details
    Browse the repository at this point in the history
  2. cleanup keeper

    technicallyty committed Mar 19, 2021
    Configuration menu
    Copy the full SHA
    4039b34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61576a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

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

    technicallyty committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    ec21cf5 View commit details
    Browse the repository at this point in the history
  3. cleanup

    technicallyty committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    21af48c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2021

  1. Configuration menu
    Copy the full SHA
    f6e16a2 View commit details
    Browse the repository at this point in the history
  2. change interface id

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

Commits on Mar 23, 2021

  1. merge master

    technicallyty committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    d7af939 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e3da1c View commit details
    Browse the repository at this point in the history
  3. reorder keys and docs

    technicallyty committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    26ac281 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

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

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    008bd20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71a4dfa View commit details
    Browse the repository at this point in the history
  3. typo

    technicallyty committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    31a1f12 View commit details
    Browse the repository at this point in the history
  4. typo2

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

Commits on Mar 27, 2021

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

Commits on Mar 29, 2021

  1. Configuration menu
    Copy the full SHA
    4bf3eaa View commit details
    Browse the repository at this point in the history
  2. docs on keeper fields

    technicallyty committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    1df5a51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b61ab5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0f7765 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    31a6a1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a43f7e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7760ab1 View commit details
    Browse the repository at this point in the history
  4. cleanup

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

Commits on Mar 31, 2021

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

Commits on Apr 1, 2021

  1. NewKeeper docs

    technicallyty committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    d86db6f View commit details
    Browse the repository at this point in the history