new database format, that handles p2sh addresses
[electrum-server.git] / backends / bitcoind / blockchain_processor.py
2013-03-04 ThomasVnew database format, that handles p2sh addresses
2013-01-28 ThomasVreduce logs
2013-01-28 ThomasVbugfix: quotes introduced in the pep8 commit
2013-01-21 ThomasVfix: get_history was sorting with the wrong key.
2013-01-14 Bryan StittFix accidental change
2013-01-14 Bryan Stittpep8 and utility cleanup
2012-12-07 ThomasVcatch exception raised when mempool has changed
2012-12-02 ThomasVterminate if bitcoind is dead
2012-11-24 ThomasVdo not raise an error, send it in the result instead
2012-11-24 ThomasVdon't add new histories to the log during reorgs
2012-11-21 ThomasVfix caching problem with chunks
2012-11-20 ThomasVpassword protect unsubscribe
2012-11-20 ThomasVremove unsubscribed addresses
2012-11-20 ThomasVfix: convert h160 to addresses
2012-11-20 ThomasVfix address format in logs
2012-11-19 ThomasVstore hashes in the database, to optimize space. use...
2012-11-19 ThomasVdo not store undo info during catch up
2012-11-18 ThomasVfixes
2012-11-18 ThomasVfix
2012-11-18 ThomasVstore limited undo information for reorgs
2012-11-18 ThomasVfix for blockchain reorgs
2012-11-16 ThomasVbug: wrong name
2012-11-16 ThomasVfix and improve clarity
2012-11-16 ThomasVadd timestamp to all log lines
2012-11-15 ThomasVfix memory pool and cache
2012-11-15 ThomasVfix mempool and notifications
2012-11-15 ThomasVslightly improved messages
2012-11-15 ThomasVfix memory pool
2012-11-14 ThomasVfixes
2012-11-14 ThomasVstore headers file locally for get_chunk
2012-11-14 ThomasVvarious bug fixes
2012-11-14 ThomasVfix a few bugs
2012-11-14 ThomasVbitcoind + levelDB processor integration
2012-11-11 ThomasVnew bitcoind backend (experimental)