Replies: 2 comments 1 reply
-
It appears that the issue you're encountering with the For a more detailed investigation and to potentially capture the errors that are not appearing in your current traces, you might consider using a different tracer configuration that includes more comprehensive error reporting. Alternatively, you could adjust the tracer settings to ensure it captures all relevant transaction details, including errors. If the issue persists and you believe it to be a bug or a limitation of the current tracing tools on ZKsync, opening a GitHub issue in the ZKsync developers discussions would be a suitable next step. This would allow the development team to look into the matter more closely and provide a fix or enhancement if necessary. For further technical discussions or to seek more in-depth assistance, you can visit the ZKsync developers discussions on GitHub. Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
-
Hey @MRabenda, thanks for submitting the issue, I'll investigate it and get back to you ASAP. |
Beta Was this translation helpful? Give feedback.
-
Team or Project
MetaMask
Environment
Mainnet
L2 block number
2558830
Provide a brief description of the functionality you're trying to implement and the issue you are running into.
Today we encountered an issue where a transaction failed but showed no errors in the traces.
In our pipeline, we use the following request:
For simplification, here is an example of what we get when tracing the transactions:
Transaction Hash: 0x1d55f591f2dec2db4ede9dfdf1e921c38f315daeddfc5f4f690ab13c1fa0cc72
https://era.zksync.network/tx/0x1d55f591f2dec2db4ede9dfdf1e921c38f315daeddfc5f4f690ab13c1fa0cc72
Status: Failed as shown in the explorer.
Attached, you will find the response for the request below, where the transaction indeed does not have an error:
Here are other transactions without corresponding errors when tracing:
Block 2558830 -> Tx: 0x1d55f591f2dec2db4ede9dfdf1e921c38f315daeddfc5f4f690ab13c1fa0cc72 (example listed above)
Block 2637427 -> Tx: 0xacb4bb951661950a9cb0df04f3e5ce8dce37c98a684924a07e1bab5f118202c8
Block 2610752 -> Tx: 0x38822e3ef0298e9131790333356986d5051784861e43e602da5a9b97b8c66118
Block 2579103 -> Tx: 0x45634aa7756181707f1b8e6ef6404069c4f2c4506f20466ed637850a113237ab
Block 2642447 -> Tx: 0x94fc982c4c2fb8146912f15a362bb5292e8094a77ec68c6be243e5861cec2321
Let me know if you need any further information. I can also open a GH issue if it’s a better way to report this.
Repo Link (Optional)
No response
Additional Details
No response
Beta Was this translation helpful? Give feedback.
All reactions