Impossible to fetch token history #14925
Labels
A-observability
Related to tracing, metrics, logs and other observability tools
A-rpc
Related to the RPC implementation
C-enhancement
New feature or request
Describe the bug
I've built esplr - private block explorer, but it can't be ran on reth.
It utilizes trace_filter which is great and universal. Reth has 100-block limit for trace_filter, requiring 190k requests just get transactions (source code). If there are better APIs for this purpose, let's document / create them.
Other useful methods are in ots_ namespace, which allow
ots_searchTransactionsBefore
,ots_searchTransactionsAfter
andots_getContractCreator
- seems to be fairly low-effort?In any case, it would be awesome to make Reth support local block explorers! It seems like it can enable all kinds of different new use-cases besides mine.
Steps to reproduce
Run
trace_filter
request, batch size is max 100Requirements
One thing to keep in mind is that Erigon has smaller datasets even though the feature / index is enabled.
Code of Conduct
The text was updated successfully, but these errors were encountered: