Call delete_packet_commitment
instead of delete_packet_acknowledgement
after receiving acknowledgement packets
#66
Labels
A: bug
Admin: something isn't working
Crate
modules
Summary of Bug
After reading the comments in ibc-go:
// if packet commitment still exists on the original sending chain, then packet ack has not been received
// since processing the ack will delete the packet commitment
I think the corresponding logic in ibc-rs may need to adjust accordingly:
After receiving acknowledgement packets from the relayer via an unordered channel, the chain should call delete_packet_commitment, instead of delete_packet_acknowledgement
Otherwise, the
query_unreceived_acknowledgement
is possible to return the ack packets already received.Version
ac68782
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: