4689 Commits (367315a4de03c5302cc92b13a61ccf9899cd0993)
 

Author SHA1 Message Date
venzen 367315a4de replaced renamed network and wallet attributes self.network.default_server and self.wallet.fee 10 years ago
ThomasV 59a9e4f710 fix new_wallet and seed language 10 years ago
ThomasV a1d1999545 move interfaces maintenance to its own function 10 years ago
ThomasV 30519e7024 fix typo 10 years ago
ThomasV 1cb6c08a13 use get_config instead of passing window to ScanQRTextEdit 10 years ago
ThomasV f2c2f9d738 network: fix confusion between addresses and cached responses 10 years ago
ThomasV 2a92a310ba typo 10 years ago
ThomasV 8c07bdc3bc do not timeout if interface is receiving data 10 years ago
ThomasV 233fd8ed77 revert 175bfae9e6. store last known height in wallet instead 10 years ago
ThomasV 1d517abf39 restore network_proxy.get_local_height 10 years ago
ThomasV c2a4252065 do not pass config to storage. request height from network_proxy if connected 10 years ago
ThomasV 6035fe974c Merge pull request #1207 from kyuupichan/offline-final 10 years ago
Neil Booth 13b9b577a4 Don't use self.network to get the local height. 10 years ago
ThomasV 56f855b7ef Merge branch 'kyuupichan-offline-2' 10 years ago
ThomasV e06b3ba3ce Merge branch 'offline-2' of https://github.com/kyuupichan/electrum into kyuupichan-offline-2 10 years ago
ThomasV 60be02dace Merge pull request #1205 from kyuupichan/if-cleanup-final 10 years ago
Neil Booth 37c3cce329 Remove wallet.get_transactions() 10 years ago
Neil Booth 97b5f6d6a3 Fix two races in interface.py. 10 years ago
Neil Booth a47881d72b Move the verified and unverified txs to the wallet. 10 years ago
ThomasV 656560be72 show many address labels in tx default label. fixes #1200 10 years ago
ThomasV 414d0e1fa1 Merge pull request #1202 from kyuupichan/offline-1 10 years ago
Neil Booth 79de458101 Preparation for moving the set of verified and unverified txs to the wallet. 10 years ago
ThomasV ffda5cd866 Merge pull request #1187 from kyuupichan/local_height 10 years ago
ThomasV 8656785aa7 fix: use request_time for interface timeout 10 years ago
ThomasV 45fd3ef343 interface: send from same thread and simplify timeouts 10 years ago
ThomasV 78f5dbb72e revert c64e0c0e64 10 years ago
ThomasV 241b3b073f Merge pull request #1198 from kyuupichan/if-cleanup7b 10 years ago
Neil Booth 6171779442 Move response getting to its own function. 10 years ago
ThomasV 43b8e202fd replace instances of get_unspent_coins 10 years ago
ThomasV a99c2bc9fa less verbose debug message 10 years ago
ThomasV 9d747fb601 Merge branch 'master' of git://github.com/spesmilo/electrum 10 years ago
ThomasV 687cc7783f show unmatured coins in status bar. fixes #1163 10 years ago
ThomasV 56e3c3cc68 Merge pull request #1195 from kyuupichan/if-cleanup6 10 years ago
ThomasV 4bce96526b follow up to c07e956127 10 years ago
Neil Booth 0cfcd2c7b2 Remove self.lock 10 years ago
ThomasV 8eaa156595 Merge pull request #1194 from kyuupichan/if-cleanup5 10 years ago
Neil Booth c64e0c0e64 Send requests only from the interface thread. 10 years ago
ThomasV 583d36a763 Merge pull request #1193 from kyuupichan/if-cleanup4 10 years ago
Neil Booth 6920747a5d Move ping functionality into its own function. 10 years ago
ThomasV 3b357b6a6d Merge pull request #1192 from kyuupichan/if-cleanup3 10 years ago
Neil Booth c07e956127 Pass the response_queue to the constructor, not start(). 10 years ago
ThomasV d6b2cdd595 Merge pull request #1191 from kyuupichan/if-cleanup2 10 years ago
Neil Booth 9cf2eff16b Make is_connected into a member function. No change in logic. 10 years ago
ThomasV 5e2e82d516 Merge pull request #1189 from kyuupichan/if-cleanup 10 years ago
ThomasV 1fcd8de290 Merge pull request #1190 from kyuupichan/icons 10 years ago
Neil Booth 1492610429 Fix two icons. 10 years ago
Neil Booth 4d55cb9528 First of several incremental patches tightening up interface.py. 10 years ago
Maran 327c1bafd9 Use TLS for LabelSync 10 years ago
Neil Booth 175bfae9e6 Move away from requiring network and blockchain objects to be able to request local height. 10 years ago
ThomasV 0a1c8f5546 underline help label 10 years ago