nomad-xyz / nomad-monorepo

Contracts, off-chain agents, and libraries for Nomad
https://nomad.xyz
77 stars 16 forks source link

Indexer: Store all events in the DB #184

Open kekonen opened 2 years ago

kekonen commented 2 years ago

Right now we keep the fetched events in the RAM. It doesn't cause issues with memory yet, but also when restarting it is fairly quick to recollect them (other time-consuming data is already stored in the DB). SO the issue is a low-prio. But let it be for now.