2194 Commits (c46ac26d828f336a8dc06dbae3a37325c58370af)

Author SHA1 Message Date
ThomasV 2e67ca43e8 use csv instead of mkmanytx 10 years ago
ThomasV 3ddbbc1008 Parse arguments with argparse. 10 years ago
ThomasV a3dd51f476 rm failing test 10 years ago
ThomasV 9dc8393cf6 move import test to wallet.py 10 years ago
ThomasV 3fdfd23ca9 add check in importprivkey 10 years ago
Neil Booth 05cb9975cb Fix calls to update_fee 10 years ago
ThomasV dd8493f97e make coin selection a bit faster 10 years ago
Neil Booth e5d243e08c Fix nasty bug in amount editors 10 years ago
Neil Booth 45a8740755 Common stale interface testing and switching 10 years ago
ThomasV ae957f3736 make_transaction: remove unneeded inputs 10 years ago
Neil Booth e63ac88c77 e20dfc unintentionally inverted portable condition 10 years ago
Neil Booth 39fe24b4d3 Rename auto_cycle to auto_connect in config 10 years ago
ThomasV d5f6651237 follow up e20dfcd3eb 10 years ago
Neil Booth e20dfcd3eb Fix SimpleConfig 10 years ago
Neil Booth 4f6d2f3d32 Put getting of auto_cycle into one place. 10 years ago
ThomasV 778297697a lazy plugin constructor 10 years ago
ThomasV 117b809bab fix issue #1238 10 years ago
Neil Booth 01d8f79a75 Clean up pick_random_server() and filter_protocol() and their 10 years ago
ThomasV 48ad7c36a8 show plugin dependencies 10 years ago
ThomasV d40c12c949 check gui when loading plugins 10 years ago
Neil Booth 89c1a1a0ab Improve logic in network.py's set_parameters() 10 years ago
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