-
Notifications
You must be signed in to change notification settings - Fork 568
Closed
Description
Things to be done:
- Update
*.ts.tpl
andpackage.json.tpl
files to update deps fix(templates): fix .tpl and bump ts-client deps #4691 - Separate TXs from Queries in analysis Module struct refactor(cosmosanalysis): proper message filtering #4686
- Re-introduce 3rd party module list when generating root template and openapi spec (see: https://github.com/ignite/cli/blob/af33f162de7e176e44d82a676186fe814a8d4278/ignite/pkg/cosmosgen/generate_openapi.go & https://github.com/ignite/cli/blob/f643ccd78b3c2e5be657b4befc83b69fb0cd5841/ignite/pkg/cosmosgen/generate_typescript.go) (feat(cosmogen): implement 3rd party generation root template #4737)
- Augment HTTPRules in Module struct with param names/types and return types (in: https://github.com/ignite/cli/blob/main/ignite/pkg/protoanalysis/builder.go) (feat(cosmosgen,cosmosanalysis): generic query template #4706)
- Use updated Module struct and template mechanism to re-introduce module REST queries (feat(cosmosgen,cosmosanalysis): generic query template #4706)
- Make sure that only the currently processed module's protos are being considered when looping through the modules for generation: https://github.com/ignite/cli/blob/main/ignite/pkg/cosmosgen/generate_typescript.go#L136 <--- this points to the root proto folder for the sdk while it should be pointing to say .../proto/bank or whatever (feat(cosmogen): implement 3rd party generation root template #4737)
- Implement extra query custom time in template: feat(cosmosgen,cosmosanalysis): generic query template #4706 (comment) (refactor(cosmosgen): wire ts generic template #4725)
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done