4827 Commits (200563c4e98add49e8b73097161ce0dc7bff30a9)
 

Author SHA1 Message Date
ThomasV e13e42a00c Merge pull request #1229 from kyuupichan/uri-format 10 years ago
Neil Booth 274965468e Remove interfaces in one place only 10 years ago
ThomasV c7b33a9e4a Merge pull request #1228 from kyuupichan/net-interfaces 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
ThomasV 20ee265683 Merge pull request #1227 from kyuupichan/connecting_status 10 years ago
Neil Booth 05dd310431 Set 'connecting' status in one place. 10 years ago
ThomasV 6858016411 Merge pull request #1225 from kyuupichan/net-interface 10 years ago
ThomasV b3f1f04312 Merge pull request #1224 from kyuupichan/netstartstop 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 8620019f92 Merge pull request #1222 from kyuupichan/if_notification 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
ThomasV 5841f943e8 Merge pull request #1219 from kyuupichan/network_queues 10 years ago
Neil Booth bd781d600b Have queues passed to the network constructor. 10 years ago
ThomasV cc17bb0090 close: use signal to close from gui thread 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
ThomasV 107cfc058d Merge pull request #1216 from kyuupichan/network-unthread 10 years ago
Neil Booth 63733ccd2a No need for thread to handle requests 10 years ago
ThomasV 18032fc4f6 treewidget: keep default label when editing 10 years ago
ThomasV 9bb44e4db3 change mouse cursor over qr code 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
ThomasV e927766698 Merge pull request #1211 from mikeland86/master 10 years ago
mikeland86 b80205e546 Merge pull request #1 from mikeland86/fix_-createrawtransaction 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
ThomasV 5160f46ca1 fix proxy value in text gui 10 years ago
ThomasV 824e16e0b3 Merge pull request #1210 from venzen/master 10 years ago
Azelphur fe5be618db Convert old latin1 labels, Raise exception if json conversion fails. 10 years ago
venzen 9658ba137f replaced renamed network and wallet attributes self.network.default_server and self.wallet.fee (fixed indentation) 10 years ago
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