danicoin/src/blockchain_db
Thomas Winget 43477b7dac
BerkeleyDB Blockchain building, not working yet
Everything except actually *using* BlockchainBDB is wired up, but the db
itself is not yet working.  Some error about user mem not large enough.
I think I know what this error means, but I can't determine the cause.

Notes: BerkeleyDB does not allow 0-indexing in its recno type databases,
  so block numbers *in the database* will be 1-indexed.  Modifications
  to indexing have been made as needed.
2015-03-16 09:14:51 -04:00
..
berkeleydb BerkeleyDB Blockchain building, not working yet 2015-03-16 09:14:51 -04:00
lmdb Try to not pollute cryptonote namespace 2015-03-16 04:17:44 -04:00
blockchain_db.cpp Moved BlockchainDB into its own src/ subfolder 2015-03-06 15:20:45 -05:00
blockchain_db.h BlockchainDB implementations have names now 2015-03-13 21:39:27 -04:00
CMakeLists.txt BerkeleyDB Blockchain building, not working yet 2015-03-16 09:14:51 -04:00