Jacek Sieka 0f8a3a5ae8
checkpoint database at end of each slot (#2195)
* checkpoint database at end of each slot

To avoid spending time on synchronizing with the file system while doing
processing, the manual checkpointing mode turns off fsync during
processing and instead checkpoints the database when the slot has ended.

From an sqlite perspecitve, in WAL mode this guaranees database
consistency but may lead to data loss which is fine - anything missing
from the beacon chain database can be recovered on the next startup.

* log sync status and delay in slot start message

* bump
2020-12-18 22:01:24 +01:00
..
2020-07-07 17:51:02 +02:00
2020-11-26 20:23:45 +01:00
2020-10-09 16:39:03 +03:00
2020-02-21 01:35:54 +01:00
2020-11-16 20:15:43 +01:00
2020-11-12 22:29:43 +02:00
2020-11-16 20:15:43 +01:00
2020-12-07 17:09:05 +01:00
2020-10-06 15:46:22 +03:00
2019-10-07 23:56:34 +09:00
2020-12-16 19:41:12 +02:00
2020-12-15 17:06:15 +02:00
2020-04-24 11:47:51 +02:00
2020-12-16 09:36:51 +01:00
2020-01-21 01:26:57 +02:00
2020-03-18 17:20:34 +01:00
2020-10-03 11:21:45 +02:00
2020-02-11 23:16:02 +01:00