This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
trace_filter in Parity Trace nodes sometimes fails to detect transactions in new blocks #10325
Labels
F2-bug 🐞
The client fails to follow expected behavior.
M4-core ⛓
Core client code / Rust.
M6-rpcapi 📣
RPC API.
Before filing a new issue, please provide the following information.
Your issue description goes here below. Try to include actual vs. expected behavior and steps to reproduce the issue.
When making json-rpc calls to method "trace_filter" (https://wiki.parity.io/JSONRPC-trace-module#trace_filter), providing:
Sometimes (<10% time) an empty array of traces is returned, despite seeing transactions confirmed within block range on etherscan. However, if I were to make exact same call later (say 30 seconds), i would see the transaction appear in the returned trace.
Is there some sort of delay before being able to tracing brand new blocks?
The text was updated successfully, but these errors were encountered: