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

Tracing EVM transactions (trace_*, debug_*) #75

Open
ales-tsurko opened this issue Mar 29, 2024 · 5 comments
Open

Tracing EVM transactions (trace_*, debug_*) #75

ales-tsurko opened this issue Mar 29, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@ales-tsurko
Copy link
Member

It might be RPC incompatibillity issue. Needs further investigation.

@ales-tsurko ales-tsurko added bug Something isn't working verify labels Mar 29, 2024
@r8bywork
Copy link

Issue: Unsupported Node Methods
Description: The node is encountering difficulties when attempting to execute certain methods, resulting in a "Method not found" error.

Affected Methods:
-trace_replayBlockTransactions (fetching of internal transactions)
-trace_block (fetching of block rewards)
These two methods, crucial for tracing internal transactions, are not supported by the node being used on the backend.

Additionally, on the frontend, the tab for internal transactions has been hidden.

@ales-tsurko ales-tsurko added enhancement New feature or request and removed bug Something isn't working labels Apr 26, 2024
@ales-tsurko ales-tsurko transferred this issue from Atleta-network/blockscout Apr 26, 2024
@alwayscolorblind alwayscolorblind self-assigned this Jun 18, 2024
@hrls
Copy link
Collaborator

hrls commented Jun 21, 2024

https://docs.blockscout.com/for-developers/information-and-settings/requirements/node-tracing-json-rpc-requirements#enable-tracing-to-fetch-internal-transactions

Currently blockscout uses geth client, but we should consider to try and return parity client after some smoke test.

@hrls
Copy link
Collaborator

hrls commented Sep 16, 2024

@hrls
Copy link
Collaborator

hrls commented Sep 20, 2024

debug_traceCall has dedicated issue #164

@hrls hrls changed the title Some transactions lack internal transactions Tracing EVM transactions (trace_*, debug_*) Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants