SomberNight
ee3ab5361e
dbb: handle password prompt cancellation better
7 years ago
SomberNight
3fb75bc606
dbb: do show_address in different thread
7 years ago
SomberNight
45b03d930d
make ExceptionWindow inherit from MessageBoxMixin
the stack trace from the report is now user selectable
7 years ago
SomberNight
61a45edee0
Catch wallet file related exceptions in Qt wizard.
7 years ago
SomberNight
680df7d6b6
trezor: move the transport-related reimplemented parts into a separate module. disable the bridge transport.
The bridge transport uses requests.post, which uses socket.getaddrinfo under the hood, which on some OSes (MacOS, Windows) in CPython takes a lock. The enumerate method for the bridge transport can block for 10-30 seconds while waiting for this lock.
7 years ago
SomberNight
c79de3ab3c
fix #4139
7 years ago
Laser Yuan
8a5d27dcf4
Fix the error: locktime is always reset to zero when serialize the json data
The "lockTime" field in the json object was ignored due to the wrong attribute name "locktime" was called.
7 years ago
SomberNight
c0ae266d39
DeviceMgr: scan_devices can work without hid
7 years ago
SomberNight
aabd9f01ee
wizard hw devices: only scan once
7 years ago
Yura Pakhuchiy
9eb04fac1a
Add testnet mode to .desktop file
Easy way to start testnet version from linux DE
7 years ago
SomberNight
afa4cbfcbb
fix #4082
7 years ago
SomberNight
71dff2a06e
fix #4128
7 years ago
Johann Bauer
a02bd2c183
Travis: Make Windows build more reliable by trying different key servers
7 years ago
SomberNight
38d94bfa7a
fix #4082
7 years ago
SomberNight
1bc5640636
qt main_window change_password_dialog: catch InvalidPassword instead
7 years ago
Jason Bruderer
9837a02c95
Fix "same wallet can be opened multiple times via InstallWizard" ( #4076 )
* Fix #4073
* Account for if the wallet is already in the daemon
* Only start a new thread if it doesn't exist
* Modify run_and_get_wallet to not return duplicate wallets
* Inform user if encrypted wallet is already open in memory
7 years ago
SomberNight
8dd19a5920
wizard: remove unused method
7 years ago
SomberNight
37853ab939
trezor/keepkey: don't show empty error on PIN prompt cancel
7 years ago
SomberNight
8589c1b0bb
ledger: don't throw exception if user cancels signing
Used to show "Exception : Invalid status 6985", which is not really user-friendly. This now mimics the behaviour with Trezor where we silently ignore cancellation (not showing any popup).
7 years ago
ThomasV
5e5134b76f
remove custom entropy option again (follow-up e0c38b3
), because seeds can be extended with passphrase
7 years ago
SomberNight
0f5cabc7f6
fix #4122
7 years ago
Johann Bauer
7e6fba0513
Make generated .app deterministic
7 years ago
Johann Bauer
71c5e4f6bc
Add badge for crowdin to README
7 years ago
ThomasV
38ec65716c
fix #4116
7 years ago
ThomasV
4137ae94a0
flush certificate file; might fix #4059
7 years ago
ThomasV
e0122f8c63
disable save button for partially signed tx
7 years ago
ThomasV
b009c56b9d
kivy: save requests only with the save button
7 years ago
SomberNight
8ad111945a
paytoedit: data to be pushed on stack needs to be hex
7 years ago
SomberNight
b043c872eb
fix paying to script
7 years ago
SomberNight
1f1ce26211
fix transaction dialog for p2pk input
7 years ago
SomberNight
a6841cbd5f
fix #4099 : serialisation of txns with negative version number
7 years ago
SomberNight
8e79d09511
disallow adding receive requests without valid is_mine addresses
7 years ago
SomberNight
87aee10047
fix #4111
7 years ago
ThomasV
3234917ea1
release notes of version 3.1.1
7 years ago
Johann Bauer
79edd2dbf1
Fix crowdin upload
7 years ago
ThomasV
c3e26a1e2b
fix #4098
7 years ago
ThomasV
152ec1447c
fix #4100 : spent_outpoints does not track everything
7 years ago
ThomasV
cf866adfe3
fix #4109
7 years ago
ThomasV
0603f9f2b4
fix #4108
7 years ago
SomberNight
a048a00594
close #4102
close #3337
7 years ago
Chuong Vu
20a881b6a4
Update doc for OSX build
Avoids the confusion that I just had..
7 years ago
SomberNight
d3065f73bf
follow-up 3c505660a6
7 years ago
SomberNight
a2ebad009f
labels plugin: better exception handling
7 years ago
Johann Bauer
7869232737
Switch labelsync to electrum.org
7 years ago
SomberNight
e31c2d491d
fix #4093
7 years ago
Johann Bauer
d71d22d279
Fix Typo
7 years ago
SomberNight
99647fc070
careful with exceptions..
7 years ago
SomberNight
2c6cf7f80c
careful with exceptions..
7 years ago
SomberNight
d994d27704
hw wallet encryption unlock: clear session on incorrect passphrase
7 years ago
SomberNight
f3d254ff1e
follow-up prev
7 years ago