get_packet_{commitment,acknowledgement}
should return error if delete_packet_{commitment,acknowledgement}
called
#128
Labels
bug
Something isn't working
Currently,
get_packet_commitment
returns the commitment stored at a commitment path. But this commitment may not be valid - asdelete_packet_commitment
may have set it to empty.This leads to transaction failure at ibc-rs implementation, where it should have succeeded. The false failures due to
get_packet_commitment
at ibc-rs,The argument for
get_packet_acknowledgement
anddelete_packet_acknowledgement
is the same. The false failure due toget_packet_acknowledgement
at ibc-rs,The text was updated successfully, but these errors were encountered: