Skip to content

Commit

Permalink
change fee version string to make it consistent with transfer version (
Browse files Browse the repository at this point in the history
…#1305)

* change version to make it consistent with transfer version

* add changelog entry
  • Loading branch information
Carlos Rodriguez authored Apr 27, 2022
1 parent bace988 commit 9aea0fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (modules/core/04-channel) [\#1160](https://github.com/cosmos/ibc-go/pull/1160) Improve `uint64 -> string` performance in `Logger`.
* (modules/core/04-channel) [\#1232](https://github.com/cosmos/ibc-go/pull/1232) Updating params on `NewPacketId` and moving to bottom of file.
* (modules/core/04-channel) [\#1279](https://github.com/cosmos/ibc-go/pull/1279) Add selected channel version to MsgChanOpenInitResponse and MsgChanOpenTryResponse. Emit channel version during OpenInit/OpenTry
* (app/29-fee) [\#1305](https://github.com/cosmos/ibc-go/pull/1305) Change version string for fee module to `ics29-1`

### Features

Expand Down
2 changes: 1 addition & 1 deletion modules/apps/29-fee/types/keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
// QuerierRoute is the querier route for IBC fee module
QuerierRoute = ModuleName

Version = "fee29-1"
Version = "ics29-1"

// FeeEnabledPrefix is the key prefix for storing fee enabled flag
FeeEnabledKeyPrefix = "feeEnabled"
Expand Down

0 comments on commit 9aea0fe

Please sign in to comment.