monero/src/blockchain_db
stoffu 7bd66b01bf
daemon: guard against rare 'difficulty drift' bug with checkpoints and recalculation
On startup, it checks against the difficulty checkpoints, and if any mismatch is found, recalculates all the blocks with wrong difficulties. Additionally, once a week it recalculates difficulties of blocks after the last difficulty checkpoint.
2020-06-09 10:40:51 +09:00
..
lmdb daemon: guard against rare 'difficulty drift' bug with checkpoints and recalculation 2020-06-09 10:40:51 +09:00
blockchain_db.cpp Adding Dandelion++ support to public networks: 2020-03-26 15:01:30 +00:00
blockchain_db.h daemon: guard against rare 'difficulty drift' bug with checkpoints and recalculation 2020-06-09 10:40:51 +09:00
CMakeLists.txt Removed Berkeley DB and db switching logic 2019-09-16 16:18:05 +02:00
locked_txn.h core: move the LockedTXN class out of txpool so it may be reused 2020-03-12 11:30:05 +00:00
testdb.h daemon: guard against rare 'difficulty drift' bug with checkpoints and recalculation 2020-06-09 10:40:51 +09:00