Johann Bauer
91e44ba6fc
Show error window for unhandled exceptions
Use exception hook from main thread for all threads
Use signal to delegate error window creation to GUI thread
Add more information to issue template
Update to PyQt5
Switch from Github to REST-Service
Report to web service instead of opening the browser
Fix imports
Change crashhub URL to electrum.org server
Explain that exception hooks are only used in the Qt Gui now
8 years ago
SomberNight
c811c5c9d9
allow encrypting watch-only wallets. initial support for hw wallet storage encryption.
7 years ago
SomberNight
a58d01ed54
setconfig rpcpassword: don't try to evaluate or reencode
7 years ago
ThomasV
4a40b3a0b2
separate merchant UI from main project
7 years ago
ThomasV
1020449684
disable jsonrpc commands in the GUI
7 years ago
ThomasV
7c702b518d
disable jsonrpc on android
7 years ago
ThomasV
412ce18201
fix previous commit
7 years ago
ThomasV
b9d8b2a571
windows: build portable version without patching the source
7 years ago
Justin Turner Arthur
857eb4ac1d
Remove unused imports. Explicitly import a few deep imports.
7 years ago
SomberNight
0db5ea67a0
bitcoin.NetworkConstants: easier changing between testnet and mainnet
7 years ago
ThomasV
e8b634ac4a
from_seed: add missing parameter
7 years ago
ThomasV
f7200cb616
use pyinstaller for OSX builds
7 years ago
ThomasV
5665b42999
remove six
7 years ago
ThomasV
5a45f257ca
fix #3071 : import error message
7 years ago
ThomasV
dc553ff108
fix #2991 : encrypt wallet files created with command line
7 years ago
ThomasV
3f3d249ed1
follow up c810c6a356
7 years ago
ThomasV
e8b564c0e7
Extend Wallet Import Format with txin type. Extend class Imported_Wallet.
7 years ago
ThomasV
a6eb9753eb
fix cmdline create with segwit option
7 years ago
ThomasV
8c5b6bdaf3
Read default server list from file. Update list with 1.1 servers. Remove nolnet option.
7 years ago
ThomasV
d531fe59b2
update make_packages script for android
7 years ago
ThomasV
cea705b153
update OSX builds with python3
8 years ago
ThomasV
b5338006f0
update pyinstaller scripts for python3 and pyinstaller3 (credit: bauerj)
8 years ago
ThomasV
c3388d9677
misc python3 updates:
- use jsonrpclib-pelix
- update the kivy gui
- update plugins
8 years ago
Dmitry Sorokin
c86140a608
py3 in setup.py and tox config
8 years ago
Dmitry Sorokin
d304ccdf17
py3 in qtgui
8 years ago
Dmitry Sorokin
5be78950ca
py3
8 years ago
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
8 years ago
ThomasV
b907a668ec
wizard: add derivation passphrase and bip39 support
8 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