fix #651
[electrum-nvc.git] / lib / transaction.py
2014-04-12 ThomasVfix #651
2014-04-07 ThomasVtransaction: add_signature(), is_complete() methods
2014-04-03 ThomasVfix and simplify tx serialization
2014-04-03 ThomasVsort signatures for multisig
2014-04-01 ThomasVmove get_keyID to accounts
2014-03-05 Michael Wozniakdisplay locktime for transaction
2014-03-02 ThomasVfix createrawtransaction (issue #574)
2013-11-12 ThomasVfix tx signing with watching only wallets
2013-11-10 Bryan Stittdon't use bare except
2013-11-01 ThomasVfix: offline signing
2013-10-08 ThomasVfix offline signing: redeemPubkey was missing
2013-10-05 ThomasVchoose_tx_from account, and use deterministic signature...
2013-10-03 thomasvfix: tx_hash -> prevout_hash
2013-09-29 ThomasVfix is_complete
2013-09-29 ThomasVcleanup signrawtrasaction and input_info
2013-09-29 ThomasVadd input_info when transaction is created
2013-09-14 ThomasVcustom json encoder for transactions
2013-09-14 ThomasVcreate a class for transaction dialog
2013-09-04 thomasvmove transaction code and fix issue #280