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
ThomasV
a3422d3fae
generic multisig wallet constructor. fixes #1129
10 years ago
ThomasV
5f29017c9d
pass config.path to daemon (exemptore). fixes #901
10 years ago
ThomasV
0200778ac1
require user to start daemon explicitly
10 years ago
ThomasV
b1b1a85e80
require ca bundle
10 years ago
ThomasV
c3cba78659
remove time.sleep() used for daemon threads
10 years ago
ThomasV
1d311b0a04
don't try to import socks anymore
10 years ago
ThomasV
77d010bcec
store gui last wallet separately, to fix command line
10 years ago
ThomasV
80284d5516
updates for the old android GUI
10 years ago
ThomasV
1f58673915
add python mode for emacs
10 years ago
Andy Weidenbaum
80446aca9c
s/defaut/default/
10 years ago
ThomasV
19d7a81d70
restrict plugins to qt for now
10 years ago
ThomasV
b6c1b22c35
use sys.exit
10 years ago
ThomasV
935a9a980d
disable auo-connect is --server option is passed. fixes #992
10 years ago
ThomasV
56e80566f9
simplify packages insertion
10 years ago
Maran
2bf32880e8
Add dynamic package loading for Py2App osx binaries
10 years ago
ThomasV
3ef3bebeb3
print debug message with ca bundle status
10 years ago
ThomasV
4120678dff
add google protobuf to packages
10 years ago
ThomasV
9d40fb2ea8
detect if we are in a pyinstaller bundle
10 years ago
ThomasV
16c72d286c
try to import all python dependencies from the main script
10 years ago
ThomasV
576954555c
fix: check_password for imported wallets
10 years ago
ThomasV
63c7a27d7e
add InvalidPassword exception
10 years ago
ThomasV
72489da26d
signtxwithkey: use prompt if privkey is not passed
10 years ago
ThomasV
581ed1ed26
separate signtxwithkey and signtxwithwallet, and simplify sign_transaction
10 years ago
ThomasV
cfa965fdae
set env to python2
10 years ago