pep8 and utility cleanup
[electrum-server.git] / backends / bitcoind /
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 ThomasVfix for strange tx
2012-11-19 ThomasVparse black holes correctly
2012-11-19 ThomasVfix: this wasnt the right place
2012-11-19 ThomasVwrite strange transactions if they have a nonzero value
2012-11-19 ThomasVstore hashes in the database, to optimize space. use...
2012-11-19 ThomasVdo not add output if it does not have an address (coinbase)
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)