ThomasV
82e88cb89d
prepare release 3.0.6
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
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
SomberNight
ff38e90405
revert adding handling of 'blockchain.address.subscribe' in network.py
7 years ago
SomberNight
c79662fbce
websocket: migrate to scripthashes
7 years ago
SomberNight
53fc343b4a
setconfig rpcpassword: don't try to evaluate or reencode
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
063ec0a758
release 3.0.4
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
dfaf4817c9
fix #3578
7 years ago
SomberNight
0f54051ecb
fix: address filters for Imported_Wallet: wallet.is_used()
7 years ago
Charles Bell
d9925967b7
Fix segfault when using a specific camera device
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
b751e5e7d3
fix: tx size estimation for multisig
7 years ago
ThomasV
22d5d29b81
version 3.0.3
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
SomberNight
38e3143bd0
fix command: createmultisig
7 years ago
SomberNight
0aee9bbbb0
fix spending from multisig (broken by 8be777e882
)
7 years ago
SomberNight
65c15c5a03
fix verifymessage command
7 years ago
SomberNight
e65b598756
use the send tab when sweeping (qt gui)
7 years ago
cluelessperson
151e3ab8e0
minor
7 years ago
ThomasV
f715caa27d
fix #3413
7 years ago
ThomasV
2ea59aad14
fix #3345 : do not require a wallet in order to sweep
7 years ago
Marko Bencun
116026dee0
DeviceMgr: nicer message when pairing
The experience is a bit better if the user is prompted to connect,
instead of showing an error.
7 years ago
SomberNight
8be777e882
tx size estimation: handle uncompressed pubkeys
7 years ago
SomberNight
33bb5fee73
tests: testnet addresses
7 years ago
SomberNight
e373f50596
follow-up prev commit
7 years ago
SomberNight
a2a25e4738
better segwit tx size estimation
7 years ago
fr3aker
b7d587c6ac
fix parsing of ipv6 addresses in interface
7 years ago
SomberNight
66cce115ef
more robust commands.getprivatekeys() and bitcoin.is_segwit_address()
7 years ago
ThomasV
580f2da19d
prepare 3.0.2 release
7 years ago
ThomasV
60e0b43b81
fix 3262: protobuf SerializeToString() returns bytes..
7 years ago
Justin Turner Arthur
857eb4ac1d
Remove unused imports. Explicitly import a few deep imports.
7 years ago
Justin Turner Arthur
9a0aa9b478
Remove Python 2 support imports.
7 years ago
Justin Turner Arthur
0c04db33d8
Simplify bytes/hex conversion functions now that we're Python 3+ only.
7 years ago
Justin Turner Arthur
07629e12af
Fixes to signing, notify commands and command exception handling.
7 years ago
SomberNight
c65d01ea96
file i/o: use 'with' keyword
7 years ago
SomberNight
9e2cd17790
sweeping minikeys: search for both compressed and uncompressed pubkeys
7 years ago
SomberNight
07e9415c2d
interface ssl: besides TLS 1.1, also allow later versions
7 years ago
SomberNight
f8518c78d8
remove Transaction.requires_fee()
7 years ago
SomberNight
bdfd3e7190
wallet.check_password() remove code duplication
7 years ago