You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #114 upgraded the Cosmos dependency to v0.50, but it skipped implementing some of the new features introduced by the new version. Assess the need and implement the following:
Depinject is a new dependency injection framework that can simplify app.go. Also see this.
AutoCLI can generate CLI commands based on Protobuf declarations.
Protobuf annotations and collections have been implemented. AutoCLI is a totally optional feature that we can consider adding once we have dependency injection. The dependency injection task will be tracked by #444.
🔧 Chore
PR #114 upgraded the Cosmos dependency to v0.50, but it skipped implementing some of the new features introduced by the new version. Assess the need and implement the following:
app.go
. Also see this.The text was updated successfully, but these errors were encountered: