158 Commits (515b3412b034ed670cfb257b64ea95fa4b2ddbe9)

Author SHA1 Message Date
thomasv 73dc533e79 set timestamps on startup 12 years ago
ThomasV 39a85767a3 solve deadlock during restore 12 years ago
ThomasV 6fc0ae633d bugfix: wanted-> missing 12 years ago
ThomasV 4e4d4d33c3 fix race condition with prevout_values 12 years ago
ThomasV e0c03d6207 request missing transactions on startup 12 years ago
ThomasV f1d4838012 rename history -> addr_history 12 years ago
ThomasV efccde2e8e fix: timestamps in transactions 12 years ago
thomasv 4cbee7554f new protocol: the server sends serialized tx, deserialize it in the client 12 years ago
thomasv cdb52c30d2 do not request merkle root for unconfirmed transactions 12 years ago
ThomasV 6de8a946eb use callback instead of wallet.was_updated 12 years ago
ThomasV cfb3aa6a12 move 'peers.subscribe' and 'server.version' calls into the interface 12 years ago
ThomasV 208e789af4 fix: synchronizer 12 years ago
ThomasV 1ecce5dffc bugfix: default to [], so that we do not create new addresses if the history was deleted 12 years ago
thomasv 1f37a330b3 bugfix: add channel when calling send 12 years ago
thomasv b78fd6b3b6 bugfix: address->addr 12 years ago
thomasv ee4de40c37 use WalletVerifier.add() method to register transactions 12 years ago
ThomasV 2a06a5b493 tie confirmation icons to payment verifier 12 years ago
ThomasV b018e0ae53 simple payment verification: check targets, use block headers file. 12 years ago
thomasv c735fcd228 more robust connection procedure: let the user start with proxy 12 years ago
thomasv af0d8d664b save list of verified tx only when needed 12 years ago
thomasv 10d6db468a save to disk the list of verified transactions 12 years ago
thomasv 3cc382b7a0 send another banner request on reconnect 12 years ago
thomasv 8e95706763 init_up_to_date when connected 12 years ago
thomasv 0b76e16d04 allow multiple callbacks for a given name 12 years ago
thomasv 4fbd2ea66e use named callbacks with the interface 12 years ago
ThomasV 33eb749c6a interface for command line mode 12 years ago
ThomasV 2da0c0b77e big refactoring of the interface 12 years ago
thomasv 5717b43661 separate bitcoin related functions from wallet.py 12 years ago
thomasv da4b974dfd simplification: hex encode master_public_key directly 12 years ago
ThomasV 486ebf93e2 move is_up_to_date method 12 years ago
ThomasV 69e68e9203 show waiting dialog during transaction broadcast 12 years ago
thomasv 65b13b88f4 disable setting widgets when setting is not modifiable. 12 years ago
ThomasV d92f1991a9 move prompt_password from wallet.py to main script 12 years ago
thomasv 5444f55e6b big refactoring: command line options and electrum.conf options override settings in wallet file. 12 years ago
thomasv 596bddbf7e replace expert mode with a button for gui_detailed_view 12 years ago
thomasv 880b08f337 remove remote wallet (broken, will be replaced) 12 years ago
thomasv e7e9e8916b fix set_server. keep compatibility with the gtk interface 12 years ago
thomasv 287c7fc643 split create_new_address, so that get_new_address can be used without the context of a wallet 12 years ago
thomasv 8fd1dbadf6 use https for aliases 12 years ago
bkkcoins 09c90c0971 Revert "Revert "Added proxy options to network dialog"" 12 years ago
bkkcoins 6e0b3620d2 Revert "Added proxy options to network dialog" 12 years ago
bkkcoins 83bb644135 Added proxy options to network dialog 12 years ago
Maran 6da25727f8 Refactored user_dir to utils and replaced it in wallet and config 12 years ago
Amir Taaki ca4473c620 If wallet does not exist, then it does not even attempt to read the config (read returns on IOError exception). Ergo a new wallet will not ever set the theme name and it will stay as None. We change this to a sensible default so new wallets have a themed GUI. 12 years ago
Amir Taaki 6dfb9e12c7 Fixed bug where switching servers causes assert failure. 12 years ago
Amir Taaki 26c0b786e9 RAII open of wallet file. 12 years ago
Amir Taaki 3d836ebc38 Revert "Don't need two try/catch statments if nothing happens when exception is caught" 12 years ago
Amir Taaki 5c4be3196a Better looking set_path(wallet_path) method. Flattened function that's easier to read. 12 years ago
Amir Taaki 58e6050f52 Better looking set_path(wallet_path) method. Flattened function that's easier to read. 12 years ago
Jimbo77 25ad5fcd06 got rid of print_error 12 years ago