fix for notifications
[electrum-nvc.git] / lib / wallet.py
2012-11-15 thomasvfix for notifications
2012-11-15 thomasvmore fixes for the 0.6 servers
2012-11-15 ThomasVgui fixes
2012-11-14 ThomasVcompatibility with 0.6 protocol
2012-11-07 ThomasVraise exception on status mismatch too
2012-11-07 ThomasVraise exception on history with repeated tx
2012-11-07 ThomasVraise exception in case of server error
2012-11-07 ThomasVcheck that histories and transactions are consistent
2012-11-07 ThomasVcheck consistency of results received by get_history
2012-11-07 ThomasVinit headers file
2012-11-05 ThomasVdo not pass unconfirmed transactions to the verifier
2012-11-05 thomasvwallet.get_label method
2012-11-05 thomasvset timestamps on startup
2012-11-04 ThomasVsolve deadlock during restore
2012-11-04 ThomasVbugfix: wanted-> missing
2012-11-04 ThomasVfix race condition with prevout_values
2012-11-04 ThomasVrequest missing transactions on startup
2012-11-04 ThomasVrename history -> addr_history
2012-11-04 ThomasVfix: timestamps in transactions
2012-11-04 thomasvnew protocol: the server sends serialized tx, deseriali...
2012-10-29 thomasvdo not request merkle root for unconfirmed transactions
2012-10-27 ThomasVuse callback instead of wallet.was_updated
2012-10-27 ThomasVmove 'peers.subscribe' and 'server.version' calls into...
2012-10-26 ThomasVfix: synchronizer
2012-10-26 ThomasVbugfix: default to [], so that we do not create new...
2012-10-26 thomasvbugfix: add channel when calling send
2012-10-26 thomasvbugfix: address->addr
2012-10-26 thomasvuse WalletVerifier.add() method to register transactions
2012-10-25 ThomasVtie confirmation icons to payment verifier
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
next