Skip to content
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

Trace service/endpoint #171

Open
lrettig opened this issue Jul 1, 2022 · 0 comments
Open

Trace service/endpoint #171

lrettig opened this issue Jul 1, 2022 · 0 comments

Comments

@lrettig
Copy link
Member

lrettig commented Jul 1, 2022

This is essential for certain clients (e.g., explorer) to provide state change logs, and it's the only way to know for sure that certain events happened (e.g., token transfers), since contract logs/events aren't always 100% reliable or sometimes don't conform to standards.

From the linked thread:

...state changes are a little different than encoding tx body or logs/events. Ethereum does not include this in the ABI (JSON). The only way to get it is to run a full/archive node in trace mode. We need some sort of API service/endpoint for this.

Originally posted by @lrettig in spacemeshos/pm#134 (comment)

See https://geth.ethereum.org/docs/rpc/ns-debug#debug_tracetransaction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant