Bugfix: Check fd still has a handler object, in case it has been destroyed in the...
[bitcoin:eloipool.git] / merkletree.py
2012-01-26 Luke DashjrBugfix: a2b_hex in Python 3.2 no longer accepts str...
2012-01-02 Luke DashjrBugfix: accept 1-entry lists with detail enabled
2012-01-02 Luke Dashjrmerkletree: add support for detailed tree storage
2012-01-02 Luke DashjrSupport importing merkletree without bitcoin.txn
2011-10-07 Luke Dashjrreorganize: move bitcoin* into bitcoin/*
2011-10-06 Luke DashjrFix JSON-RPC getwork response to standard form
2011-10-06 Luke Dashjrsplit Txn, dblsha, MerkleMaker, and MerkleTree out