-
Notifications
You must be signed in to change notification settings - Fork 678
The tx doesn't have the correct nonce when calling debug_traceTransaction
#280
Comments
My hunch is that when tracing the transaction with I'll leave this issue open until I can confirm if its fixed or not. Thanks again, @LogvinovLeon! |
@davidmurdoch Have you been able to confirm if this is fixed or not? |
@davidmurdoch Ping |
@LogvinovLeon When running |
@davidmurdoch My bad. I just confirmed that the newest release of Ganache has it fixed! Thanks! |
@dikshasonics2000 try updating ganache UI to v 2.7 |
Yes i will try doing that, thanks for the help :) |
Expected Behavior
I expect ganache to return a transaction trace.
Current Behavior
Currently it throws that error:
It's surprising that this nonce issue doesn't happen when I send the transaction. It's successfully mined. And then when I ask for a trace it breaks with that message.
Here is the ganache verbose log of what was happening before the failure.
Possible Solution
Steps to Reproduce (for bugs)
I've created a repro branch.
Context
I'm trying to measure code coverage using debug traces, but I can't get them out of ganache because of that issue.
Your Environment
The text was updated successfully, but these errors were encountered: