cosmos / ibc-apps

IBC applications and middleware for Cosmos SDK chains.
Apache License 2.0
82 stars 62 forks source link

packet-forwarding-middleware: Add memo field to the `ForwardMetadata` struct to preserve memo during hop. #198

Open dhruvja opened 2 months ago

dhruvja commented 2 months ago

Right now, the ForwardPacket doesnt allow to pass any other attributes other than the ones it already has which makes passing memo to the destination chain not possible. Adding a memo which is preserved during the hop would be ideal like the next attribute.