-
Notifications
You must be signed in to change notification settings - Fork 107
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
Deposit and call transaction not being observed (testnet/gateway) #3084
Comments
lumtis
changed the title
Deposit and call transaction not being observed
Deposit and call transaction not being observed (testnet/gateway)
Nov 4, 2024
After some checks the inbounds are observed by most observers but not some, so the inbounds don't get fully voted |
The error is due to the transaction to process inbound being out of gas, it seems the gateway doesn't set a cap for the smart contract gas used in depositAndCall, in consequence you can have a smart contract call that will consume more gas than what was set to process the inbound |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
Two seemingly similar transactions, one broadcasted with
eth_sendRawTransaction
and it's successfully observed (ignore the fact that it failed):https://testnet.bscscan.com/tx/0x8a3ba762d22de2032e9726adf9bdaf04c03e95cdde085448fa179624fa083667
https://zetachain-athens.blockpi.network/lcd/v1/public/zeta-chain/crosschain/inboundHashToCctxData/0x8a3ba762d22de2032e9726adf9bdaf04c03e95cdde085448fa179624fa083667
The other one broadcasted with a Hardhat action and it's not observed:
https://testnet.bscscan.com/tx/0xe56f75b28b47270b19d195faf447d30b7485db273eddfc961a2f775fb4b70c61
https://zetachain-athens.blockpi.network/lcd/v1/public/zeta-chain/crosschain/inboundHashToCctxData/0xe56f75b28b47270b19d195faf447d30b7485db273eddfc961a2f775fb4b70c61
The text was updated successfully, but these errors were encountered: