-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
debug_traceTransaction on failed transaction #1942
Comments
Confirmed v1.5.8 resolves this. |
Looks like it's an upstream issue. Let's wait for an update... |
@jsvisa @a26nine @ymonye : @piersy cherry-picked a potential fix for this in #1968. It would be helpful if you could verify that the fix solves the problems you encountered. There's a docker image with the fixes available at http://us.gcr.io/celo-testnet/geth:d1d4d002419678ad56b2e511f1a37fc6b13fad62 , otherwise we can also provide binaries. |
@palango seems this issue is fixed. BTW, Is there any plan to backport the go-ethereum go-native trace into celo? The js's consuming too much CPU to run the tracing. If you're interested, I can have a try to implement this feature |
A binary to test would helpful. 🙏🏻 |
@a26nine What system and OS do you need? You can also checkout the branch and build it yourself.
Let me bring it up internally. |
Okay. I can confirm this (#1968) works as well. 👍🏻 |
@palango Any ETA for the PR merge and release? |
@a26nine The PR has been merged, I'm not sure when this will make it into a release |
Fixed in the v1.6.1 (https://github.com/celo-org/celo-blockchain/releases/tag/v1.6.1) |
Description
Failed to run
debug_traceTransaction
on failed transactionCurrent Behavior
I'm running a v1.6.10 archive node of Celo, but it seems there's something wrong on the tace model,
Context
If it makes sense, explain:
Proposed Solution
BTW, maybe we need to cherry-pick the go-ethereum v1.10.xx's new go-native tracer model.
The text was updated successfully, but these errors were encountered: