ThomasV
93c468504e
use the parent config instance when daemon starts a window
10 years ago
ThomasV
ba2570b8aa
check that GUI has new_window method
10 years ago
ThomasV
0e2db1e0ca
don't try to open window if started in daemon mode
10 years ago
Neil Booth
2d05e7d891
Merge the network and network_proxy
10 years ago
ThomasV
8b7a8b1337
decode json args after sendind over socket
10 years ago
ThomasV
92e0744470
Refactoring of daemon:
* gui and daemon are in the same process
* commands that require network are sent to the daemon
* open only one gui window per wallet
10 years ago
ThomasV
064f0b71e2
dns is used by android now
10 years ago
ThomasV
f583fcfedb
do not import dns on android
10 years ago
ThomasV
89677c47f7
cmdline: read all arguments before parsing
10 years ago
ThomasV
fa9ce51685
deprecate dumpprivkeys
10 years ago
ThomasV
02e81a3655
read command line arguments from stdin if '-' is passed
10 years ago
ThomasV
65c7dfafbc
check alias in signrequest
10 years ago
ThomasV
5ddafa8b14
rm tlslite import
10 years ago
ThomasV
77b0e7be5e
network: initial status should be 'unknown', distinct from 'connecting'
10 years ago
ThomasV
35923f1df0
add dns to imports
10 years ago
ThomasV
e2185da094
sleep to let socket threads timeout
10 years ago
Matt Tanous
dac89e212c
Update electrum
10 years ago
ThomasV
145bf5cf0a
rename decodetx and sendtx commands. merge mktx and payto commands.
10 years ago
ThomasV
2863d19579
command-line handler for trezor
10 years ago
ThomasV
ddef165e18
updates for android
10 years ago
ThomasV
fbc68d94d6
pop config variables from cmd line
10 years ago
ThomasV
4726d3a1fc
minor fix: var name
10 years ago
ThomasV
b5435a16e8
fix auto_connect name displayed in status
10 years ago
ThomasV
088d8e8415
show request status
10 years ago
ThomasV
e4946cf26e
setconfig: return False on error
10 years ago
ThomasV
e5b6b05482
show auto-connect in daemon status
10 years ago
ThomasV
ddd6a58cc7
commands: extract params and options from arguments
10 years ago
ThomasV
c4d822b0cf
add 'unsigned' option
10 years ago
ThomasV
ee20910c65
fix signtransaction flags
10 years ago
ThomasV
0caa29784c
separate param_descriptions and improve help messages
10 years ago
ThomasV
cc610d352f
merge signtxwithwallet and signtxwithkey
10 years ago
ThomasV
aa7f056d02
minor fix: sys.argv length
10 years ago
ThomasV
9acc0e4ed0
minor formatting
10 years ago
ThomasV
92a158b910
proper handling of arg_types. add more options for listaddresses
10 years ago
ThomasV
bf98b547e1
fix bug in cmd.params
10 years ago
ThomasV
d2f3e3f349
fix cmdline listcontacts
10 years ago
ThomasV
701527df20
fix -P option
10 years ago
ThomasV
3ddbbc1008
Parse arguments with argparse.
Move parser to commands.py
10 years ago
Neil Booth
39fe24b4d3
Rename auto_cycle to auto_connect in config
User config is updated if appropriate.
Add tests behaviour is as expected.
Just the one rename-it reference to auto_cycle remains.
10 years ago
Neil Booth
01d8f79a75
Clean up pick_random_server() and filter_protocol() and their
call sites.
Remove unused imports and redundant random pick of server
10 years ago
ThomasV
d40c12c949
check gui when loading plugins
10 years ago
ThomasV
8f98ea4aca
make plugins available without the GUI
10 years ago
ThomasV
c2a4252065
do not pass config to storage. request height from network_proxy if connected
10 years ago
Neil Booth
13341dd4b5
Remove apparenlty dead import and __builtin__ assignment.
Googling reveals this code is likely a remnant of prior code
and no longer needed. It appears to have no effect on my system.
10 years ago
Neil Booth
d27d80eb28
Should have been setup-release.py
10 years ago
Neil Booth
f732365821
Determine is_local not based on cwd but on existence of setup-release.py
The goal is to be able to run local instances from arbitrary directories.
It seems that the chances of having a setup-release.py in the same directory
as an installed electrum are extremely remote: not only is the name unusual,
but the file isn't installed anyway.
10 years ago
ThomasV
8f3add1e33
filter out -psn argument
10 years ago
ThomasV
41d498fda0
open payment request file passed as argument
10 years ago
ThomasV
47f89f43b6
get rid of pyasn1 dependencies
10 years ago
ptrcarta
f6b6bbbbae
fixes osx bug where user couldn't change proxy or connect to network
by default osx passes a -psn arg when launching an app from command
line. this is a process serial number argument and py2app when used with
emulate_argv=True removes it.
commit d2097c15d9
removed this, thus
introducing the -psn arg on launch. this is misinterpreted by the arg
parser as a proxy setting, breaking networking.
10 years ago