Remove legacy code, bump version number
authoralex <alex@alex-VirtualBox.(none)>
Sat, 28 Sep 2013 13:35:46 +0000 (17:35 +0400)
committeralex <alex@alex-VirtualBox.(none)>
Sat, 28 Sep 2013 13:35:46 +0000 (17:35 +0400)
commit7e9ceb798f2685429f3387625beb872bbda1567c
treecb58fb063ef7e6ca1b753d36d41162fa403de64f
parentee0d47d7798de2a1ee572ddcd107ddcfa1fde357
Remove legacy code, bump version number

Full changes list:

* Don't check ECDSA signatures for PoW blocks ever, with exception for the first 9689 blocks;
* Remove ECDSA signing related code from mining RPC APIs;
* Trim leading zeros from the hex representation of trust score in the block dump functions;
* Don't check lk_max_locks if compiled with USE_LEVELDB flag;
* Add hash and stake modifier checkpoints for block #44200.
src/checkpoints.cpp
src/clientversion.h
src/db.cpp
src/kernel.cpp
src/main.cpp
src/rpcblockchain.cpp
src/rpcmining.cpp
src/util.h
src/version.h