Alchemy customer missing internal transactions for block #938
-
Team or ProjectAlchemy ZK chainEra EnvironmentMainnet L2 block numberNo response Provide a brief description of the functionality you're trying to implement and the issue you are running into.An Alchemy customer reported to us that for this transaction internal transactions are not returned by the trace. They also confirmed missing internal transactions for block 0x34E28C1. I checked on the public endpoint at got the same behavior -- I just want to double check internal transactions are not supposed to be returned by these debug traces.
Repo Link (Optional)No response Additional DetailsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hi @aashkrishnan , thanks for reporting, we are looking into that and will reply here shortly. |
Beta Was this translation helpful? Give feedback.
-
@aashkrishnan it seems like this is a bug in etherscan and those internal transactions should not be there at all. |
Beta Was this translation helpful? Give feedback.
-
Hi thank you!! @Romsters! Confirming internal transaction should not be returned by debug_traceTransaction. and by bug with etherscan, you mean the block explorer is incorrectly displaying internal transaction for this block? Or can you clarify what you mean here? |
Beta Was this translation helpful? Give feedback.
I meant for this transaction the internal transactions displayed should not be there as they are not produced by that transaction and that's why they are not a part of
debug_traceTransaction
response. In other words thedebug_traceTransaction
response is correct, it's what's shown in etherscan is incorrect it seems.