add explanation comment
[electrum-nvc.git] / lib / deserialize.py
2013-03-25 thomasvadd explanation comment
2013-03-25 ecdsadeserialize: catch exception raised by coinbase transac...
2013-03-13 ecdsafix
2013-03-13 ecdsafix
2013-03-12 ecdsado not raise exception on strange input scripts
2013-02-23 ThomasVfix is_complete: count number of valid signatures
2013-02-23 ThomasVminor fix: unneeded
2013-02-23 ThomasVmove methods into Transaction class
2013-02-23 thomasvfix deserialize: OP_0 is not OP_PUSHDATA
2013-02-22 thomasvuse 4-spaces indentation
2013-02-22 thomasvsignrawtransaction: parse redeemScript
2013-01-30 thomasvdeserialize: p2sh trnsactions
2012-11-04 ThomasVfix: timestamps in transactions
2012-11-04 thomasvnew protocol: the server sends serialized tx, deseriali...