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.
Also fix a small bug where can't get the tx details for coinbase txs if the plugin index is enabled.