Skip to content

Commit

Permalink
rename ClientParams gRPC method to Params (#2573)
Browse files Browse the repository at this point in the history
* rename ClientParams to Params

* add changelog

* review comment to update rest api url

Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
(cherry picked from commit 17a061c)

# Conflicts:
#	CHANGELOG.md
  • Loading branch information
crodriguezvega authored and mergify[bot] committed Oct 28, 2022
1 parent c2bf27c commit b474d83
Show file tree
Hide file tree
Showing 10 changed files with 426 additions and 425 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (04-channel) [\#2024](https://github.com/cosmos/ibc-go/pull/2024) Channel Keeper now expects a keeper which fulfills the expected `ScopedKeeper` interface for the capability keeper.
* (core/04-channel)[\#1703](https://github.com/cosmos/ibc-go/pull/1703) Update `SendPacket` API to take in necessary arguments and construct rest of packet rather than taking in entire packet. The generated packet sequence is returned by the `SendPacket` function.
* (modules/apps/27-interchain-accounts) [\#2433](https://github.com/cosmos/ibc-go/pull/2450) Renamed icatypes.PortPrefix to icatypes.ControllerPortPrefix & icatypes.PortID to icatypes.HostPortID
<<<<<<< HEAD
=======
* (core/02-client) [\#2573](https://github.com/cosmos/ibc-go/pull/2573) Renames `ClientParams` gRPC query method to `Params`.
* (testing) [\#2567](https://github.com/cosmos/ibc-go/pull/2567) Modify `SendPacket` API of `Endpoint` to match the API of `SendPacket` in 04-channel.
>>>>>>> 17a061c (rename `ClientParams` gRPC method to `Params` (#2573))
### State Machine Breaking

Expand Down
Loading

0 comments on commit b474d83

Please sign in to comment.