rename 'addresses' command as 'listadresses'. use json syntax.
[electrum-nvc.git] / lib / commands.py
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