2539 Commits (acbe67fd1f4d3bd0755707ee90b97295b5d7ff99)

Author SHA1 Message Date
ThomasV 8f98ea4aca make plugins available without the GUI 10 years ago
ThomasV 89c277de9d fix pruning error in #1223 10 years ago
Neil Booth 77490e4764 Flush wallet storage once for a sequence of puts. 10 years ago
Neil Booth 33a8348d48 Prevent race with two electrum instances on same wallet. 10 years ago
ThomasV b029589fc1 fix issue #1233 10 years ago
Neil Booth 2f34f3db21 Only start if not already in pending_servers 10 years ago
Neil Booth 31ffd4b381 switch_to_interface() to start interface if not connected 10 years ago
Neil Booth 346e38674b Absorb add_interface and remove_interface 10 years ago
Neil Booth 274965468e Remove interfaces in one place only 10 years ago
Neil Booth d09d5e5dac Plain number formatting for URIs. 10 years ago
Neil Booth 4873c455b9 Add documentation string. Fix uninitialized f error. 10 years ago
Neil Booth 05dd310431 Set 'connecting' status in one place. 10 years ago
Neil Booth 86626d8080 Consistency in handling of self.interface 10 years ago
Neil Booth c918e74039 Put common network start and stop code in one place. 10 years ago
ThomasV 5bd22d2378 follow-up to bd781d600b8ce2bc9dcebebbdb0fb60ad2fb892e: use pipe 10 years ago
Neil Booth c9a30eb5f2 Put interface notification handling in its own function. 10 years ago
Neil Booth bd781d600b Have queues passed to the network constructor. 10 years ago
ThomasV 7b27f01e07 call fsync before rename 10 years ago
ThomasV 5c73bc5bc7 interface: init ping_time with 0 so that the client sends version message 10 years ago
ThomasV 2104e96a66 network: use get_nowait on one of the two queues 10 years ago
Neil Booth 63733ccd2a No need for thread to handle requests 10 years ago
ThomasV a0e9046c2c prepare for 2.2 release 10 years ago
ThomasV e33bc2473b network: don't store unanswered request if result is in cache 10 years ago
ThomasV 6d0bc5d9b3 fix: nodes retry 10 years ago
ThomasV 44f06de796 network: when interface is disconnected, clear cache and resend unanswered requests 10 years ago
mikeland86 0ec62c8f36 Fix createrawtransaction and missing deserialize() 10 years ago
ThomasV 5fa2a48343 add getmerkle command 10 years ago
ThomasV 81be685644 remove tests broken after WalletStorage update 10 years ago
ThomasV 7e9153aaa4 test if labels exist before loop. don't raise if a label cannot be converted 10 years ago
Azelphur fe5be618db Convert old latin1 labels, Raise exception if json conversion fails. 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 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
Neil Booth 13b9b577a4 Don't use self.network to get the local height. 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
Neil Booth 79de458101 Preparation for moving the set of verified and unverified txs to the wallet. 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
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