New port numbers
[electrum-nvc.git] / lib / transaction.py
2014-07-22 CryptoManiacInitial novacoin support
2014-07-09 ThomasVfix: new outputs format and payment requests
2014-07-08 ThomasVstore output type explicitly in tuple
2014-07-07 ThomasVtransaction: separate deserialize and update methods
2014-07-06 ThomasVRewrite accounts and transactions: store pubkeys instea...
2014-06-27 ThomasVsupport for OP_RETURN
2014-06-24 ThomasVminor fix
2014-06-24 ThomasVdetect if wallet can sign tx before showing sign button
2014-06-23 ThomasVfix bug with the order of signatures in tx input
2014-06-22 ThomasVshow number of tx signatures in gui
2014-06-21 ThomasVserialize: do not use x_pubkeys if we have enough signa...
2014-06-21 ThomasVcleanup (dead code)
2014-06-21 ThomasVcompact serialized format for unsigned and partially...
2014-06-17 ThomasVparse_scriptSig
2014-05-21 ThomasVupdate calls to is_complete() method. fixes #693
2014-05-01 ThomasVsweep privkeys in gui
2014-04-27 ThomasVfix signrawtransaction
2014-04-26 ThomasVfix input_info for signrawtransaction
2014-04-25 ThomasVsweep command (does not broadcast)
2014-04-19 ThomasVhandle coinbase transactions explicitly
2014-04-17 ThomasVfix #563
2014-04-13 ThomasVfix signatures returned by get_address_from_input_scrip...
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