Skip to content

[Dev Tools] cast run not working for era sepolia transaction #806

Discussion options

You must be logged in to vote

Hey @coffeexcoin 👋

cast run is currently not supported. You can still replay_tx via era-test-node (soon to be anvil-zksync). You can do so like so:

./target/release/era_test_node --show-calls=all replay_tx 0x33bf84fc5a25138218d365b9b0a551d10e64e70d8923a09479089cd0cd48930d --network sepolia-testnet

Here is a preview of new output that will be shipped in the anvil-zksync update from the db/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 just user.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by coffeexcoin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devtools Questions related to zkSync Tooling
2 participants