SomberNight
d77e4d8f5d
exception formatting: use repr(e) instead of str(e) in messages
repr(e) is more useful
6 years ago
SomberNight
44a2ceab3c
qt history list: fix minor sorting issue
closes #4989
6 years ago
ThomasV
4e10f9e301
Merge pull request #5007 from cculianu/fix_codesign_electrum
[MacOS] Fixed code signing on macos to code sign *all* embedded binaries
6 years ago
SomberNight
c7f3adb67e
trezor: fix minor string formatting re translations
closes #4996
6 years ago
ghost43
dc19cf1fa1
wallet: randomise locktime of transactions a bit. also check if stale. ( #4967 )
6 years ago
chris-belcher
d5c8a0e0d0
Add flag --skipmerklecheck ( #4957 )
The --skipmerklecheck optional flag makes Electrum tolerate invalid
merkle proofs from the server. This is useful for building Electrum
servers that need a minimum amount of storage, though of course users
should only enable it if they completely trust the connected server.
6 years ago
Calin Culianu
5ec330680e
[MacOS] Fixed code signing on macos to codesign all embdedded binaries
This was pulled from Electron Cash #1110
6 years ago
Johann Bauer
0caf8e30cd
Revealer: Fix typo
6 years ago
Johann Bauer
019566b383
Change string formatting to improve translation
For example, "Hide Console" would be "Konsole anzeigen" in German.
Currently, translators can only show "Anzeigen Konsole" which doesn't
make much sense.
6 years ago
Romano
c60583293a
[Docker] fix gnupg2 and dirmngr
6 years ago
Johann Bauer
424430723b
[Revealer] Fix spelling mistake
6 years ago
SomberNight
2f789468ea
requirements: lower bound for btchip-python
6 years ago
Tom Kneiphof
8fd84f77c7
Fix ledger transaction version ( #4991 )
6 years ago
SomberNight
4d0030363b
interface: catch more SOCKS exceptions
6 years ago
SomberNight
fd5ad9ac70
qt network dialog: detect Tor proxy dynamically
keep thread running to detect changes
6 years ago
SomberNight
192ec8596d
trezor: fix matrix recovery
closes #4983
6 years ago
Johann Bauer
bde655ae00
Qt: Show pointer cursor for status bar buttons
6 years ago
ThomasV
549d71fb0b
complete release notes
6 years ago
SomberNight
bd1f7b539e
qt: don't import PyQt5.Qt
related #4960
6 years ago
SomberNight
ccec45a564
qt: fix address list context menu race
closes #4961
6 years ago
SomberNight
0bce96d2de
qt crash report: fix formatting
follow-up 5dc240d4ed
6 years ago
ThomasV
5469e3668e
fix #4958
6 years ago
SomberNight
dac5af8eca
trustedcoin: friendlier error msg for invalid otp when signing
6 years ago
ThomasV
30845ee776
prepare release 3.2.2
6 years ago
ThomasV
649f8414a9
update icons submodule
6 years ago
Johann Bauer
d0a1bae68f
[Qt] Fix wrong orientation of finger in clock icons
Closes : #4954
6 years ago
SomberNight
5dc240d4ed
qt: show_message and friends display plaintext by default
6 years ago
SomberNight
5248613e9d
gui: prepend broadcast_transaction errors with explanatory message
6 years ago
SomberNight
b491a30dd9
kivy network dialog: update server and proxy properly
Previously "proxy" would only get updated when closing and reopening
the network dialog. "server" would only get updated after successful
connection establishment to specified server.
6 years ago
SomberNight
1d303fa9d2
win build: rm win_inet_pton
was needed by PySocks; and we no longer use PySocks
also, it seems the functionality it provided is now part of Python stdlib since 3.4
https://docs.python.org/3/library/socket.html#socket.inet_pton
related: #2358
6 years ago
SomberNight
744bfc1eeb
util.profiler: simplify
follow-up 6192bfce46
closes #4904
6 years ago
ghost43
7773443c17
network: put NetworkTimeout constants together ( #4945 )
* network: put NetworkTimeout constants together
* fix prev
6 years ago
SomberNight
43461a1866
qt history: fix exporting history
closes #4948
6 years ago
ThomasV
85b712967f
prepare release 3.3.1
6 years ago
ThomasV
b1b6b250d1
kivy: do not request PIN for watching-only wallets
6 years ago
ThomasV
2e078493a7
kivy: improve context menu
6 years ago
ThomasV
96b66b7e4f
kivy: use on_state instead of on_release
6 years ago
ThomasV
58a9fa0ad5
kivy: use default scroll_distance and scroll_timeout
6 years ago
ghost43
8e5331e5b2
Merge pull request #4932 from SomberNight/revealer_cleanup_20181215
revealer: clean-up, allow restoring v0
6 years ago
SomberNight
caae9f8a6a
revealer: warning re version 0 now includes URL
6 years ago
SomberNight
1b7672f70e
qt: fix invoices tab
closes #4941
6 years ago
SomberNight
fc18912ecd
release notes: mention 2fa, shorten qt
6 years ago
SomberNight
4225e79456
win build: wine upstream gpg key weirdness
6 years ago
ThomasV
df15571b82
osx build: revert to python 3.6.4
6 years ago
ThomasV
383b517405
update submodule (follow-up prev commit)
6 years ago
ThomasV
1ee8d6a380
Merge branch 'master' of github.com:spesmilo/electrum
6 years ago
ThomasV
b2d635060c
update submodule
6 years ago
SomberNight
d5591da682
qt history: consider column is hidden in context menu
6 years ago
SomberNight
f0f73380a2
qt history: fix refresh bug ("verified"/fee histogram interplay)
6 years ago
ThomasV
0247802479
update submodules
6 years ago