Skip to content

feat(indexer): Added `dbContext` as the second paramter to `shouldIndex(...)` method of `ContractIndexer` and `SmartRollupIndexer`. Note: It must execute only readonly queries so that it does not interfere with block indexing.

Peter Smolinský requested to merge shouldIndex-dbContext into master

Merge request reports