aleph-im / aleph-indexer-framework

TypeScript framework for deploying distributed indexers on Aleph VMs for Solana and EVM chains.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parser instruction caching

MHHukiewitz opened this issue · comments

Already parsed instructions should be cached and used whenever possible.

The fetcher service is already using caching to store already requested transactions to avoid unnecessary RPC calls.

To further increase performance, the parser might do the same for already parsed instructions.