Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: delete queries generated from the removed QueryAppVersionRequest/QueryAppVersionResponse #11

Merged
merged 3 commits into from
Apr 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* (all) [\#10](https://github.com/Finschia/ibc-go/pull/10) chore: fix path due to change in organization

### Improvements
* [\#11](https://github.com/Finschia/ibc-go/pull/11) fix: delete queries generated from the removed `QueryAppVersionRequest`/`QueryAppVersionResponse`

### Bug Fixes

Expand Down
6 changes: 0 additions & 6 deletions modules/core/05-port/module.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package port

import (
"github.com/gogo/protobuf/grpc"
"github.com/spf13/cobra"

"github.com/Finschia/ibc-go/v3/modules/core/05-port/types"
Expand All @@ -17,8 +16,3 @@ func Name() string {
func GetQueryCmd() *cobra.Command {
return cli.GetQueryCmd()
}

// RegisterQueryService registers the gRPC query service for IBC ports.
func RegisterQueryService(server grpc.Server, queryServer types.QueryServer) {
types.RegisterQueryServer(server, queryServer)
}
9 changes: 0 additions & 9 deletions modules/core/05-port/types/query.go

This file was deleted.

Loading