Skip to content

Commit c3835a2

Browse files
delete unused 04-channel version functions (#1636) (#1638)
* delete unused code and associated tests * Update CHANGELOG.md (cherry picked from commit 6c4a442) Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
1 parent d2df47a commit c3835a2

File tree

3 files changed

+1
-104
lines changed

3 files changed

+1
-104
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
5151
* (apps/27-interchain-accounts)[\#1565](https://github.com/cosmos/ibc-go/pull/1565) Removing `NewErrorAcknowledgement` in favour of `channeltypes.NewErrorAcknowledgement`.
5252
* (transfer)[\#1565](https://github.com/cosmos/ibc-go/pull/1565) Removing `NewErrorAcknowledgement` in favour of `channeltypes.NewErrorAcknowledgement`.
5353
* (channel)[\#1565](https://github.com/cosmos/ibc-go/pull/1565) Updating `NewErrorAcknowledgement` to accept an error instead of a string and removing the possibility of non-deterministic writes to application state.
54+
* (core/04-channel)[\#1636](https://github.com/cosmos/ibc-go/pull/1636) Removing `SplitChannelVersion` and `MergeChannelVersions` functions since they are not used.
5455

5556
### State Machine Breaking
5657

modules/core/04-channel/types/version.go

-27
This file was deleted.

modules/core/04-channel/types/version_test.go

-77
This file was deleted.

0 commit comments

Comments
 (0)