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

imp: refactor simapp to more closely resemble the style used in cosmos-sdk #3874

Merged
merged 74 commits into from
Jul 3, 2023

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    6ff5229 View commit details
    Browse the repository at this point in the history
  2. resolve method calls

    faddat committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    dd71e9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d8e5e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fb55cd View commit details
    Browse the repository at this point in the history
  5. fix more tests

    faddat committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    1d052ec View commit details
    Browse the repository at this point in the history
  6. use bumped interchaintest

    faddat committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    c19cde7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    437b004 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Configuration menu
    Copy the full SHA
    ea39d8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9b7933 View commit details
    Browse the repository at this point in the history
  3. use IBC's NewMemoryStoreKeys

    faddat committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    d444a16 View commit details
    Browse the repository at this point in the history
  4. add "testingkey"

    faddat committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    f91d1f1 View commit details
    Browse the repository at this point in the history
  5. more closely follow sdk style

    faddat committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    7070fc0 View commit details
    Browse the repository at this point in the history
  6. fix nil scoped ibc keeper

    catShaark committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    a7b34be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce2a5cb View commit details
    Browse the repository at this point in the history
  8. changelog

    faddat committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    4a23663 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1099de8 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

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

Commits on Jun 21, 2023

  1. apply gci

    faddat committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    62966ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5727edb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dce091 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75a47d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    e0443a8 View commit details
    Browse the repository at this point in the history
  2. lint docs same as docs-lint pr

    faddat committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    7ea500c View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    d79b28d View commit details
    Browse the repository at this point in the history
  2. Revert "lint docs same as docs-lint pr"

    This reverts commit 7ea500c.
    faddat committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    1087e64 View commit details
    Browse the repository at this point in the history
  3. remove a change to e2e

    faddat committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    8de95ef View commit details
    Browse the repository at this point in the history
  4. tidy

    faddat committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    40c8bdc View commit details
    Browse the repository at this point in the history
  5. bump interchaintest

    faddat committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    22aa59e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    6131eda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82f2df3 View commit details
    Browse the repository at this point in the history
  3. remove rosetta

    faddat committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    fbe043e View commit details
    Browse the repository at this point in the history
  4. remove rosetta

    faddat committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    0b52d7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d39fbf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03b0eeb View commit details
    Browse the repository at this point in the history
  7. fix the benchmarking command

    faddat committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    750f54b View commit details
    Browse the repository at this point in the history
  8. revert Marshaler -> Codec

    faddat committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    18334f5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bebfff4 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

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

    faddat committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    3616944 View commit details
    Browse the repository at this point in the history
  3. move upgrades

    faddat committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    a513786 View commit details
    Browse the repository at this point in the history
  4. fix simapp

    faddat committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    e03d5bb View commit details
    Browse the repository at this point in the history
  5. fix simapp (lint)

    faddat committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    54321e0 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    faddat committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    873c44e View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    faddat committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    2751bed View commit details
    Browse the repository at this point in the history
  8. correct the envprefix

    faddat committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    e0b3e4a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7fab58e View commit details
    Browse the repository at this point in the history
  10. remove other unused code

    faddat committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    4d8d4e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6bb5abb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ab6c054 View commit details
    Browse the repository at this point in the history
  13. remove home flag check

    faddat committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    3a4e576 View commit details
    Browse the repository at this point in the history
  14. remove comment

    faddat committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    e79f6db View commit details
    Browse the repository at this point in the history
  15. remove utils.go

    faddat committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    b626af1 View commit details
    Browse the repository at this point in the history
  16. remove state.go

    faddat committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    40f00d0 View commit details
    Browse the repository at this point in the history
  17. rename sm to simulationManager

    faddat committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    7c1d24e View commit details
    Browse the repository at this point in the history
  18. remove testingkey

    faddat committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    42f0eab View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9a8fc9e View commit details
    Browse the repository at this point in the history
  20. Update testing/simapp/app.go

    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    faddat and damiannolan committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    df4dd56 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4e23bdc View commit details
    Browse the repository at this point in the history
  22. move comments about Seal()

    faddat committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    5012d05 View commit details
    Browse the repository at this point in the history
  23. remove changelog entry

    faddat committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    84751e0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    69db274 View commit details
    Browse the repository at this point in the history
  25. godocs for the configurator

    faddat committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    9e7c498 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3ed90cc View commit details
    Browse the repository at this point in the history
  27. Update testing/simapp/sim_test.go

    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    faddat and damiannolan committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    f054d31 View commit details
    Browse the repository at this point in the history
  28. Update testing/simapp/app.go

    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    faddat and damiannolan committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    d13cd9a View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

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

Commits on Jul 2, 2023

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

Commits on Jul 3, 2023

  1. Update testing/simapp/test_helpers.go

    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    faddat and crodriguezvega committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    70fbefe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ccf86e View commit details
    Browse the repository at this point in the history
  3. don't set simappchainid

    faddat committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    21c9fa5 View commit details
    Browse the repository at this point in the history
  4. lint

    faddat committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    f728dc6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfbd16d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7147671 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8121c6d View commit details
    Browse the repository at this point in the history