Skip to content

Commit

Permalink
refs#1690: removing 'GetVersions' from ConnectionI in core/exported/c…
Browse files Browse the repository at this point in the history
…onnection.go
  • Loading branch information
Daniyal98 committed Oct 12, 2022
1 parent 94e61c0 commit 48af0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (apps/27-interchain-accounts) [\#2140](https://github.com/cosmos/ibc-go/pull/2140) Adding migration handler to ICS27 `controller` submodule to assert ownership of channel capabilities and set middleware enabled flag for existing channels. The ICS27 module consensus version has been bumped from 1 to 2.
* (apps/27-interchain-accounts) [\#2290](https://github.com/cosmos/ibc-go/pull/2290) Changed `DefaultParams` function in `host` submodule to allow all messages by default. Defined a constant named `AllowAllHostMsgs` for `host` module to keep wildcard "*" string which allows all messages.
* (apps/27-interchain-accounts) [\#2248](https://github.com/cosmos/ibc-go/pull/2248) Adding call to underlying app in `OnChanCloseConfirm` callback of the controller submodule and adding relevant unit tests.
* (apps/27-interchain-accounts) [\#2251](https://github.com/cosmos/ibc-go/pull/2251) Adding `msgServer` struct to controller submodule that embeds the `Keeper` struct.
* (apps/27-interchain-accounts) [\#2251](https://github.com/cosmos/ibc-go/pull/2251) Adding `msgServer` struct to controller submodule that embeds the `Keeper` struct.
* (core/exported) Removing `GetVersions()` from `ConnectionI` in core/exported/connection.go.

### Features

Expand Down
1 change: 0 additions & 1 deletion modules/core/exported/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ type ConnectionI interface {
GetClientID() string
GetState() int32
GetCounterparty() CounterpartyConnectionI
GetVersions() []Version
GetDelayPeriod() uint64
ValidateBasic() error
}
Expand Down

0 comments on commit 48af0ab

Please sign in to comment.