We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e5253c commit 9287363Copy full SHA for 9287363
changelog.md
@@ -5,6 +5,10 @@
5
### Changes
6
7
- [#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
12
- [#4309](https://github.com/ignite/cli/pull/4309) Fix chain id for chain simulations
13
14
### Fixes
ignite/pkg/cosmosgen/generate_openapi.go
@@ -78,6 +78,7 @@ func (g *generator) generateOpenAPISpec(ctx context.Context) error {
78
dir,
79
g.openAPITemplate(),
80
cosmosbuf.ExcludeFiles(
81
+ "*/osmosis-labs/fee-abstraction/*",
82
"*/module.proto",
83
"*/testutil/*",
84
"*/testdata/*",
0 commit comments