Skip to content

Commit

Permalink
Daniyal/issue#1689 remove get versions (#2539)
Browse files Browse the repository at this point in the history
* refs#1690: removing 'GetVersions' from ConnectionI in core/exported/connection.go

* Revert "refs#1690: removing 'GetVersions' from ConnectionI in core/exported/connection.go"

This reverts commit 48af0ab.

* issue#1689: removed GetVersions from ConnectionInterface

* Update CHANGELOG.md

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
  • Loading branch information
Daniyal98 and crodriguezvega authored Oct 17, 2022
1 parent 90b051e commit 9eb3875
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (apps/27-interchain-accounts) [\#2297](https://github.com/cosmos/ibc-go/pull/2297) Adding cli command to generate ICS27 packet data.
* (modules/core/keeper) [\#1728](https://github.com/cosmos/ibc-go/pull/2399) Updated channel callback errors to include portID & channelID for better identification of errors.
* [\#2434](https://github.com/cosmos/ibc-go/pull/2478) Removed all `TypeMsg` constants
* (modules/core/exported) [#1689] (https://github.com/cosmos/ibc-go/pull/2539) Removing `GetVersions` from `ConnectionI` interface.

### 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 9eb3875

Please sign in to comment.