-
Notifications
You must be signed in to change notification settings - Fork 114
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
Possibly missed outgoing transaction #3389
Comments
Do they have the CCTX index of the original cctx or the tx hash that initiated the first deposit?
|
https://testnet.bscscan.com/tx/0xb5a6c46a47dc05b3e6e6de1f1cccbf1bac2944c68c107ab2a0f5319b8874d3e4 The partial source code of the universal Contract on zetachain is as follows:
The partial source code of the contract on BSC is as follows:
|
Thanks for sharing. We'll look at it. |
The CCTX exists: https://zetachain.blockpi.network/lcd/v1/public/zeta-chain/crosschain/cctx/0x088ab33e1b7cf41cc34a7de92bc875b7fb26f8ead6cefff730927ccbe939bda1 This is the tx on Polygon: https://polygonscan.com/tx/0xa49cb2a969b5a65e5ed0c7044eb460dc483a4d2cde986bc257c275cb889e7f87 The crosschain call reverted, then the revert transaction reverted as well. We're currently working on improving the info in the CCTX, but yeah it looks the call on Polygon fails. |
Thanks for your support, I will investigate the reason for the failure. |
https://zetachain.blockscout.com/tx/0xbc083fa261b987866369defcf2763723f29a46e491eddf4fdb9dff7cae2a7168?tab=logs
This Gateway call was not made inside
onRevert
.The text was updated successfully, but these errors were encountered: