[Dev Tools] cast run
not working for era sepolia transaction
#806
-
Team or ProjectNo response EnvironmentTestnet Select the Dev Tool you are usingFoundry Provide the version of the tool (if applicable)cast 0.0.2 (15b4758 2024-12-03T00:28:46.765147000Z) Provide a brief description of the functionality you're trying to implement and the issue you are running into.I am trying to trace a zksync era sepolia transaction to get a better sense of the transaction flow that occured using the following command:
I get the following error when running this command:
I would expect this to work as it is supposed to simply replay transactions from the block and then output the traces of the transaction specified. A functional example of this behavior can be seen by using
Result:
Repo Link (Optional)No response Additional DetailsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The error you're encountering with Here are a few steps you can take to resolve this issue:
If you continue to face issues, consider reaching out for more specific support or guidance through the ZKsync developers discussions on Github where you can get more detailed assistance tailored to your situation. 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 @coffeexcoin 👋
Here is a preview of new output that will be shipped in the Note: I used |
Beta Was this translation helpful? Give feedback.
Hey @coffeexcoin 👋
cast run
is currently not supported. You can stillreplay_tx
viaera-test-node
(soon to beanvil-zksync
). You can do so like so:Here is a preview of new output that will be shipped in the
anvil-zksync
update from thedb/fix-and-improve-debugging-logs
branch 😁 for tx hash:0x33bf84fc5a25138218d365b9b0a551d10e64e70d8923a09479089cd0cd48930d
on sepolia:Note: I used
--show-calls=all
to display all system and user calls, it can be further filtered to justuser
.