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 |
Jimbo77
|
0340339113
|
added ImportError and replaced print_error() with sys.exit() to reduce coupling
|
13 years ago |
Maran
|
f540adaf2a
|
Load qt gui when qt 4.7 is not available
|
13 years ago |
Maran
|
95d8adb8fc
|
Made the window a little prettier
|
13 years ago |
Maran
|
175fd47130
|
Changing around where we issue the messages
|
13 years ago |
Maran
|
09c8e956e1
|
Dont require private key on import, patch by ErebusBat
|
13 years ago |
Maran
|
d803e3ab30
|
Dont confirm password from command line, patch by ErebusBat
|
13 years ago |
Amir Taaki
|
fd8af94419
|
bugfix: signmessage expects 2 arguments. check for them.
|
13 years ago |
Amir Taaki
|
e6965ef32c
|
show help switches when using help command without subsequent command.
|
13 years ago |
Amir Taaki
|
188a671681
|
Corrected import paths for print_error.
|
13 years ago |
Julian Tosh
|
4e5dfbeade
|
Implementing a better print_error routine
|
13 years ago |
Julian Tosh
|
a3830e5903
|
Standardizing message format and implementing stderr for errors
|
13 years ago |
Julian Tosh
|
b615fe0c8c
|
modified password input routines to allow for input through stdin
|
13 years ago |
Amir Taaki
|
6c775df363
|
Make lite gui the default.
|
13 years ago |
Amir Taaki
|
39d765f122
|
show btc balance (no fiat balance yet)
|
13 years ago |
Amir Taaki
|
64de7e55cc
|
moved lite gui into lib/ and added -g lite to ./electrum
|
13 years ago |
Maran
|
945f391727
|
Fixed list index out of range when supplying no arguments to verifymessage
|
13 years ago |
Maran
|
d3c7781803
|
Added some more information for certain help commands also rewrote some of them to be more like the others
|
13 years ago |
thomasv
|
38f93cb593
|
reconstruct message if it contains spaces
|
13 years ago |
ThomasV
|
2ca16dc2c2
|
fix: distinguish between addr and m_addr
|
13 years ago |
ThomasV
|
3c2971dd7b
|
distinguish between ImportError and SyntaxError
|
13 years ago |
thomasv
|
9625ef1ea9
|
define method get_address_flags
|
13 years ago |
thomasv
|
8dd3e95708
|
fix import from lib
|
13 years ago |
thomasv
|
34be852061
|
move freeze and prioritize functions into wallet class
|
13 years ago |
thomasv
|
e463968da3
|
improve 'addresses' console command
|
13 years ago |
ThomasV
|
50b7bc3474
|
use a dict for commands and help texts
|
13 years ago |
ThomasV
|
e1b3b5892b
|
add prioritize and freeze console commands. fix choose_inputs
|
13 years ago |
thomasv
|
e085bcd755
|
try to import local directory before module
|
13 years ago |
thomasv
|
735f9b9c20
|
import lib directory as electrum if the library is not installed
|
13 years ago |