-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(evm): ucs01: revert invalid change in denom prefixing (#2729)
Revert changes made in #2672 where we wrongly switched the prefixing. See `onRecvPacket` function in https://github.com/cosmos/ibc/tree/main/spec/app/ics-020-fungible-token-transfer: ```js // we are the source if the packets were prefixed by the sending chain // if the sender sends the tokens prefixed with their channel end's // port and channel identifiers then we are receiving tokens we // previously had sent to the sender, thus we are receiving the tokens // as a source zone if isTracePrefixed(packet.sourcePort, packet.sourceChannel, token) { ```
- Loading branch information
Showing
2 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters