simple payment verification: check targets, use block headers file.
[electrum-nvc.git] / lib / wallet.py
2012-10-24 ThomasVsimple payment verification: check targets, use block...
2012-10-22 thomasvmore robust connection procedure: let the user start...
2012-10-22 thomasvsave list of verified tx only when needed
2012-10-22 thomasvsave to disk the list of verified transactions
2012-10-22 thomasvsend another banner request on reconnect
2012-10-22 thomasvinit_up_to_date when connected
2012-10-22 thomasvallow multiple callbacks for a given name
2012-10-22 thomasvuse named callbacks with the interface
2012-10-21 ThomasVinterface for command line mode
2012-10-21 ThomasVbig refactoring of the interface
2012-10-19 thomasvseparate bitcoin related functions from wallet.py
2012-10-16 thomasvsimplification: hex encode master_public_key directly
2012-10-15 ThomasVmove is_up_to_date method
2012-10-14 ThomasVshow waiting dialog during transaction broadcast
2012-10-12 thomasvdisable setting widgets when setting is not modifiable.
2012-10-11 ThomasVmove prompt_password from wallet.py to main script
2012-10-11 thomasvbig refactoring: command line options and electrum...
2012-10-11 thomasvreplace expert mode with a button for gui_detailed_view
2012-10-05 thomasvremove remote wallet (broken, will be replaced)
2012-10-02 thomasvfix set_server. keep compatibility with the gtk interface
2012-10-01 thomasvsplit create_new_address, so that get_new_address can...
2012-10-01 thomasvuse https for aliases
2012-09-20 bkkcoinsRevert "Revert "Added proxy options to network dialog""
2012-09-20 bkkcoinsRevert "Added proxy options to network dialog"
2012-09-19 bkkcoinsAdded proxy options to network dialog
2012-08-30 MaranRefactored user_dir to utils and replaced it in wallet...
2012-08-29 Amir TaakiIf wallet does not exist, then it does not even attempt...
2012-08-27 Amir TaakiFixed bug where switching servers causes assert failure.
2012-08-24 Amir TaakiRAII open of wallet file.
2012-08-24 Amir TaakiRevert "Don't need two try/catch statments if nothing...
2012-08-24 Amir TaakiBetter looking set_path(wallet_path) method. Flattened...
2012-08-24 Amir TaakiBetter looking set_path(wallet_path) method. Flattened...
2012-08-24 Jimbo77got rid of print_error
2012-08-24 Jimbo77small cosmetic change
2012-08-24 Jimbo77changed imports to fit pep8 styleguide
2012-08-24 Jimbo77getting rid of another BaseExceptions
2012-08-24 Jimbo77getting rid of more BaseExceptions
2012-08-24 Jimbo77changed to more descriptive exception
2012-08-24 Jimbo77Don't need two try/catch statments if nothing happens...
2012-08-24 Jimbo77Small cosmetic fix
2012-08-24 Jimbo77Didn't need a seperate variable just for string
2012-08-24 Jimbo77changed to more descriptive exception
2012-08-20 Jimbo77getting rid of more unnecessary print_errors()
2012-08-20 Jimbo77created docstring for set_path()
2012-08-20 Jimbo77added small comment for ast.literal_eval
2012-08-20 Jimbo77added docstring for the read() function
2012-08-18 Amir TaakiAdd theme name to config file.
2012-08-12 Amir Taakiuse labels for to/from in lite history where available.
2012-08-12 Amir TaakiAdded history to lite view.
2012-07-07 ThomasVfix import
2012-07-07 Julian ToshImplementing a better print_error routine
2012-07-07 Julian ToshMerge branch 'master' of gitorious.org:electrum/electrum
2012-07-07 Julian ToshStandardizing message format and implementing stderr...
2012-07-07 Amir TaakiSave selected currency as config setting.
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