ThomasV
255458da0a
fix #2400
8 years ago
ThomasV
cb2d5ff3d6
raise special exception for dangling links
8 years ago
ThomasV
ed42faa2e6
Revert commit 36f08ab2c3
.
8 years ago
ThomasV
36f08ab2c3
changes for windows builds
8 years ago
ThomasV
411832c4ce
cleanup storage and fix tracvis test
8 years ago
ThomasV
76dd11783b
rename load_wallet command
8 years ago
ThomasV
b8bdcc0877
rename open close commands
8 years ago
Neil Booth
8888a50549
Add support for BU's nolnet
Also update testnet servers
Add missing self. in print_error call
8 years ago
ThomasV
b2d66b2a6f
fix unnecessary password request
8 years ago
ThomasV
776f09b50e
restore from addresses ( fix #2173 )
8 years ago
ThomasV
fcc92c1ebd
Wallet file encryption:
- a keypair is derived from the wallet password
- only the public key is retained in memory
- wallets must opened and closed explicitly with the daemon
8 years ago
ThomasV
e1515743cd
replace slowaes with pyaes
8 years ago
ThomasV
f2b208429d
disable verbose option with kivy
8 years ago
ThomasV
d042d6e970
initial testnet support (petrkr)
8 years ago
ThomasV
be15b76c9b
allow client daemon to be launched in the foreground ( fix #1873 )
8 years ago
ThomasV
528c3386b4
move jnius wrapper to main script
8 years ago
ThomasV
983e152ea3
fix update_pasword bug
8 years ago
ThomasV
df6dae90d6
remove the 'deseed' command, it does not work anymore with keystores
8 years ago
ThomasV
e0ba4a967c
command line restore: strip text
8 years ago
ThomasV
3a56b00da7
follow up previous commit
9 years ago
ThomasV
b907a668ec
wizard: add derivation passphrase and bip39 support
9 years ago
ThomasV
b0afdf4614
fix command line: create, restore, importprivkey
9 years ago
ThomasV
31e9670502
make 'createrawtx' command not require wallet
9 years ago
ThomasV
671fe73788
set KIVY_DATA_DIR in main script
9 years ago
ThomasV
100ff51cc4
add import for pyinstaller
9 years ago
ThomasV
c26f898a4f
add import for pyinstaller
9 years ago
ThomasV
73822e8ec2
fix: pass cwd with config_options
9 years ago
ThomasV
305843999e
Relicensing
9 years ago
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
Ultimate goal is to try and stop the daemon race at startup.
Need to isolate logic of checking for server and creating one.
9 years ago
Neil Booth
f6f7113978
daemon: create network inside constructor
9 years ago
ThomasV
ed401761f1
sorry, confused
This reverts commit 5e6a55edd5
.
9 years ago
ThomasV
5e6a55edd5
Revert "Revert "Daemon network cleanup""
This reverts commit 2c7b10a776
.
9 years ago
ThomasV
2c7b10a776
Revert "Daemon network cleanup"
This reverts commit 0a1b3eac9c
.
9 years ago
Neil Booth
58d5215e2e
No need to pass daemon and network together
The daemon has the network
9 years ago
Neil Booth
0a1b3eac9c
Daemon network cleanup
All Daemon creation was preceded by Network creation, based on
config, and passing it to Daemon.
As config is passed to Daemon, it might as well create its own
network and the code is in one place.
9 years ago
ThomasV
81b9f8281d
fix #1656
9 years ago
valesi
f7dfffd30f
Minor fixes - indentation and lone `self.`
6ba43637f5/electrum (L57)
has tab instead of spaces.
6ba43637f5/gui/kivy/nfc_scanner/scanner_android.py (L118)
has 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
Don't add jobs twice
9 years ago
Neil Booth
028ab925ed
Remove unused imports
9 years ago
Neil Booth
dee402b961
Plugin wallets: better error when unloadable
Used to get:
jsonrpclib.jsonrpc.ProtocolError: (-32603, u'Server error: File "src/electrum/lib/plugins.py", line 144, in wallet_plugin_loader | KeyError: \'trustedcoin\'')
Now get:
jsonrpclib.jsonrpc.ProtocolError: (-32603, u'Server error: File "src/electrum/lib/plugins.py", line 81, in load_plugin | RuntimeError: cmdline implementation for trustedcoin plugin not found')
9 years ago
ThomasV
e5aa543707
fix #1622
9 years ago