110 Commits (aa090007e9ecd1ef149919af565fa90a50513dcf)

Author SHA1 Message Date
ThomasV 0e49274eae fix #2279: jsonrpc wallet 8 years ago
ThomasV 0f8387dbab fix #2257 8 years ago
ThomasV 411832c4ce cleanup storage and fix tracvis test 8 years ago
ThomasV eb7f9c98ce command:s inherit fee estimates from daemon 8 years ago
ThomasV 76dd11783b rename load_wallet command 8 years ago
ThomasV f99fbbe488 show fee in daemon status 8 years ago
ThomasV b8bdcc0877 rename open close commands 8 years ago
ThomasV 45f25586ef add file selector and password dialog to wizard (fix #1730) 8 years ago
ThomasV fcc92c1ebd Wallet file encryption: 8 years ago
ThomasV be15b76c9b allow client daemon to be launched in the foreground (fix #1873) 8 years ago
ThomasV 13678d9e13 Merge exchange_rate plugin with main code 8 years ago
ThomasV bfe7e9dc6e add version to daemon status, simply display number of spv nodes 8 years ago
ThomasV 3127fbd0c2 we need to check requires_split first, and get_action at the end 8 years ago
ThomasV 34c90a257b follow-up 8 years ago
ThomasV d52e3f65e6 follow-up 8 years ago
ThomasV 5541c1bec6 check requires_split before upgrade 8 years ago
ThomasV da65e9e7d5 auto-upgrade wallet format 8 years ago
ThomasV af2bf1955a trigger upgrade on android 8 years ago
ThomasV 71de14240d daemon: default rpchost to 127.0.0.1 8 years ago
ThomasV f61d8b4c24 daemon: handle rpc server init errors 8 years ago
ThomasV 1159f85e05 Major refactoring 8 years ago
ThomasV c313c3c340 remove forgotten imports and print statements 8 years ago
ThomasV e7d25faf02 Finish wizard unification 8 years ago
ThomasV bbe7b277d2 call jnius.detach on thread stop 9 years ago
ThomasV caf2f321e0 follow up 4efa6cb24b 9 years ago
ThomasV 4efa6cb24b load default wallet in daemon (fix #1731) 9 years ago
ThomasV 305843999e Relicensing 9 years ago
ThomasV ddc1869551 disambiguate types returned by get_fd_or_server 9 years ago
ThomasV 690c862923 move static methods away from daemon class; restore initial logic 9 years ago
ThomasV 3b00f62d46 remove another unnecessary static method 9 years ago
ThomasV 1c83c3e060 do not declare pointless static methods 9 years ago
ThomasV 56c7d4139e fix: Daemon.get_server 9 years ago
Neil Booth abaf1bc6dc daemon: remove two unneeded member vars 9 years ago
Neil Booth a90c935758 Remove unreachable code 9 years ago
Neil Booth 788ab520ea Remove dead code from prior 9 years ago
Neil Booth e6020975a5 daemon: prevent races by opening with O_EXCL 9 years ago
Neil Booth f91f03b3d4 daemon: fix long-standing bug in status request 9 years ago
Neil Booth ec24087b5a Move some logic from electrum to daemon 9 years ago
Neil Booth f6f7113978 daemon: create network inside constructor 9 years ago
ThomasV ed401761f1 sorry, confused 9 years ago
ThomasV 5e6a55edd5 Revert "Revert "Daemon network cleanup"" 9 years ago
ThomasV 2c7b10a776 Revert "Daemon network cleanup" 9 years ago
Neil Booth 0a1b3eac9c Daemon network cleanup 9 years ago
ThomasV 388ed01d0f fix start_threads in wizard 9 years ago
ThomasV 2f6e2ebcd2 test if wizard is needed in daemon 9 years ago
Neil Booth 4c9b224d4c Put open_wallet back as class method. 9 years ago
ThomasV ef1f649d58 fix missing parameter 9 years ago
ThomasV 632905dfbe instantiate wizard only if needed 9 years ago
ThomasV 62868ab29a Register loaded wallets in daemon, to prevent a wallet from being opened twice. 9 years ago
ThomasV acbe67fd1f separation between RPC and non-RPC commands. 9 years ago