thomasv
|
0b76e16d04
|
allow multiple callbacks for a given name
|
12 years ago |
thomasv
|
82531131ee
|
interface: do not connect inside the constructor
|
12 years ago |
thomasv
|
4fbd2ea66e
|
use named callbacks with the interface
|
12 years ago |
ThomasV
|
33eb749c6a
|
interface for command line mode
|
12 years ago |
ThomasV
|
2da0c0b77e
|
big refactoring of the interface
addition of the wallet verifier class for SPV
|
12 years ago |
thomasv
|
a361a05b08
|
text gui
|
12 years ago |
thomasv
|
5d01831090
|
text ui: first commit
|
12 years ago |
ThomasV
|
d0a6e244b1
|
new 'set' command for the CLI
|
12 years ago |
thomasv
|
c5f5e92d17
|
rename qt gui -> classic
|
12 years ago |
ThomasV
|
d92f1991a9
|
move prompt_password from wallet.py to main script
|
12 years ago |
thomasv
|
5444f55e6b
|
big refactoring: command line options and electrum.conf options override settings in wallet file.
|
12 years ago |
thomasv
|
0d11aa75c4
|
encapsulation: that kind of exception handling should be done in the gui module
|
12 years ago |
thomasv
|
a27fba8685
|
use proxy with command line too
|
12 years ago |
thomasv
|
fd13d19cb8
|
fix proxy issues: override config with command line option, and use interface.proxy in gui
|
12 years ago |
thomasv
|
880b08f337
|
remove remote wallet (broken, will be replaced)
|
12 years ago |
Samuel Tardieu
|
7e7af3c272
|
make command-line [un]freeze/prioritize find the wallet object
|
12 years ago |
thomasv
|
ad3be71ed7
|
warning against redeem private key services
|
12 years ago |
thomasv
|
f3ff9b5cf6
|
make proxy an optional parameter
|
12 years ago |
bkkcoins
|
9c4023ba58
|
Revert "Fix for wallet restore when offline"
This reverts commit af750d9363 .
|
13 years ago |
bkkcoins
|
a213655cde
|
fix offline restore
|
13 years ago |
bkkcoins
|
af750d9363
|
Fix for wallet restore when offline
|
13 years ago |
bkkcoins
|
aa6f631f2e
|
Added SOCKS support, with cmdline and SimpleConfig options
|
13 years ago |
Samuel Tardieu
|
aaa496fa60
|
Import SimpleConfig from electrum if installed
|
13 years ago |
Maran
|
a31733d065
|
Reworked the qt warning dialog
|
13 years ago |
Maran
|
6da25727f8
|
Refactored user_dir to utils and replaced it in wallet and config
|
13 years ago |
Maran
|
fbf854bcb8
|
Added a set_key setter method that can also write out the changes to file
|
13 years ago |
Maran
|
0d229383aa
|
Write out the config file to <= 4.7 QT when QT > 4.7 can't be loaded.
|
13 years ago |
Maran
|
3252b5ae4e
|
Added SimpleConfig class to deal with simple config options added for fallback to other gui when missing deps
|
13 years ago |
Amir Taaki
|
b3b910d926
|
WalletSynchronizer had a race condition caused by calling the callback before the Qt event loop (or other initialisation) finished. Ergo we split initialisation and the running of the thread, then use Qt SIGNALs to yield back into the Qt event loop. This ensures that the callback for the servers_list_changed is not called until the main Qt event loop is actually running.
|
13 years ago |
Maran
|
bab09b4627
|
Fix tab issue for password
|
13 years ago |
Amir Taaki
|
f2fb235643
|
be more permissive with catching exceptions here as many varities possible.
|
13 years ago |
Amir Taaki
|
9815fb5a70
|
pw_decode returns ValueError on fail.
|
13 years ago |
Maran
|
850d0dcd5f
|
Made the error message for verifymessage more transparent
|
13 years ago |
Maran
|
a2db281494
|
Added a message to the sign/verify message help text to explain spaces inside the message
|
13 years ago |
Amir Taaki
|
ce584890ea
|
Explanation: Doesn't preserve the same behaviour as code throws BaseException not SystemExit. Therefore it wasn't meant to be catching user errors.
Revert "Added more descriptive error if wallet cannot be loaded"
This reverts commit 47432b32c8 .
|
13 years ago |
Jimbo77
|
dd78f0978b
|
needed to include absolute path for optparse methods
|
13 years ago |
Jimbo77
|
edf293e611
|
reverted commit 31aaf473c8 due to it breaking electrum
|
13 years ago |
Jimbo77
|
47432b32c8
|
Added more descriptive error if wallet cannot be loaded
|
13 years ago |
Jimbo77
|
c8f19e1969
|
removed optparse import statment
|
13 years ago |
Jimbo77
|
31aaf473c8
|
upgraded optparse with the newer module argparse. Can't see any problems so far
|
13 years ago |
Amir Taaki
|
2b96b6dec1
|
Unneeded exception raised. sys.exit returns before exception ever gets a chance to be thrown.
|
13 years ago |
Jimbo77
|
990547a06c
|
changed print_error to NameError exception to reduce coupling
|
13 years ago |
Jimbo77
|
3e89b65025
|
another small toolkit comment
|
13 years ago |
Jimbo77
|
434ef95d65
|
small comment explaining gui importation section of electrum script
|
13 years ago |
Amir Taaki
|
c9ed01e90b
|
bugfix: wrong indentation level for prompt_password.
|
13 years ago |
Jimbo77
|
ddf5614af0
|
getting rid of more unnecessary print_errors()
|
13 years ago |
Jimbo77
|
1429ef71e1
|
getting rid of more unnecessary print_errors()
|
13 years ago |
Jimbo77
|
8bb841787e
|
got rid of another unneeded print_error()
|
13 years ago |
Jimbo77
|
1829d20d72
|
got rid of another unneeded print_error()
|
13 years ago |
Jimbo77
|
59b2762258
|
got rid of print_error() to reduce coupling
|
13 years ago |