Atleta-network / atleta

https://atleta.network
GNU General Public License v3.0
9 stars 4 forks source link

Some transactions lack internal transactions #75

Open ales-tsurko opened 5 months ago

ales-tsurko commented 5 months ago

It might be RPC incompatibillity issue. Needs further investigation.

r8bywork commented 4 months ago

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 commented 4 months ago

I'm moving it into the node repo.

Some additional info:

https://openethereum.github.io/JSONRPC-trace-module#trace_replayblocktransactions https://github.com/moonbeam-foundation/moonbeam/blob/115bafc8747cd1b93d652676828138ed036b815e/runtime/evm_tracer/src/lib.rs

hrls commented 2 months ago

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.