Skip to content

Commit

Permalink
fix: delete queries generated from the removed `QueryAppVersionReques…
Browse files Browse the repository at this point in the history
…t`/`QueryAppVersionResponse` (cosmos#11)

* delete queries generated from the removed `QueryAppVersionRequest`/`QueryAppVersionResponse` (cosmos#2045)

* delete unused code

* remove RegisterQueryService

* remove unused import

* Update CHANGELOG.md

---------

Co-authored-by: Carlos Rodriguez <[email protected]>
  • Loading branch information
ulbqb and crodriguezvega authored Apr 19, 2023
1 parent 1cf7989 commit 023c200
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 858 deletions.
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

0 comments on commit 023c200

Please sign in to comment.