cosmos / ibc-go

Inter-Blockchain Communication Protocol (IBC) implementation in Golang.
https://ibc.cosmos.network/
MIT License
524 stars 565 forks source link

Store the packetID instead of the entire packet for forwarded packets #6636

Open colin-axner opened 2 weeks ago

colin-axner commented 2 weeks ago

Summary

Following https://github.com/cosmos/ibc-go/issues/6635, transfer could store only the packetID for the packet received which generated a forwarded packet. Currently we store the entire packet, when only the packetID information is needed


For Admin Use

NisTun commented 1 week ago

Can I handle this issue @colin-axner ?

colin-axner commented 1 week ago

Hi, @NisTun. Thanks for asking and thanks for your interest. Unfortunately you cannot, the issue is on hold and requires changes to core IBC before it can be worked on. Once that is done, I think the team would like to handle this issue ourselves

colin-axner commented 4 hours ago

This issue is on hold until https://github.com/informalsystems/hermes/issues/4078 is addressed. I have moved the issue out of the v9 milestone and into v10, but the exact release it can be addressed in is dependent on the relayers