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
pooler
8bcefe6cfa
Fix Blockchain.get_target()
7 years ago
ThomasV
553bf98664
disable qr scanning of seeds, because the android app does not use it anymore
7 years ago
ThomasV
ce22d2b4ca
Merge pull request #3665 from joren485/travis_cache
Cache pip installs in travis
7 years ago
ThomasV
57e0ca5a47
Merge pull request #3666 from marceloneil/fix-locale-docs
Fix locale documentation
7 years ago
SomberNight
9d46703c6f
fix #3663 : 'copying' QR code does not save to file
7 years ago
ThomasV
eaeac4ca51
version 3.0.5
7 years ago
ThomasV
b076f45f8e
Merge pull request #3664 from SomberNight/json_rpc_pw
Password-protect the JSON RPC interface
7 years ago
ThomasV
1020449684
disable jsonrpc commands in the GUI
7 years ago
ThomasV
7c702b518d
disable jsonrpc on android
7 years ago
Joren Vrancken
77a9861353
Cache pip installs in travis
7 years ago
Marcel O'Neil
50ef0063c4
fix locale documentation
7 years ago
SomberNight
af527b21fb
Password-protect the JSON RPC interface
7 years ago
ThomasV
f8fad2fd29
release 3.0.4
7 years ago
ThomasV
6be7bda023
Merge pull request #3659 from mithrandi/patch-1
Stop allowing CORS for the JSON-RPC server
7 years ago
ThomasV
1fe18ab1ce
Merge pull request #3611 from SomberNight/mnemonic_enforce_num_words
avoid shorter seeds 'by luck'
7 years ago
ThomasV
c4e4d8a1dd
Merge pull request #3650 from SomberNight/daemon_lockfile_not_exec
make daemon lockfile not executable
7 years ago
Tristan Seligmann
0cf67997c0
Stop allowing CORS for the JSON-RPC server
As far as I can tell, there is no need to allow this, and doing so poses severe security risks (see #3374 ).
7 years ago
SomberNight
aeee5e907c
enable some translations in base_wizard.py
7 years ago
SomberNight
f9e9597381
make daemon lockfile not executable
7 years ago
SomberNight
6d88eab005
tests: added 2fa seed case to test_wallet_vertical.py
7 years ago
SomberNight
99a08f35b2
Clean up messages about msg signing/verification.
Allow translations. Test is_mine before txin_type. Show txin_type in msg.
7 years ago
SomberNight
563aae0dbd
fix #3411
7 years ago