Standardizing message format and implementing stderr for errors
[electrum-nvc.git] / lib / wallet.py
2012-07-07 Julian ToshStandardizing message format and implementing stderr...
2012-07-07 Julian Toshmodified password input routines to allow for input...
2012-07-06 Julian ToshTurn debugging off by default
2012-07-06 Julian ToshAdding user enabled debug messages for server communica...
2012-06-29 Amir Taakispawn both guis at start. clicking expand hides the...
2012-06-17 ThomasVfix for change address
2012-06-17 ThomasVfix: confusion
2012-06-16 ThomasVmake use_change a stored preference
2012-06-13 ThomasVpatch by Soultaker; fix old_to_new
2012-06-12 thomasvnanotube's patch for compressed keys
2012-06-10 ThomasVcreate default label only if the output is not mine
2012-06-08 ThomasVhandle URI labels
2012-06-08 thomasvset wallet file permissions
2012-06-07 thomasvforce synchronization by poking the interface
2012-06-07 thomasvfix: the gap limit is one value higher than the gap
2012-06-07 thomasvallow user to change gap limit
2012-06-07 thomasvadd expert mode to preferences
2012-06-07 thomasvdefine method get_address_flags
2012-06-07 thomasvunfreeze before prioritize
2012-06-07 thomasvunprioritize before freeze
2012-06-07 thomasvmove freeze and prioritize functions into wallet class
2012-06-06 ThomasVadd prioritize and freeze console commands. fix choose_...
2012-06-06 ThomasVraise error on compressed key format
2012-06-06 thomasvprioritized coins
2012-05-30 thomasvbetter error messages
2012-05-19 ThomasVfix format_satoshis
2012-05-19 ThomasVadd timeout in order to allow KeyboardInterrupt
2012-05-19 ThomasVshow address if coins were received at a change address
2012-05-17 ThomasVhandle imported keys as well with deseed and reseed
2012-05-17 ThomasVfix: encrypted seed might be empty
2012-05-17 ThomasVbugfix: encryption of encrypted keys
2012-05-16 ThomasVdo not use deprecated BaseException.message
2012-05-14 ThomasVdo not derive private keys when there is no seed
2012-05-14 thomasvfix
2012-05-14 thomasvtest the existence of modules in the main script
2012-05-14 ThomasVuse pip not easy_install
2012-05-12 ThomasVbugfix: poke to reconnect
2012-05-10 thomasvsetup package in lib subdirectory