Replies: 3 comments
-
Love the idea |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think most folks are in favor, see #584 The tricky part is getting existing channels to send/decode packets with the additional memo field. However, now that the channel upgradeability spec has been merged, this is actually fairly straightforward. We would just upgrade existing channels to a |
Beta Was this translation helpful? Give feedback.
0 replies
-
see #842 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thoughts on adding an additional "memo" field to the ICS20
FungibleTokenPacketData
struct? Often times, integrators such as centralized exchanges use memo fields to carry information about which depositing account to credit with tokens. By adding a "memo" field to ICS20 transactions, then users would be able to deposit tokens directly to a centralized exchange via ICS20 transfers. For example, a user could create an ICS20 transfer of ATOMs from Osmosis to Coinbase's Hub address with their user memo directly, instead of having to first ICS20 transfer to Cosmos Hub, and then do a normal transfer message.Beta Was this translation helpful? Give feedback.
All reactions