486 Commits (decbf13de961b9e8cee0902d8e332ed9c871880e)

Author SHA1 Message Date
ThomasV 51ca7a056b minor fixes 9 years ago
ThomasV 9efbb57766 init plugins only if needed 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
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 58d5215e2e No need to pass daemon and network together 9 years ago
Neil Booth 0a1b3eac9c Daemon network cleanup 9 years ago
ThomasV 81b9f8281d fix #1656 9 years ago
valesi f7dfffd30f Minor fixes - indentation and lone `self.` 9 years ago
ThomasV 6a833d9f98 electrum: check_imports 9 years ago
akshayaurora 900346b89e kivy:Improve startup speed 9 years ago
ThomasV 80c1aab9c3 remove is_kivy test 9 years ago
Neil Booth 93e0c72ce2 Plugins: start thread at end of constructor 9 years ago
Neil Booth 028ab925ed Remove unused imports 9 years ago
Neil Booth dee402b961 Plugin wallets: better error when unloadable 9 years ago
ThomasV e5aa543707 fix #1622 9 years ago
ThomasV 62868ab29a Register loaded wallets in daemon, to prevent a wallet from being opened twice. 9 years ago
Neil Booth d63e754c67 Remove some unused hook infrastructure 9 years ago
ThomasV fb8f9e55ef Cleanup main script, with semantic changes: 9 years ago
ThomasV 93573282bf fix wallet saving 9 years ago
ThomasV acbe67fd1f separation between RPC and non-RPC commands. 9 years ago
Neil Booth e1c0298fc2 Write the wallet less often 9 years ago
ThomasV 23868d5769 commands that require wallet require daemon now 9 years ago
ThomasV 74a9e2296c separate Network and Plugins 9 years ago
ThomasV c7b1721f58 fix cmdline trezor 9 years ago
ThomasV 3c11c63289 fix daemon: don't oad wallet if there is a gui 9 years ago
ThomasV 4682d95a76 merge jsonrpc gui and daemon 9 years ago
ThomasV 39af17bc23 load wallets in daemon 9 years ago
ThomasV 00f298d3b1 revert e9c101f 9 years ago
ThomasV e9c101f0c8 daemon: use daemon threads 9 years ago
ThomasV d8ca881457 remove unused setting 9 years ago
ThomasV 1207ad3ba4 fix: websocket uses network object 9 years ago
ThomasV 2934fd17be fix websockets 9 years ago
ThomasV b727824eed fix #1554: use AF_INET instead of AF_UNIX, and write port number to lockfile 9 years ago
ThomasV 7641137ecc simplify get_daemon 9 years ago
ThomasV bb7b0884e3 Various fixes for command line. Make 'payto' command require network (fixes #1525) 10 years ago
ThomasV 079cb311ec call wallet.wait_until_synchronized before commands 10 years ago
ThomasV 826c44e500 restore initial indentation 10 years ago
ThomasV 142b5532ec revert to previous restore method, without daemon 10 years ago
ThomasV ca9eb50821 dont create wallet instance twice 10 years ago
ThomasV 5b96d5166e fix restore messages 10 years ago
ThomasV 052d8b236e fix #1494 10 years ago
ThomasV 94ac0db91f command line: Require 'text' argument for 'restore'. Replace 'concealed' option with ':' magic word 10 years ago
ThomasV 26682491b2 generic restore from command line 10 years ago