Skip to content

refactor(app.go): Move keepers init, modules init away from app.go for simplicity#55

Open
udit-gulati wants to merge 2 commits intoTeam-Kujira:masterfrom
kubiklabs:app-refactor
Open

refactor(app.go): Move keepers init, modules init away from app.go for simplicity#55
udit-gulati wants to merge 2 commits intoTeam-Kujira:masterfrom
kubiklabs:app-refactor

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