move verify_message to wallet
[electrum-nvc.git] / lib / commands.py
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-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