DataFilter
https://github.com/datafast-network/datafast-runtime/blob/main/src/components/data_filter/mod.rs
Last updated
https://github.com/datafast-network/datafast-runtime/blob/main/src/components/data_filter/mod.rs
Last updated
The job of DataFilter is to only select relevant information for indexing.
DataFilter takes BlockDataMessage and produces FilteredDataMessage
DataFilter's concrete implementation is very chain-specific. In case of Ethereum, it collects relevant logs and convert them to Ethereum Event data - based on the data format defined by TheGraph.
DataFilter does not need to be configured.