restore from master public key with seed v4
[electrum-nvc.git] / lib / commands.py
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
2013-02-26 thomasvuse dumpprivkeys to efficiently dump private keys
2013-02-26 thomasvconvert satoshis to btc in listunspent
2013-02-26 thomasvfix: parameters
2013-02-26 thomasvhelper function for mktx, payto
2013-02-26 thomasvdo not add password to the command parameters, put...
2013-02-26 thomasvrm unneeded import
2013-02-26 thomasvmake most commands available in the console