Second pre-release update
authoralex <alex@alex-VirtualBox.(none)>
Tue, 14 Jan 2014 20:18:47 +0000 (00:18 +0400)
committeralex <alex@alex-VirtualBox.(none)>
Tue, 14 Jan 2014 20:18:47 +0000 (00:18 +0400)
commitd8f8063eda45b8dec864b28bb98839a2dd3a8170
treed829cc27b18cc52db401ed65384eeb7c30f33d15
parent68fbc35ade50af7e8b0ec0fe80e9a1372bccba2c
Second pre-release update

* Use maximum timeweight as a split/combine threshold (instead of age);
* Remove BDB transactions index support, include some basic optimizations of leveldb wrapper;
*
20 files changed:
novacoin-qt.pro
src/checkpoints.cpp
src/db.cpp
src/init.cpp
src/kernel.cpp
src/kernel.h
src/main.cpp
src/makefile.bsd
src/makefile.linux-mingw
src/makefile.mingw
src/makefile.osx
src/makefile.unix
src/miner.cpp
src/txdb-bdb.cpp [deleted file]
src/txdb-bdb.h [deleted file]
src/txdb-leveldb.cpp
src/txdb-leveldb.h
src/txdb.h
src/version.h
src/wallet.cpp