valory-xyz/trader-quickstart

Improve mech database generation

Opened this issue · 0 comments

The mech database should start searching for events only in the following interval:

[max(service_safe_creation_block, mech_contract_creation_block), latest_block]
Currently it searches

[mech_contract_creation_block, latest_block]

This has mainly impact on the first time the database is created or re-created.