Skip to content

Commit 9287363

Browse files
authored
fix: remove fee abstraction module from open api code generation (backport #4319) (#4331)
1 parent 7e5253c commit 9287363

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
### Changes
66

77
- [#4292](https://github.com/ignite/cli/pull/4292) Bump Cosmos SDK to `v0.50.9`
8+
9+
### Fixes
10+
11+
- [#4319](https://github.com/ignite/cli/pull/4319) Remove fee abstraction module from open api code generation
812
- [#4309](https://github.com/ignite/cli/pull/4309) Fix chain id for chain simulations
913

1014
### 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)