Implementing a better print_error routine
[electrum-nvc.git] / electrum
2012-07-07 Julian ToshImplementing a better print_error routine
2012-07-07 Julian ToshStandardizing message format and implementing stderr...
2012-07-07 Julian Toshmodified password input routines to allow for input...
2012-07-03 Amir TaakiMake lite gui the default.
2012-06-27 Amir Taakishow btc balance (no fiat balance yet)
2012-06-27 Amir Taakimoved lite gui into lib/ and added -g lite to ./electrum
2012-06-18 MaranFixed list index out of range when supplying no argumen...
2012-06-18 MaranAdded some more information for certain help commands...
2012-06-12 thomasvreconstruct message if it contains spaces
2012-06-08 ThomasVfix: distinguish between addr and m_addr
2012-06-07 ThomasVdistinguish between ImportError and SyntaxError
2012-06-07 thomasvdefine method get_address_flags
2012-06-07 thomasvfix import from lib
2012-06-07 thomasvmove freeze and prioritize functions into wallet class
2012-06-07 thomasvimprove 'addresses' console command
2012-06-06 ThomasVuse a dict for commands and help texts
2012-06-06 ThomasVadd prioritize and freeze console commands. fix choose_...
2012-06-06 thomasvtry to import local directory before module
2012-05-30 thomasvimport lib directory as electrum if the library is...
2012-05-30 thomasvbetter error messages
2012-05-17 ThomasVhandle imported keys as well with deseed and reseed
2012-05-17 ThomasVfix: password on creation
2012-05-17 ThomasVbugfix: encryption of encrypted keys
2012-05-16 ThomasVwallet.path
2012-05-16 ThomasVreplace options.wallet_path with wallet.path
2012-05-16 ThomasVupdate help message
2012-05-16 ThomasVrm mnemonic option, paste seed as both hexadecimal...
2012-05-16 thomasvslightly more robust connection procedure
2012-05-15 ThomasVpath
2012-05-14 ThomasVdo not derive private keys when there is no seed
2012-05-14 thomasvbetter messages
2012-05-14 thomasv--mnemonic option, and improved help messages
2012-05-14 thomasvmake the history command an online command; option...
2012-05-14 thomasvtest the existence of modules in the main script
2012-05-13 ThomasVoffline option for command line
2012-05-13 ThomasVdeseed: error if wallet is encrypted
2012-05-12 ThomasVdeseed and reseed
2012-05-12 ThomasVdeseed command
2012-05-11 thomasvfix import
2012-05-10 thomasvsetup package in lib subdirectory
2012-04-30 ThomasVfix: is_input
2012-04-29 genjixmv client/* . && rm -fr client