119 Commits (b39f1424ec434ba0977e71db4e22dbc59dd0216c)

Author SHA1 Message Date
thomasv 0e851a5f62 fix for notifications 12 years ago
thomasv 8fc042ee22 more fixes for the 0.6 servers 12 years ago
ThomasV cc2ef02c2b gui fixes 12 years ago
ThomasV 8ec6a60daf compatibility with 0.6 protocol 12 years ago
ThomasV 10b02b37c9 raise exception on status mismatch too 12 years ago
ThomasV da93473ee1 raise exception on history with repeated tx 12 years ago
ThomasV da5a69d881 raise exception in case of server error 12 years ago
ThomasV 62be41161b check that histories and transactions are consistent 12 years ago
ThomasV a48a971ae6 check consistency of results received by get_history 12 years ago
ThomasV e39a5c9609 init headers file 12 years ago
ThomasV 34a6cc5dee do not pass unconfirmed transactions to the verifier 12 years ago
thomasv 765201be4e wallet.get_label method 12 years ago
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