peerplays_migrated/libraries/db
Daniel Larimer 7f54d3d077 Issue #160 - Dynamic Undo History / Minority Fork
The blockchain now has a minimal participation requirement that can only
be overridden with checkpoints.  Any time participation falls below a
minimal level no new blocks may be added.

Currently it requires 66% participation and tolerates short periods of
time below 66% participation with a maximum of 500 consecutive blocks
missed.  For every two blocks produced 1 can be missed with a slack of
999 bias.
2015-07-15 14:13:24 -04:00
..
include/graphene/db Fix #158 - block summary database now only has 2^16 entries 2015-07-14 17:56:42 -04:00
CMakeLists.txt Fix #116 Verify Database Serialization Version 2015-07-01 12:25:39 -04:00
index.cpp Initial commit 2015-06-08 12:36:37 -04:00
object_database.cpp merge from master, clean up test output 2015-06-18 15:40:38 -04:00
type_serializer.cpp Fix #116 Verify Database Serialization Version 2015-07-01 12:25:39 -04:00
undo_database.cpp Issue #160 - Dynamic Undo History / Minority Fork 2015-07-15 14:13:24 -04:00