SomberNight
70d6f50d94
fix-up stdio gui
7 years ago
ThomasV
1c4773d41a
fix #3619 : set correct parent window
7 years ago
SomberNight
7cfa3c2d51
ledger: handle pin-locked state better
7 years ago
Marcel O'Neil
47f57af145
fix crash when exporting private keys
7 years ago
SomberNight
7279fc8902
qt privkey export: if multisig wallet, warn users re backup
7 years ago
SomberNight
87737dbe45
fix #3663 : 'copying' QR code does not save to file
7 years ago
SomberNight
231f4931d6
avoid shorter seeds 'by luck'
7 years ago
ThomasV
a9973ce6ab
version 3.0.5
7 years ago
SomberNight
1fc45132c0
Password-protect the JSON RPC interface
7 years ago
ThomasV
e65353c062
disable jsonrpc commands in the GUI
7 years ago
ThomasV
0045784a58
disable jsonrpc on android
7 years ago
ThomasV
79d402d3f9
update hw wallet versions
7 years ago
ThomasV
063ec0a758
release 3.0.4
7 years ago
Johann Bauer
d4f1445914
Bundle QR scanner with Android app
7 years ago
SomberNight
498a269c88
fix #3411
7 years ago
Andrew Chow
b7c20e71ac
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
SomberNight
a6e59499db
fix #3217 : make sure qt quits
7 years ago
SomberNight
d3a963e673
fix kivy refresh bug with Addresses tab
7 years ago
SomberNight
e4308a360b
fix #3601
7 years ago
SomberNight
e98406fc7c
fix: kivy Addresses tab crash for Imported_Wallet change
7 years ago
SomberNight
dfaf4817c9
fix #3578
7 years ago
SomberNight
0f54051ecb
fix: address filters for Imported_Wallet: wallet.is_used()
7 years ago
SomberNight
02fda5a85b
fix: crash when closing qrscanner window (see #3546 )
7 years ago
Charles Bell
d9925967b7
Fix segfault when using a specific camera device
7 years ago
SomberNight
006aece3a3
fix #3526
7 years ago
ThomasV
c7a47a06b5
format a few strings with str.format(). fix #3405
7 years ago
Tristan Seligmann
fdd10bfb60
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
b4e43754e0
release notes for 3.0.3
7 years ago
ThomasV
a13775e533
Merge pull request #3502 from SomberNight/tx_size_est_multisig
fix: tx size estimation for multisig
7 years ago
SomberNight
b751e5e7d3
fix: tx size estimation for multisig
7 years ago
ThomasV
8ae1717772
Merge pull request #3500 from SomberNight/fix_sweep_2fa
fix sweeping for 2fa wallets
7 years ago
ThomasV
22d5d29b81
version 3.0.3
7 years ago
ThomasV
a4e89e822a
Merge pull request #3495 from bauerj/testnet-shortcut
Windows Installer: Add shortcut to testnet mode
7 years ago
ThomasV
f8c8666e59
Merge pull request #3493 from bauerj/testnet-title
Add "Testnet" to main window title in testnet mode
7 years ago
ThomasV
2da6a8d171
Merge pull request #3494 from bauerj/setup-det
Make setup.exe differ less
7 years ago
SomberNight
ec99304ae1
fix sweeping for 2fa wallets
7 years ago
SomberNight
4e4a7746fc
clean-up: use is_segwit_input in wallet.py
7 years ago
Johann Bauer
b2cbdfb042
Windows Installer: Add shortcut to testnet mode
7 years ago
Johann Bauer
4f747e78e5
Make setup.exe differ less
7 years ago
Johann Bauer
c01fe8fa98
Add Testnet to main window title in testnet mode
7 years ago
SomberNight
d403c59ad7
fix #3486
7 years ago
ThomasV
b88fa2046c
Merge pull request #3478 from SomberNight/fix_payto_alias_blocking_gui_1
fix: openalias resolution unnecessarily done for some payto
7 years ago
SomberNight
f492021195
fix: openalias resolution unnecessarily blocks gui for some payto
7 years ago
ThomasV
2951ed5e17
Merge pull request #3458 from bauerj/patch-3
Add instruction to install dirmngr to Wine README
7 years ago
SomberNight
4e60cedea9
fix dbb cli
7 years ago
SomberNight
38e3143bd0
fix command: createmultisig
7 years ago
Johann Bauer
43bb9c566f
Add instruction to install dirmngr to Wine README
Closes #3454
7 years ago
SomberNight
0aee9bbbb0
fix spending from multisig (broken by 8be777e882
)
7 years ago
SomberNight
84239e168b
trezor/keepkey separation: init device
7 years ago
SomberNight
414b6e8a06
follow-up 958b794bc9
7 years ago