fix: update commands with new transaction constructors
[electrum-nvc.git] / lib / commands.py
2014-07-13 ThomasVfix: update commands with new transaction constructors
2014-07-08 ThomasVstore output type explicitly in tuple
2014-07-06 ThomasVrm duplicate method getpubkey
2014-06-24 Chris GlassFirst cleanup branch commit
2014-06-22 ThomasVgetmpk: return list of accounts
2014-06-22 ThomasVhelp text for signrawtransaction
2014-06-21 ThomasVcompact serialized format for unsigned and partially...
2014-05-28 ThomasVRemove Bitcoin address from serialized encryption forma...
2014-05-21 ThomasVcreaterawtransaction: keep all fields for input_info
2014-05-05 ThomasVdumpprivkey -> getprivatekeys
2014-05-05 ThomasVrename command dumpprivkey as getprivatekeys
2014-05-01 ThomasVsweep privkeys in gui
2014-04-29 ThomasVrestore get_master_public_key function. fixes #668
2014-04-25 ThomasVsweep command (does not broadcast)
2014-04-25 ThomasVget_master_public_keys
2014-04-23 ThomasVsimplify getseed: do not return hex
2014-03-16 ThomasVdisable encrypt/decrypt
2014-03-15 ThomasVfix getservers: wait until they are available
2014-03-12 ThomasVchange the format returned by history command
2014-03-11 ThomasVchange decrypt syntax
2014-03-03 ThomasVencrypt/decrypt messages in gui
2014-03-02 ThomasVfix createrawtransaction (issue #574)
2014-03-02 ThomasVrename command: getutxoaddress
2014-03-02 ThomasVadd timeout to daemon, update getaddressbalance
2014-01-30 ThomasVnew command: getunspentaddress
2014-01-30 ThomasVuse standard format for private key passed to decrypt
2014-01-30 ThomasVnew commands: encrypt and decrypt messages
2014-01-29 ThomasVget_proof command
2014-01-27 ThomasVdaemon
2014-01-27 ThomasVjson rpc daemon
2014-01-26 ThomasVdaemon
2014-01-23 ThomasVjson rpc daemon
2014-01-13 ThomasVfix for getrawtransaction
2013-12-24 Michael PearceUpdate commands.py
2013-12-21 ThomasVfix gerversion
2013-12-21 ThomasVfix sendrawtransaction
2013-12-01 flatflyfix for getversion
2013-12-01 flatflyadded getversion command
2013-11-22 ThomasVremove prioritize altogether.
2013-11-12 Bryan Stittstop using eval
2013-11-10 Bryan Stittdon't use bare except
2013-11-10 Bryan Stittreplace BaseException with Exception
2013-11-04 ThomasVfix validateaddress
2013-11-03 ThomasVrestore from master public key with seed v4
2013-10-26 ThomasVseed v6
2013-10-24 ThomasVremove -b option for listaddresses (fix issue #343)
2013-10-21 AdamISZimport Transaction object for multisig to work
2013-10-18 ThomasVfix typo in help
2013-10-05 ThomasVchoose_tx_from account, and use deterministic signature...
2013-10-03 ThomasVgetpubkeys command
2013-10-03 ThomasVnew flag for commands: requires_wallet
2013-10-03 ThomasVmove synchronous_get to network.py, fix get_balance...
2013-10-02 ThomasVnew command: getservers (fix for issue #306)
2013-09-15 thomasvdo not show pubkeu in validateaddress if the key is...
2013-09-15 thomasvgetrawtransaction: first check if tx is in wallet
2013-09-15 thomasvnew command: getrawtransaction
2013-09-14 ThomasVcustom json encoder for transactions
2013-09-14 ThomasVcreate a class for transaction dialog
2013-09-10 FredrickFix dumpprivkeys
2013-09-08 ThomasVfix: typo, set_label
2013-09-08 ThomasVset_label
2013-08-18 neliskyimplementing paytomany (untested)
2013-08-18 neliskyimplementing mksendmanytx
2013-08-17 ThomasVMerge pull request #187 from nelisky/sendmany
2013-08-17 ThomasVupdate signrawtransaction
2013-05-02 ecdsadeprecate wallet.save() and 'eval' command
2013-05-01 ecdsamove verify_message to wallet
2013-04-22 Julian ToshSlightly modifying help output for clarity
2013-04-17 thomasvgetaddressbalance needs 1 argument
2013-04-16 thomasvadd getaddressbalance command, and use getbalance only...
2013-04-08 neliskyimplementing paytomany (untested)
2013-04-08 neliskyimplementing mksendmanytx
2013-04-06 thomasvhandle multiple accounts with separation
2013-03-13 thomasvfix: command line with no password
2013-03-06 neliskyLack of self was a little more widespread
2013-03-06 neliskyTypo in importprivkey, missing self
2013-03-04 ecdsamake help() available in console
2013-03-03 thomasvfix: mktx amounts
2013-03-02 thomasvreplace wallet.all_addresses() with wallet.addresses...
2013-03-01 thomasvmove is_valid from wallet class to bitcoin.py
2013-03-01 thomasvmissing arguments and types conversions
2013-03-01 thomasvprioritize
2013-03-01 thomasvalphabetical order
2013-03-01 thomasvregister commands, check for their arguments
2013-03-01 thomasvrename 'balance' command as 'getbalance', per bitcoind
2013-03-01 thomasvdon't use underscore in commands.
2013-03-01 thomasvrename 'addresses' command as 'listadresses'. use json...
2013-03-01 thomasvdefault parameter for addresses() command
2013-03-01 ThomasVuse Decimal in listunspent
2013-02-27 thomasvfix: seed, password
2013-02-27 thomasvmove method signrawtransaction to wallet class
2013-02-27 thomasvcallback -> _callback
2013-02-27 thomasvsimplify dumpprivkeys
2013-02-27 thomasvmore json formatting
2013-02-27 thomasvdeep copy output to prevent side-effect
2013-02-26 thomasvreturn python objects
2013-02-26 thomasvreturn python objects from commands, and display them...
2013-02-26 thomasvdumpprivkeys is offline
2013-02-26 thomasvmove commands list to commands.py
2013-02-26 thomasvmove 'addresses' command
next