T2966
Depends on D13360
Add new database collection serverState that currently contains {processedConfirmedTxs: <numberOfProcessedConfirmedTxs}
With this number accurately tracked, it is no longer necessary to store the full tx history in the confirmedTxHistory collection.
A later diff will deprecate the confirmedTxHistory collection, as it would become quite enormous on the IFP address, defeating the point of using the blockchain as the db of record for this service.