daemon
[electrum-nvc.git] / electrum
2014-01-26 ThomasVdaemon
2014-01-23 ThomasVjson rpc daemon
2014-01-10 xHireFix generating encrypted wallet from command line
2013-12-13 thomasvreplace exit with sys.exit
2013-12-13 thomasvDuring wallet creation, do not write seed on disk befor...
2013-12-13 ThomasVfix #492
2013-12-12 shunyataRemove an obsolete parameter.
2013-11-13 Bryan Stittflake8 cleanup of ./electrum
2013-11-12 ThomasVrevert WyseNynja's commit (breaks things)
2013-11-12 Bryan Stittstop using eval
2013-11-11 ThomasVwallet: call create_accounts in save_seed
2013-11-10 Bryan Stittfix more bare excepts
2013-11-10 ThomasVMerge pull request #374 from nolith/master
2013-11-10 Bryan Stittreplace BaseException with Exception
2013-11-08 Andy Weidenbaumconcealed flag for restore sequence
2013-11-06 Alessio Caiazzaallow to connect to one server only
2013-11-05 ThomasVfix for portable version: use its own directory
2013-11-05 ThomasVfix regression: offline mode
2013-11-03 ThomasVrestore from master public key with seed v4
2013-11-01 ThomasVfix deseed
2013-10-31 thomasvfixes: get_seed
2013-10-26 ThomasVseed v6
2013-10-24 ThomasVremove -b option for listaddresses (fix issue #343)
2013-10-18 ThomasVsend connection msg to stderr
2013-10-08 ThomasVset verbosity after options
2013-10-07 ZomnutFix for the built-in raw_input not redirectin properly...
2013-10-07 thomasvupdate android interface
2013-10-07 thomasvmove readline
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
next