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{stake,slash,gov,distrib} In-place Store Migrations #8504

Merged
merged 60 commits into from
Feb 25, 2021
Merged

Commits on Feb 1, 2021

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

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    8036fca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9a406e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ed3987 View commit details
    Browse the repository at this point in the history
  4. add test for configurator

    amaury1093 committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    a095d3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d550bff View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    b7141f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d554ce View commit details
    Browse the repository at this point in the history
  3. Update spec

    amaury1093 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    3df3f44 View commit details
    Browse the repository at this point in the history
  4. Rename folders

    amaury1093 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    ba6bd44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    197b7ce View commit details
    Browse the repository at this point in the history
  6. copy-paste from keys.go

    amaury1093 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    424932c View commit details
    Browse the repository at this point in the history
  7. Merge branch 'am-8345-migration' of ssh://github.com/cosmos/cosmos-sd…

    …k into am-8345-migration
    amaury1093 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    254a71f View commit details
    Browse the repository at this point in the history
  8. Fix nil map

    amaury1093 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    b6c0714 View commit details
    Browse the repository at this point in the history
  9. rename function

    amaury1093 committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    9ab7f13 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Update simapp/app.go

    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    amaury1093 and robert-zaremba committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    fc076f5 View commit details
    Browse the repository at this point in the history
  2. Update simapp/app_test.go

    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    amaury1093 and robert-zaremba committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    ae7b7dc View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Adderss reviews

    amaury1093 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    2c26734 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'am-8345-migration' of ssh://github.com/cosmos/cosmos-sd…

    …k into am-8345-migration
    amaury1093 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    eb15047 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    amaury1093 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    291a9e6 View commit details
    Browse the repository at this point in the history
  4. Update testutil/context.go

    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    amaury1093 and robert-zaremba committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    41d29ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33494dc View commit details
    Browse the repository at this point in the history
  6. Rename to forVersion

    amaury1093 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    e3a2412 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'am-8345-migration' of ssh://github.com/cosmos/cosmos-sd…

    …k into am-8345-migration
    amaury1093 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    6db31d4 View commit details
    Browse the repository at this point in the history
  8. Fix tests

    amaury1093 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    55f547e View commit details
    Browse the repository at this point in the history
  9. Check error early

    amaury1093 committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    8f3b9d4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    29b85b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Use MigrationKeeper

    amaury1093 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    41e0339 View commit details
    Browse the repository at this point in the history
  2. Fix test

    amaury1093 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    d922003 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f422b93 View commit details
    Browse the repository at this point in the history
  4. Godoc updates

    amaury1093 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    8cf88fe View commit details
    Browse the repository at this point in the history
  5. Update docs

    amaury1093 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    5add13a View commit details
    Browse the repository at this point in the history
  6. Add distrib legacy folder

    amaury1093 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    74b761a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2816a20 View commit details
    Browse the repository at this point in the history
  8. Add gov migrations

    amaury1093 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    f18f253 View commit details
    Browse the repository at this point in the history
  9. Copy paste whole keys file

    amaury1093 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    9e5999e View commit details
    Browse the repository at this point in the history
  10. Add gov migrations

    amaury1093 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    b15f03d View commit details
    Browse the repository at this point in the history
  11. Add staking

    amaury1093 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    236e46c View commit details
    Browse the repository at this point in the history
  12. Fix staking tests

    amaury1093 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    a52441e View commit details
    Browse the repository at this point in the history
  13. Update spec and module.go

    amaury1093 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    b403770 View commit details
    Browse the repository at this point in the history
  14. Update to latest changes

    amaury1093 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    9546583 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    33d4e70 View commit details
    Browse the repository at this point in the history
  16. Update migration scripts

    amaury1093 committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    9e5d611 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. capability to 1

    amaury1093 committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    518b878 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    amaury1093 committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    9b625b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2392629 View commit details
    Browse the repository at this point in the history
  4. Add package godoc

    amaury1093 committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    c734484 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

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

Commits on Feb 18, 2021

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

Commits on Feb 22, 2021

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

Commits on Feb 23, 2021

  1. Remove whitespace

    amaury1093 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    4942857 View commit details
    Browse the repository at this point in the history
  2. Remove global

    amaury1093 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    30d9045 View commit details
    Browse the repository at this point in the history
  3. Use Migrator

    amaury1093 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    828a41b View commit details
    Browse the repository at this point in the history
  4. Remove 042 keys files

    amaury1093 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    f3ca3e5 View commit details
    Browse the repository at this point in the history
  5. Fix build

    amaury1093 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    0e17848 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    95f524f View commit details
    Browse the repository at this point in the history
  7. Unlambda

    amaury1093 committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    5456591 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b5ff927 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Rename to Migrate1to2

    amaury1093 committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    036bd30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21e8a15 View commit details
    Browse the repository at this point in the history