update a few scripts
[electrum-nvc.git] / electrum
2013-10-06 ThomasVupdate a few scripts
2013-10-04 ZomnutFix redirect error
2013-10-03 ThomasVremove check_windows_wallet_migration
2013-10-03 ThomasVprint connected to message synchronously
2013-10-03 ThomasVgetpubkeys command
2013-10-03 ThomasVnew flag for commands: requires_wallet
2013-09-28 ThomasVcommon wallet.restore() method for GUIs
2013-09-24 ThomasVsimplify gui names
2013-09-22 rofl0rupdate help text for --server with available protocols
2013-09-19 rofl0radvertise new text gui in the help screen
2013-09-19 rofl0rmake it possible to create wallet non-interactively
2013-09-18 rofl0rrestore 'electrum help command' usage
2013-09-18 rofl0rfix help text when invoked with --help
2013-09-16 ThomasVfix restore threads
2013-09-15 thomasvfallback to classic for old preferences
2013-09-15 thomasvnew command: getrawtransaction
2013-09-12 thomasvdon't show gap limit in GUI
2013-09-11 thomasvfix create and restore (command line)
2013-09-09 thomasvmove callbacks to the network class
2013-09-08 ThomasVseparate blockchain and network
2013-09-02 thomasvsimplify directories: electrum_dir
2013-09-01 ThomasVminor fixes
2013-09-01 ThomasVstart wallet threads from wallet class
2013-09-01 ThomasVseparate blockchain verifier from transaction verifier
2013-09-01 ThomasVseparation between wallet storage and config
2013-08-30 ThomasVseparate gui init() and load_wallet()
2013-08-22 ThomasVstructural change: wrap wallet instanciation inside...
2013-08-18 neliskyimplementing paytomany (untested)
2013-08-18 neliskyimplementing mksendmanytx
2013-08-17 ThomasVMerge pull request #187 from nelisky/sendmany
2013-08-17 ThomasVfixes for signrawtransaction
2013-08-01 thomasvfix: set auto-cycle to None only during wallet creation
2013-05-02 ecdsadeprecate wallet.save() and 'eval' command
2013-04-28 ecdsamove network dialog in a new class; simplify interface...
2013-04-23 ThomasVMerge pull request #206 from JulianTosh/TuxHelpMods
2013-04-22 Julian ToshSlightly modifying help output for clarity
2013-04-20 ecdsaos path join
2013-04-16 thomasvbetter help text for offline restore
2013-04-16 thomasvoffline restore
2013-04-14 ecdsafix create and restore from command line
2013-04-11 MaranChanged the way the portable flag uses without supplyin...
2013-04-10 thomasvcall save_seed only in main script
2013-04-10 thomasvbetter seed dialog + fix bug with restore
2013-04-09 thomasvask users to enter their seed on create
2013-04-08 neliskyimplementing paytomany (untested)
2013-04-08 neliskyimplementing mksendmanytx
2013-04-06 thomasvhandle multiple accounts with separation
2013-03-23 thomasvmore accurate computation of transaction fees.
2013-03-15 thomasvglobal switch use_local_modules
2013-03-15 thomasvsimplification
2013-03-13 ecdsafix: number of arguments
2013-03-13 thomasvbug fix: init_seed
2013-03-13 thomasvdo not call exit() in the interface module
2013-03-12 ecdsastart verifier right after initialization
2013-03-12 thomasvalways enable auto_cycle for android
2013-03-12 thomasvupdates fro android
2013-03-10 ecdsaoptional wait parameter for interface
2013-03-10 ecdsado not wait for interface when launching gui
2013-03-07 ecdsasimilar fix for text mode
2013-03-07 ecdsafix: restore wallet from master public key
2013-03-04 ecdsamake help() available in console
2013-03-03 thomasvrestrict plugins to the gui
2013-03-02 ecdsarename gui package
2013-03-02 ThomasVimport gui using any name
2013-03-02 thomasvplugin handler
2013-03-02 thomasvseparate core and gui in different modules
2013-03-02 thomasvaccounts
2013-03-02 thomasvuse imp to detect and load the local electrum module
2013-03-01 thomasvmove is_valid from wallet class to bitcoin.py
2013-03-01 thomasvmissing arguments and types conversions
2013-03-01 thomasvfix command names: setconfig, setconfig
2013-03-01 thomasvregister commands, check for their arguments
2013-03-01 thomasvrename 'balance' command as 'getbalance', per bitcoind
2013-03-01 thomasvrename 'addresses' command as 'listadresses'. use json...
2013-02-28 thomasvterminate after create or restore
2013-02-27 thomasvuse json format
2013-02-27 thomasvfix: deseed
2013-02-27 thomasvsimplify dumpprivkeys
2013-02-27 thomasvmore json formatting
2013-02-26 thomasvreturn python objects from commands, and display them...
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 thomasvmake most commands available in the console
2013-02-25 ThomasVlaunch verifier before synchronizer
2013-02-25 ThomasVsendtx -> sendrawtransaction
2013-02-25 thomasvchange the deseed command, remove reseed
2013-02-25 thomasvrename inpust_info -> input_info
2013-02-25 ThomasVoffline wallets sign transactions using KeyID
2013-02-24 ThomasVremove signtx command (replaced by signrawtransaction).
2013-02-24 thomasvuse serialized format in signtx
2013-02-23 ThomasVmove methods into Transaction class
2013-02-23 ThomasVrm unneeded address
2013-02-23 thomasvcheck if multisig transaction is complete, add is_compl...
2013-02-23 thomasvfix listunspent, add method wallet.get_unspent_coins
2013-02-23 thomasvcreate separate class for deterministic key generation...
2013-02-22 thomasvsimplify get_private_key, use base58
2013-02-22 thomasvmove crypto from wallet class to bitcoin.py
2013-02-22 thomasvMerge branch 'master' of github.com:spesmilo/electrum
2013-02-22 thomasvadd listunspent
next