Open
Description
Describe the feature
tracking issue for trace_fitler
which is very useful for indexing
ref #3661 (comment)
trace_filter
returns parity traces similar to eth_getLogs
but for traces
reth/crates/rpc/rpc-types/src/eth/trace/filter.rs
Lines 9 to 24 in 7024e9a
all filter fields can be checked via Transactions alone, if I understand the filter options correctly.
Supporting the block range shouldn't be too difficult, at worst this is essentially a batch of replay_block requests.
Not sure how to support address fields without limiting blocks, because atm we don't have indices for that
@tjayrush what is a usual trace_filter request?
Additional context
No response
Metadata
Metadata
Assignees
Labels
Related to the RPC implementationNew feature or requestA change motivated by improving speed, memory usage or disk footprintPrevents old inactive issues/PRs from being closed due to inactivityThis issue requires design work to think about how it would best be accomplishedThis issue needs to be labelled
Type
Projects
Status
Todo