-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
performanceImpacts the runtime performanceImpacts the runtime performance
Description
Currently, only Solana indexers are receiving relevant data for the accounts that they are indexing due to the RPCs dealing with fetching relevant transactions for these accounts and the Fetcher simply forwarding those.
On EVM chains, this is not possible, and whole blocks are being fetched and forwarded. There is no preliminary filtering/partitioning of these blocks, so all indexers always receive all blocks. In the case of EVM chains, the fetcher should emulate the Solana-based fetcher's behavior.
Metadata
Metadata
Assignees
Labels
performanceImpacts the runtime performanceImpacts the runtime performance