Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Union IBC - Prevent acknowledgement replay #3794

Open
hussein-aitlahcen opened this issue Feb 17, 2025 · 0 comments
Open

Union IBC - Prevent acknowledgement replay #3794

hussein-aitlahcen opened this issue Feb 17, 2025 · 0 comments
Labels
A-cosmwasm Area: our CosmWasm stack A-evm Area: our EVM stack C-bug Category: This is a bug. P-high High priority

Comments

@hussein-aitlahcen
Copy link
Contributor

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).

@hussein-aitlahcen hussein-aitlahcen added C-bug Category: This is a bug. P-high High priority A-cosmwasm Area: our CosmWasm stack A-evm Area: our EVM stack labels Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cosmwasm Area: our CosmWasm stack A-evm Area: our EVM stack C-bug Category: This is a bug. P-high High priority
Projects
None yet
Development

No branches or pull requests

1 participant