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

feat(runtime/v2): store loader on simappv2 #21704

Merged
merged 57 commits into from
Sep 13, 2024
Merged

feat(runtime/v2): store loader on simappv2 #21704

merged 57 commits into from
Sep 13, 2024

Commits on Jun 24, 2024

  1. add state export

    tac0turtle committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ebf5006 View commit details
    Browse the repository at this point in the history
  2. minor

    tac0turtle committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    268c034 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

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

Commits on Jul 30, 2024

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

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    b8ac0e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1b0a5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71d0027 View commit details
    Browse the repository at this point in the history
  4. add context with value

    randygrok committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    cadccd4 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. remove commented code

    randygrok committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7bc73f0 View commit details
    Browse the repository at this point in the history
  2. go mod tidy all

    randygrok committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    728313a View commit details
    Browse the repository at this point in the history
  3. add version on export

    randygrok committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    e97fda6 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. include export validators

    randygrok committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    57c9751 View commit details
    Browse the repository at this point in the history
  2. add validators into status

    randygrok committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a32d778 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. include new types mode

    randygrok committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    4bcf345 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. go mod tidy all

    randygrok committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7006da5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91570fb View commit details
    Browse the repository at this point in the history
  3. remove zero height part

    randygrok committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    de93866 View commit details
    Browse the repository at this point in the history
  4. add export

    randygrok committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9fc2546 View commit details
    Browse the repository at this point in the history
  5. apply into simapp v2

    randygrok committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7a1fa60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b32d53 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db542cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    70f1090 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea0193d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c552beb View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. delete commented code

    randygrok committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f67770e View commit details
    Browse the repository at this point in the history
  2. rename RunWithCtx

    randygrok committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2948e09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0ffd0a View commit details
    Browse the repository at this point in the history
  4. remove concurrent export

    randygrok committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    519d6b7 View commit details
    Browse the repository at this point in the history
  5. include issue number

    randygrok committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    f199f06 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. fix lint

    randygrok committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    11ec8d2 View commit details
    Browse the repository at this point in the history
  2. fix lint, last

    randygrok committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a634633 View commit details
    Browse the repository at this point in the history
  3. move ExportedApp to genutil

    randygrok committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e0093cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ab7c1a View commit details
    Browse the repository at this point in the history
  5. lint

    randygrok committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    da07a4a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'randy/export-genesis' of github.com-randy:cosmos/cosmos…

    …-sdk into randy/export-genesis
    randygrok committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    264434e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aedc7b0 View commit details
    Browse the repository at this point in the history
  8. lint

    randygrok committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8f97b21 View commit details
    Browse the repository at this point in the history
  9. linter

    randygrok committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9156b86 View commit details
    Browse the repository at this point in the history
  10. pass linter

    randygrok committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    858af16 View commit details
    Browse the repository at this point in the history
  11. remove unsafe message

    randygrok committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a789413 View commit details
    Browse the repository at this point in the history
  12. remove command

    randygrok committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    dee4c3b View commit details
    Browse the repository at this point in the history
  13. review changes

    randygrok committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5051c67 View commit details
    Browse the repository at this point in the history
  14. Revert "remove option to export certain modules only"

    This reverts commit db542cf.
    randygrok committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    73e839b View commit details
    Browse the repository at this point in the history
  15. remove comment

    randygrok committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    98b4397 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4324f42 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. bring back viper sets

    randygrok committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    3ea6367 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'randy/export-genesis' of github.com-randy:cosmos/cosmos…

    …-sdk into randy/export-genesis
    randygrok committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1874e0c View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    64eb9a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8035440 View commit details
    Browse the repository at this point in the history
  3. add upgrade handler

    randygrok committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1aeda3a View commit details
    Browse the repository at this point in the history
  4. bring back version

    randygrok committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    346e715 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7586ee2 View commit details
    Browse the repository at this point in the history
  6. fix from review

    randygrok committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4ecf936 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c732286 View commit details
    Browse the repository at this point in the history
  8. add changelog

    randygrok committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b2082c8 View commit details
    Browse the repository at this point in the history
  9. lint upgrades

    randygrok committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8c23aa5 View commit details
    Browse the repository at this point in the history