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(app.go): Move keepers init, modules init away from app.go for simplicity #55

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

udit-gulati
Copy link

@udit-gulati udit-gulati commented Jan 27, 2024

Refactors app/app.go to move following things into their own separate files:

  1. app/modules.go: modules init methods
  2. app/keepers/: keepers and keys init

Similar refactor done in other Cosmos-sdk chains:

  1. app.go cleanup cosmos/gaia#1580
  2. app.go refactor: Move keepers init, modules init and modularise upgrade handlers CosmosContracts/juno#366

@udit-gulati udit-gulati changed the title refactor(app.go): Move keepers init, modules init and modularise upgrade handlers refactor(app.go): Move keepers init, modules init away from app.go for simplicity Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant