node icon indicating copy to clipboard operation
node copied to clipboard

Correctly handle multiple calls to EVM Gateway inside a single EVM contract call

Open fadeev opened this issue 7 months ago • 0 comments

So that you can call an Ethereum contract, which makes several Gateway calls/deposits/deposit and calls, which are processed by ZetaChain.

For example,

https://arbiscan.io/tx/0x817fe2a143c8d24002b8a6f89c7ebbaaf4d947570282748bff6066b516d07d57

Right now ZetaChain only processes one of these Gateway calls.

fadeev avatar May 16 '25 17:05 fadeev