We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the Issue The cctx is reverted if the smart contract call revert but abort if parsing the events emitted by this smart contract fail (in the post tx hook). Example: https://zetachain.blockpi.network/lcd/v1/public/zeta-chain/crosschain/in_tx_hash_to_cctx_[…]f3612016d05f11ac995eddce5de8f8b0d37dfaf678d9b19e468e1c39
The emissions of these events is controlled by the end-user, therefore aborting the CCTX under these conditions decrease the user friendliness.
Solution We need to investigate the current workflow causing the abort and consider changing the logic to use revert in case of post tx hook fail
The text was updated successfully, but these errors were encountered:
Fixed by #3321
Sorry, something went wrong.
No branches or pull requests
Describe the Issue
The cctx is reverted if the smart contract call revert but abort if parsing the events emitted by this smart contract fail (in the post tx hook).
Example: https://zetachain.blockpi.network/lcd/v1/public/zeta-chain/crosschain/in_tx_hash_to_cctx_[…]f3612016d05f11ac995eddce5de8f8b0d37dfaf678d9b19e468e1c39
The emissions of these events is controlled by the end-user, therefore aborting the CCTX under these conditions decrease the user friendliness.
Solution
We need to investigate the current workflow causing the abort and consider changing the logic to use revert in case of post tx hook fail
The text was updated successfully, but these errors were encountered: