Skip to content

Commit

Permalink
feat(transfer): move denom trace to internal folder. (#6508)
Browse files Browse the repository at this point in the history
* feat(transfer): move denom trace to internal folder.

* post merge minor fixes

* mark message as deprecated, add changelog.

* Update CHANGELOG.md

---------

Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
  • Loading branch information
DimitrisJim and crodriguezvega committed Jun 6, 2024
1 parent 218af8d commit d95e24e
Show file tree
Hide file tree
Showing 15 changed files with 490 additions and 322 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
378 changes: 378 additions & 0 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.

Loading

0 comments on commit d95e24e

Please sign in to comment.