Novacoin: beginning of adaptation for NVC protocol.
authorCryptoManiac <balthazar@yandex.ru>
Sat, 19 Jul 2014 21:55:34 +0000 (01:55 +0400)
committerCryptoManiac <balthazar@yandex.ru>
Sat, 19 Jul 2014 21:55:34 +0000 (01:55 +0400)
commitd0439647dfc60efce32e0a13b0ec02428ba412cf
tree7f50579034c4c64f902e8f4a02baceee19bf1bbb
parentce78ceeaab08527a924cdf92b90ce89e8db76c8b
Novacoin: beginning of adaptation for NVC protocol.

* Set new genesis block hash and address version values;
* Use getblockbynumber RPC instead of getblockhash & getblock & getrawtransaction;
* Handle proof-of-stake blocks and coinstake transactions correctly.
backends/bitcoind/blockchain_processor.py
backends/bitcoind/deserialize.py
backends/bitcoind/storage.py
server.py
start
utils/__init__.py