Skip to content

Commit

Permalink
mark message as deprecated, add changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim committed Jun 5, 2024
1 parent 4b7ca0e commit a516e36
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (core/05-port) [\#6341](https://github.com/cosmos/ibc-go/pull/6341) Modify `UnmarshalPacketData` interface to take in the context, portID, and channelID. This allows for packet data's to be unmarshaled based on the channel version.
* (apps/27-interchain-accounts) [\#6433](https://github.com/cosmos/ibc-go/pull/6433) Use UNORDERED as the default ordering for new ICA channels.
* (apps/transfer) [\#6440](https://github.com/cosmos/ibc-go/pull/6440) Remove `GetPrefixedDenom`.
* (apps/transfer) [\#6508](https://github.com/cosmos/ibc-go/pull/6508) Remove the DenomTrace type.

### State Machine Breaking

Expand Down
20 changes: 11 additions & 9 deletions modules/apps/transfer/internal/types/denomtrace.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/ibc/applications/transfer/v1/denomtrace.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ option go_package = "github.com/cosmos/ibc-go/v8/modules/apps/transfer/types";
// DenomTrace contains the base denomination for ICS20 fungible tokens and the
// source tracing information path.
message DenomTrace {
option deprecated = true;
// path defines the chain of port/channel identifiers used for tracing the
// source of the fungible token.
string path = 1;
Expand Down

0 comments on commit a516e36

Please sign in to comment.