joshstevens19 / rindexer

A no-code blazing fast EVM indexer tool built in rust.
https://rindexer.xyz
MIT License
269 stars 24 forks source link

Internally cache the logs #12

Open joshstevens19 opened 2 months ago

joshstevens19 commented 2 months ago

When building a rust project, if you change your code, you want to avoid hitting the RPC again. If it has already seen the logs, we should save them in the database or on disk somewhere, allowing us to use that if they restart the indexer as they changed some of their code.