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
Johann Bauer
3dd4285fc5
Change number of zero when base unit changes
7 years ago
ThomasV
6f843a7bb6
Merge pull request #3734 from SomberNight/websocket_scripthash
websocket: migrate to scripthashes
7 years ago
SomberNight
fbad16b95c
revert adding handling of 'blockchain.address.subscribe' in network.py
7 years ago
SomberNight
d808bf057e
fix notify command and migrate to use scripthashes
7 years ago
SomberNight
5ec3d2888f
websocket: migrate to scripthashes
7 years ago
ThomasV
954897c281
Merge pull request #3732 from SomberNight/config_upgrade
Config upgrades
7 years ago
ThomasV
d6b77781a9
Merge pull request #3733 from SomberNight/remove_nossl
remove --nossl option
7 years ago
SomberNight
1c10d5dce1
remove --nossl option (follow-up dc388d4c7c
)
7 years ago
SomberNight
f77f029d72
config v2: change server protocol to :s instead of removing it
7 years ago
SomberNight
0d1ea09ed1
fix tests
7 years ago
SomberNight
04a1809969
config: implement config upgrades. remove system config.
7 years ago
ThomasV
58d889e480
Merge pull request #3726 from bauerj/android-docs
Update kivy docs to current build process
7 years ago
Johann Bauer
21e44bdb57
Update kivy docs to current build process
7 years ago
ThomasV
d580ecfb28
Merge pull request #3643 from SomberNight/fee_ui_feerounding
fee ui: rounding
7 years ago
racquemis
7d52cfd374
Handle invalid PIN on exporting private key
Prevent Android App from crashing when a wrong PIN is entered.
7 years ago
ThomasV
c9249281f3
Merge branch 'SomberNight-setconfig_rpcpassword'
7 years ago
SomberNight
a58d01ed54
setconfig rpcpassword: don't try to evaluate or reencode
7 years ago
ghost43
7b4b6b8f98
Merge pull request #3710 from nothingmuch/conditionally_share_opengl_contexts
QT: Only set "AA_ShareOpenGLContexts" if available
7 years ago
Yuval Kogman
34256c16f8
QT: Only set if hasattr(QtCore.Qt, "AA_ShareOpenGLContexts")
If the attribute does not exist (presumably in older versions of Qt),
this change prevents the following error:
AttributeError: type object 'Qt' has no attribute 'AA_ShareOpenGLContexts'
7 years ago
ThomasV
c8e67e2bd0
fix #3635
7 years ago
SomberNight
cc9032c9ea
fix #3680 (trezor: spending from multisig)
follow-up of #3621 (Make Electrum work with trezorlib 0.9.0)
7 years ago
SomberNight
f3f43c8f2a
Revert "disable p2wpkh for hw wallets for now"
This reverts commit e218c4a305
.
7 years ago
ThomasV
d731df3b22
Merge pull request #3699 from SomberNight/qt_shareopenglcontexts
QT: AA_ShareOpenGLContexts
7 years ago
SomberNight
0fbc0accb9
fix-up stdio gui
7 years ago
SomberNight
4435a6c9c7
use tx.txid() instead of tx.hash()
7 years ago
ThomasV
a94789b8ef
fix #3619 : set correct parent window
7 years ago
ThomasV
322d1bd1d0
Merge branch 'master' of github.com:spesmilo/electrum
7 years ago
ThomasV
4a40b3a0b2
separate merchant UI from main project
7 years ago
ThomasV
333b17fa60
Merge pull request #3703 from SomberNight/ledger_pin_lock_exc
ledger: handle pin-locked state better
7 years ago
SomberNight
2df0d7cec5
ledger: handle pin-locked state better
7 years ago
ghost43
faf8cec477
Merge pull request #3701 from marceloneil/fix-export-crash-electrum
Fix crash when exporting private keys
7 years ago
Marcel O'Neil
fe982cf826
fix crash when exporting private keys
7 years ago
SomberNight
4f5bc9cff0
QT: AA_ShareOpenGLContexts
Makes this go away:
"Qt WebEngine seems to be initialized from a plugin. Please set Qt::AA_ShareOpenGLContexts using QCoreApplication::setAttribute before constructing QGuiApplication."
7 years ago
ThomasV
453cc263f7
Merge pull request #3682 from romanz/master
Mark electrum-env script as executable
7 years ago
ThomasV
d38303354c
Merge pull request #3683 from SomberNight/wizard_scriptnotsupported
wizard: allow to choose derivation again if script type is not supported
7 years ago
ThomasV
1da020c415
Merge pull request #3681 from SomberNight/trezor_native_segwit
trezor plugin: native segwit
7 years ago
ThomasV
359882d0b1
Merge pull request #3630 from SomberNight/bip84
bip84 for sw seeds
7 years ago
ghost43
3c755aaa90
Merge pull request #3679 from marceloneil/ledger-version-comparison
Better ledger version comparison
7 years ago
Marcel O'Neil
14cfd17096
better ledger version comparison
7 years ago
SomberNight
d8a9c9720a
follow-up 65eae139af
7 years ago
mzhou
65eae139af
add ability to show a receiving address on ledger screen ( #3538 )
add ability to show a receiving address on ledger screen
7 years ago
ThomasV
c5dae933ee
Merge pull request #3690 from SomberNight/multisig_privkey_export_warning
qt privkey export: if multisig wallet, warn users re backup
7 years ago
SomberNight
3ef778044e
qt privkey export: if multisig wallet, warn users re backup
7 years ago
SomberNight
9416e5bc35
wizard: allow to choose derivation again if script type is not supported (instead of closing the wizard)
7 years ago
Roman Zeyde
8342f1a26f
chmod +x electrum-env
7 years ago
SomberNight
1387a45908
trezor plugin: native segwit and bip84
7 years ago
SomberNight
7cf547c4b8
follow-up #3621 (trezor plugin changes for trezorlib 0.9.0)
7 years ago
ghost43
ffcb926a15
Merge pull request #3677 from pooler/gettarget-fix
Fix Blockchain.get_target()
7 years ago
SomberNight
41660d26e9
follow-up 553bf98664
fixes AttributeError: 'QTextEdit' object has no attribute 'text'
7 years ago