94 Commits (a63b9e527e28e7d9c5e16add39fa1d2dd3d4c6f1)

Author SHA1 Message Date
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
Jimbo77 a6239764d2 small cosmetic change 12 years ago
Jimbo77 34a3eea0bf changed imports to fit pep8 styleguide 12 years ago
Jimbo77 2de8df6758 getting rid of another BaseExceptions 12 years ago
Jimbo77 e12699ae75 getting rid of more BaseExceptions 12 years ago
Jimbo77 cdc16acabb changed to more descriptive exception 12 years ago
Jimbo77 6b86942ccb Don't need two try/catch statments if nothing happens when exception is caught 12 years ago
Jimbo77 719b9d7d33 Small cosmetic fix 12 years ago
Jimbo77 407070bba0 Didn't need a seperate variable just for string 12 years ago
Jimbo77 cb67ec4454 changed to more descriptive exception 12 years ago
Jimbo77 1429ef71e1 getting rid of more unnecessary print_errors() 12 years ago
Jimbo77 89109541bd created docstring for set_path() 12 years ago
Jimbo77 f0fb3ec0e1 added small comment for ast.literal_eval 12 years ago
Jimbo77 a85901b4b2 added docstring for the read() function 12 years ago