Team-Kujira / core

55 stars 38 forks source link

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

Open udit-gulati opened 7 months ago

udit-gulati commented 7 months ago

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. https://github.com/cosmos/gaia/pull/1580
  2. https://github.com/CosmosContracts/juno/pull/366