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
ThomasV
012a636fab
Merge pull request #3633 from wolfmankurd/master
Show message hash when signing
7 years ago
ThomasV
1cc7e61433
Merge pull request #3634 from achow101/avoid-list-mod
Avoid modifying self.transactions in prepare_for_verifier
7 years ago
Andrew Chow
0a83b3af22
Avoid modifying self.transactions in prepare_for_verifier
In python3, the `.keys()` function returns an iterator, not a list,
so to get a list that can be iterated over, use `list()` instead to
avoid modification of a list while in use.
7 years ago
Ali Raheem
ed86fee3fe
Format of message hash to match Ledger
On signing SHA256 of message is shown on Ledger in caps. Make Electrum show in same format to save confusion.
7 years ago
Ali Raheem
19ba2364b6
Show message sign when signing
Allow verification by showing the SHA256 hash of the message to be signed (which is also displayed on Ledger).
7 years ago
ThomasV
7ae1a4cdeb
Merge pull request #3593 from SomberNight/scan_qr_textedit_allow_multi
ScanQRTextEdit optionally allows to concat data
7 years ago
ThomasV
5db7363cf8
Merge pull request #3602 from SomberNight/android_rbf_default_on
Android: make RBF on by default
7 years ago
ThomasV
d566304ff9
Merge pull request #3631 from SomberNight/relay_fee1
change default relay fee to 1000 sat/kbyte
7 years ago
SomberNight
6c2b974796
change default relay fee to 1000 sat/kbyte
7 years ago
ThomasV
a95534bb0c
Merge pull request #3624 from bauerj/zxing-integration
Bundle QR scanner with Android app
7 years ago
ThomasV
a492cfe1a8
Merge pull request #3625 from SomberNight/fee_ui_offline
fix fee ui: offline case
7 years ago
ThomasV
deb5a262da
Merge pull request #3626 from SomberNight/qt_quit_after_last_window
fix #3217 : make sure qt quits
7 years ago
ThomasV
6ccd4b7800
Merge pull request #3621 from slush0/master
Make Electrum work with trezorlib 0.9.0
7 years ago
SomberNight
c8baff9faf
fix #3217 : make sure qt quits
7 years ago
SomberNight
6f954090e6
fix fee ui: offline case
7 years ago
Johann Bauer
7ccbbe77f5
Bundle QR scanner with Android app
7 years ago
SomberNight
9d4dd20b23
fix kivy refresh bug with Addresses tab
7 years ago
slush
dda9d4b746
Updated TREZOR plugin to work with trezorlib>=0.9.0.
7 years ago
slush
a30d59912e
Updated TREZOR plugin to work with trezorlib>=0.8.0.
7 years ago
slush
0506985487
New Trezor icon
7 years ago
ThomasV
8a1c290251
Merge pull request #3609 from SomberNight/incl_testnet_servers_and_checkpoints
include servers_testnet.json and checkpoints_testnet.json in binaries
7 years ago
ThomasV
d1843a804a
Merge pull request #3610 from SomberNight/wizard_derivation_presets
wizard: add derivation presets for bip44/49
7 years ago
SomberNight
295dc12612
avoid shorter seeds 'by luck'
7 years ago
SomberNight
c04ebe9571
wizard: added derivation presets for bip44/49
7 years ago
SomberNight
d83d927781
include servers_testnet.json and checkpoints_testnet.json in every binary
7 years ago