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

refactor(store/v2): simplify genesis flow #22435

Merged
merged 27 commits into from
Nov 8, 2024
Merged

refactor(store/v2): simplify genesis flow #22435

merged 27 commits into from
Nov 8, 2024

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    03d2595 View commit details
    Browse the repository at this point in the history
  2. go mod tidy all

    kocubinski committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    31078b0 View commit details
    Browse the repository at this point in the history
  3. go mod tidy all

    kocubinski committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    86a218b View commit details
    Browse the repository at this point in the history
  4. add err handling

    kocubinski committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    26f56ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96d5904 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05ffc7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03ba454 View commit details
    Browse the repository at this point in the history
  8. try a store/v1 fix

    kocubinski committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    c9c31b2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea177e6 View commit details
    Browse the repository at this point in the history
  10. fix doc comment

    kocubinski committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    b5274ad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eab9201 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6188010 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

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

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    864c549 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b05e28 View commit details
    Browse the repository at this point in the history
  3. go mod tidy all

    kocubinski committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    342c547 View commit details
    Browse the repository at this point in the history
  4. rm unused import

    kocubinski committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    bef693d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef3b9ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    461705e View commit details
    Browse the repository at this point in the history
  7. add replace

    kocubinski committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2ca44a0 View commit details
    Browse the repository at this point in the history
  8. add another replace

    kocubinski committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    fd648e4 View commit details
    Browse the repository at this point in the history
  9. try fix rocksdb tests

    kocubinski committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c2d0d8c View commit details
    Browse the repository at this point in the history
  10. fix tests, rm unused code

    kocubinski committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d38885d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7089eab View commit details
    Browse the repository at this point in the history
  12. fix cometbft tests

    kocubinski committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    bae9ee7 View commit details
    Browse the repository at this point in the history
  13. core changelog

    kocubinski committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5e03575 View commit details
    Browse the repository at this point in the history
  14. fix simapp/v2 tests

    kocubinski committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6fa61a1 View commit details
    Browse the repository at this point in the history