Union IBC - Prevent acknowledgement replay #3794
Labels
A-cosmwasm
Area: our CosmWasm stack
A-evm
Area: our EVM stack
C-bug
Category: This is a bug.
P-high
High priority
Some protocols may rely on acknowledgement to execute special operation (zkgm with market makers, repaying on the source). We currently erase the packet commitment after it's acnkowledged. As our packets aren't embedding a unique sequence, one could send-ack-send-ack the same packet (resulting in same hash and commitment key then).
The text was updated successfully, but these errors were encountered: