Currently, we require all plugins to be synced for every block since genesis. However, this is overkill for most plugins, as most have the first usage of their LOKAD ID much later.
In this diff, allow plugins to load if there's currently no txs that would apply for it indexed in the DB already.
Depends on D16568.