Skip to content

Commit

Permalink
Merge branch 'main' into feat/buf-login-msg
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Aug 29, 2024
2 parents bc40c57 + 29a8eb3 commit 6243d7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
- [#4290](https://github.com/ignite/cli/pull/4290) Remove ignite ics logic from ignite cli (this functionality will be in the `consumer` app)
- [#4295](https://github.com/ignite/cli/pull/4295) Stop scaffolding `pulsar` files
- [#4322](https://github.com/ignite/cli/pull/4322) Create a message for authenticate buf for generate ts-client
- [#4319](https://github.com/ignite/cli/pull/4319) Remove fee abstraction module from open api code generation
- [#4317](https://github.com/ignite/cli/pull/4317) Remove xchisel dependency

### Fixes
Expand Down
1 change: 1 addition & 0 deletions ignite/pkg/cosmosgen/generate_openapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ func (g *generator) generateOpenAPISpec(ctx context.Context) error {
dir,
g.openAPITemplate(),
cosmosbuf.ExcludeFiles(
"*/osmosis-labs/fee-abstraction/*",
"*/module.proto",
"*/testutil/*",
"*/testdata/*",
Expand Down

0 comments on commit 6243d7d

Please sign in to comment.