Skip to content

Commit 29a8eb3

Browse files
authored
fix: remove fee abstraction module from open api code generation (#4319)
* remove fee abstraction module from open api code generation * add changelog
1 parent e04d0f6 commit 29a8eb3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
- [#4189](https://github.com/ignite/cli/pull/4189) Deprecate `ignite node` for `ignite connect` app
3939
- [#4290](https://github.com/ignite/cli/pull/4290) Remove ignite ics logic from ignite cli (this functionality will be in the `consumer` app)
4040
- [#4295](https://github.com/ignite/cli/pull/4295) Stop scaffolding `pulsar` files
41+
- [#4319](https://github.com/ignite/cli/pull/4319) Remove fee abstraction module from open api code generation
4142
- [#4317](https://github.com/ignite/cli/pull/4317) Remove xchisel dependency
4243

4344
### Fixes

Diff for: ignite/pkg/cosmosgen/generate_openapi.go

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ func (g *generator) generateOpenAPISpec(ctx context.Context) error {
7878
dir,
7979
g.openAPITemplate(),
8080
cosmosbuf.ExcludeFiles(
81+
"*/osmosis-labs/fee-abstraction/*",
8182
"*/module.proto",
8283
"*/testutil/*",
8384
"*/testdata/*",

0 commit comments

Comments
 (0)