use WalletVerifier.add() method to register transactions
[electrum-nvc.git] / lib /
2012-10-26 thomasvuse WalletVerifier.add() method to register transactions
2012-10-26 ThomasVcallback everytime there is an update
2012-10-26 ThomasVreturn zero if unconfirmed
2012-10-25 ThomasVtie confirmation icons to payment verifier
2012-10-25 ThomasVsort pending headers before they get processed
2012-10-25 thomasvmake the Verifier class usable without a wallet instance
2012-10-25 thomasvsubscribe to / verify headers
2012-10-25 thomasvalt path for headers
2012-10-24 ThomasVsimple payment verification: check targets, use block...
2012-10-23 ThomasVhandle empty string (!= None)
2012-10-23 ThomasVfix: break the loop
2012-10-23 ThomasVfix order
2012-10-22 ThomasVfix: copy the default servers array
2012-10-22 thomasvwindow title
2012-10-22 thomasvwait until connected
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 thomasvtypo: expected -> unexpected
2012-10-22 thomasvnew 'disconnecting' callback for requested disconnection
2012-10-22 thomasvsend another banner request on reconnect
2012-10-22 thomasvcatch exception when client is disconnected
2012-10-22 thomasvinit_up_to_date when connected
2012-10-22 thomasvallow multiple callbacks for a given name
2012-10-22 thomasvinterface: do not connect inside the constructor
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-20 ThomasVpass config to randomly selected server
2012-10-20 ThomasVfix: random_choice -> random.choice
2012-10-20 thomasvtext gui
2012-10-20 thomasvtext ui: first commit
2012-10-19 thomasvseparate bitcoin related functions from wallet.py
2012-10-19 thomasvmove theme_path functions from util to gui_lite
2012-10-19 thomasvsynchronous_get batch method for interface
2012-10-19 thomasvfix side effect and handle case where the initial serve...
2012-10-19 thomasvbetter protocol handling in gui
2012-10-19 thomasvfix connection_msg
2012-10-19 thomasvrename qt gui -> classic
2012-10-18 ThomasVupdate message: cannot change -> not changing
2012-10-18 ThomasVversion 1.1
2012-10-18 ThomasVadd SSL protocols to network dialog
2012-10-17 thomasvuse SSLv23
2012-10-17 thomasvclient-side support for SSL
2012-10-17 ThomasVfix: update history when label changed
2012-10-16 thomasvset default button in seed dialog
2012-10-16 thomasvuse a small timeout value initially because the server...
2012-10-16 thomasvgtk: on create, use the server already picked by the...
2012-10-16 thomasvon create, use the server already picked by the interface
2012-10-16 thomasvsimplification: hex encode master_public_key directly
2012-10-15 ThomasVmove is_up_to_date method
2012-10-14 ThomasVbootstrap: test all hardcodedservers until one is found...
2012-10-14 ThomasVshow waiting dialog during transaction broadcast
2012-10-13 ThomasVAdding confirmation icons in Tachikoma's pull request...
2012-10-13 ThomasVsave config after checking qt version
2012-10-12 ThomasVcatch NoSectionError in simple_config
2012-10-12 ThomasVfix: call read_wallet_config only if there is a wallet_...
2012-10-12 thomasvanother small fix
2012-10-12 thomasvfix
2012-10-12 thomasvdisable labels too
2012-10-12 thomasvdisable setting widgets when setting is not modifiable.
2012-10-12 thomasvadd gui selector to gtk interface
2012-10-12 thomasvimproved warning message
2012-10-12 thomasvallow config to be None in constructor of Interface
2012-10-12 thomasvmove init_socket in constructor
2012-10-12 thomasvfix: needs parentheses
2012-10-12 thomasvsystem config file is read-only, user config file can...
2012-10-12 thomasvminor fix for proxy type
2012-10-12 thomasvfix type for settings in configuration file
2012-10-12 thomasvnetwork_dialog: disable fields that are not modifiable
2012-10-12 thomasvimproved network dialog
2012-10-12 thomasvtypo
2012-10-12 thomasvsimplify read_common_config. do not break loop so that...
2012-10-11 ThomasVmove prompt_password from wallet.py to main script
2012-10-11 ThomasVfix for gtk gui
2012-10-11 ThomasVsmall fixes for gtk gui
2012-10-11 ThomasVfix: inheritance
2012-10-11 ThomasVcleanup
2012-10-11 ThomasVencapsulate parse_proxy_options
2012-10-11 ThomasVrename conf file section as 'client'. add gui to conf
2012-10-11 thomasvbig refactoring: command line options and electrum...
2012-10-11 thomasvencapsulation: that kind of exception handling should...
2012-10-11 thomasvfix: the gtk gui was broken since server_list_changed...
2012-10-11 thomasvreplace expert mode with a button for gui_detailed_view
2012-10-10 thomasvmove proxy fallback away from send method
2012-10-09 MaranDisabled the proxy input fields when None is selected
2012-10-09 MaranMerge branch 'master' of https://github.com/spesmilo...
2012-10-09 MaranAdd fallback for users who ran master with the old...
2012-10-09 thomasvmake connection message slightly less invasive
2012-10-09 thomasvproxy: allow '-p none'
2012-10-09 thomasvfix proxy issues: override config with command line...
2012-10-05 thomasvremove remote wallet (broken, will be replaced)
2012-10-02 thomasvrestored initial text (users should know what seed...
2012-10-02 thomasvfix set_server. keep compatibility with the gtk interface
2012-10-02 thomasvfix proxy config: read from simpleconfig object
2012-10-01 thomasvsplit create_new_address, so that get_new_address can...
2012-10-01 thomasvremove ecdsa.org from default servers; too much downtime
2012-10-01 thomasvmake proxy an optional parameter
2012-10-01 thomasvdebugging options should not be parameters, it makes...
2012-10-01 thomasvuse https for aliases
next