Fergal

Results 2 comments of Fergal

Not really coding related, but what do the DB queries that we're executing look like? Do we have indexes created against workID, or whatever we're querying by? Or would that...

@amirylm looking at the migrations, I can only see two indexes for evm.logs, one for `tx_hash`, and then another for `evm_chain_id, block_timestamp`. `SelectIndexedLogs` seems to query based on evm_chain_id, address,...