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

ADR 041: In-Place Store Migrations #8646

Merged
merged 26 commits into from
Mar 4, 2021
Merged

Commits on Feb 17, 2021

  1. Initial draft

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

Commits on Feb 19, 2021

  1. Draft

    amaury1093 committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    6f69bc5 View commit details
    Browse the repository at this point in the history
  2. Add x/upgrade stuff

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

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

Commits on Mar 3, 2021

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

Commits on Mar 4, 2021

  1. Update docs/architecture/adr-041-in-place-store-migrations.md

    Co-authored-by: Anil Kumar Kammari <anil@vitwit.com>
    amaury1093 and anilcse committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    0eea75b View commit details
    Browse the repository at this point in the history
  2. Reviews

    amaury1093 committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    151149b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'am/adr-in-place-migrations' of ssh://github.com/cosmos/…

    …cosmos-sdk into am/adr-in-place-migrations
    amaury1093 committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    01c3507 View commit details
    Browse the repository at this point in the history
  4. Use migrator

    amaury1093 committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    6dc29f9 View commit details
    Browse the repository at this point in the history
  5. Update docs/architecture/adr-041-in-place-store-migrations.md

    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    amaury1093 and robert-zaremba committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    94c0475 View commit details
    Browse the repository at this point in the history
  6. Update docs/architecture/adr-041-in-place-store-migrations.md

    Co-authored-by: Aaron Craelius <aaron@regen.network>
    amaury1093 and aaronc committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    2f7fede View commit details
    Browse the repository at this point in the history
  7. Update docs/architecture/adr-041-in-place-store-migrations.md

    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    amaury1093 and robert-zaremba committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    8494883 View commit details
    Browse the repository at this point in the history
  8. Update docs/architecture/adr-041-in-place-store-migrations.md

    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    amaury1093 and robert-zaremba committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    aaa991b View commit details
    Browse the repository at this point in the history
  9. Update docs/architecture/adr-041-in-place-store-migrations.md

    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    amaury1093 and robert-zaremba committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    3579a10 View commit details
    Browse the repository at this point in the history
  10. Update docs/architecture/adr-041-in-place-store-migrations.md

    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    amaury1093 and robert-zaremba committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    865713e View commit details
    Browse the repository at this point in the history
  11. Update docs/architecture/adr-041-in-place-store-migrations.md

    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    amaury1093 and robert-zaremba committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    cb361b7 View commit details
    Browse the repository at this point in the history
  12. Update docs/architecture/adr-041-in-place-store-migrations.md

    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    amaury1093 and robert-zaremba committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    1f1d4ce View commit details
    Browse the repository at this point in the history
  13. Merge branch 'am/adr-in-place-migrations' of ssh://github.com/cosmos/…

    …cosmos-sdk into am/adr-in-place-migrations
    amaury1093 committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    cbda00b View commit details
    Browse the repository at this point in the history
  14. More fixes

    amaury1093 committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    31357e6 View commit details
    Browse the repository at this point in the history
  15. Add grpc, use functions

    amaury1093 committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    0fc97c5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    53a13ab View commit details
    Browse the repository at this point in the history
  17. Update docs/architecture/adr-041-in-place-store-migrations.md

    Co-authored-by: Aaron Craelius <aaron@regen.network>
    amaury1093 and aaronc committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    9e07b4d View commit details
    Browse the repository at this point in the history
  18. Update docs/architecture/adr-041-in-place-store-migrations.md

    Co-authored-by: Aaron Craelius <aaron@regen.network>
    amaury1093 and aaronc committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    41386ca View commit details
    Browse the repository at this point in the history
  19. Update docs/architecture/adr-041-in-place-store-migrations.md

    Co-authored-by: Aaron Craelius <aaron@regen.network>
    amaury1093 and aaronc committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    606aec1 View commit details
    Browse the repository at this point in the history
  20. Remove useless err return

    amaury1093 committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    633d07b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    dd2b62c View commit details
    Browse the repository at this point in the history