Replace CCoinsDB and CBlockTreeDB with LevelDB based implementations.
authoralex <alex@alex-VirtualBox.(none)>
Wed, 22 Jan 2014 23:51:50 +0000 (03:51 +0400)
committeralex <alex@alex-VirtualBox.(none)>
Wed, 22 Jan 2014 23:51:50 +0000 (03:51 +0400)
commit40894ea2045057325b6255e64c87fa26fc26e119
treec6f12e922481ac284efa6318dce538a96703fc79
parentddb68d77d9ff170eeefe21d7584a6fb06a5194b8
Replace CCoinsDB and CBlockTreeDB with LevelDB based implementations.
16 files changed:
novacoin-qt.pro
src/checkpoints.cpp
src/db.cpp
src/db.h
src/init.cpp
src/leveldb.cpp
src/leveldb.h
src/main.cpp
src/main.h
src/makefile.bsd
src/makefile.linux-mingw
src/makefile.mingw
src/makefile.osx
src/makefile.unix
src/txdb.cpp [new file with mode: 0644]
src/txdb.h [new file with mode: 0644]