PISAresearch / pisa

Accountable Watching Service
https://pisa.watch
28 stars 9 forks source link

Refactored BlockchainMachine and added synchronisation detection for BlockProcessor #413

Closed bigspider closed 4 years ago

bigspider commented 4 years ago

The BlockchainMachine is now started before the BlockProcessor, so that it won't miss blocks upon restart.

Closes: #391

bigspider commented 4 years ago

Added functionality to detect if the BlockProcessor/BlockCache is out of sync with the provider.