cli
cli copied to clipboard
UPDATE: Change Module Discovery to Find Proto Files in `cosmossdk.io` Packages
Module proto files can currently be found in cosmos-sdk proto directory but those files are going to be moved into each individual module, see cosmos/cosmos-sdk#12003.
This change will break module discovery for cosmossdk.io module packages when we update Ignite CLI's cosmos-sdk dependency to v0.51 or eventual release that contains the changes with the new proto file location.
Module discovery will be simplified with this change.
@julienrbrt thanks for the updates regarding the cosmos-sdk change 👍