ThomasV
82e88cb89d
prepare release 3.0.6
7 years ago
SomberNight
d76f36df70
ledger: mention "bitcoin" app when update is needed
7 years ago
SomberNight
cf82b1d9d5
follow-up 70aa1f1db9
7 years ago
SomberNight
29206852fb
follow-up prev commit. better handling of p2sh-segwit. added comment to describe the problem for native segwit.
7 years ago
Neil Booth
f0942a2535
Fix PNG file
Avoids libpng warning: iCCP: known incorrect sRGB profile
7 years ago
SomberNight
7b8b75c7d3
fix #3788
# Conflicts:
# lib/transaction.py
7 years ago
SomberNight
b0966671d7
fix #3790
7 years ago
SomberNight
64fa7dd6c3
fix #3783
7 years ago
Johann Bauer
d0433c1539
Change number of zero when base unit changes
7 years ago
SomberNight
ff38e90405
revert adding handling of 'blockchain.address.subscribe' in network.py
7 years ago
SomberNight
c79662fbce
websocket: migrate to scripthashes
7 years ago
racquemis
d5e20d607e
Handle invalid PIN on exporting private key
Prevent Android App from crashing when a wrong PIN is entered.
7 years ago
SomberNight
53fc343b4a
setconfig rpcpassword: don't try to evaluate or reencode
7 years ago
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