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 |
Antoine Riard
|
213798cfce
|
[fix clearrequests] error iteration dictionary changed size
|
7 years ago |
SomberNight
|
0db5ea67a0
|
bitcoin.NetworkConstants: easier changing between testnet and mainnet
|
7 years ago |
ThomasV
|
bf2c07ff2a
|
fix #3244
|
7 years ago |
ThomasV
|
c8f3666f76
|
increase version number
|
7 years ago |
SomberNight
|
0ee18f9837
|
fix tests
|
7 years ago |
SomberNight
|
b28f8b3ebd
|
make tx deserialization more robust to ill-formed tx
|
7 years ago |
ThomasV
|
46b8436693
|
fix #2562: show error message if hardware library is missing
|
7 years ago |
SomberNight
|
e5d84e41ec
|
storage: remove previously imported fake-addresses
|
7 years ago |
ThomasV
|
0a10d6512b
|
follow up previous commit
|
7 years ago |
ThomasV
|
f7ecfd104d
|
fix #3201
|
7 years ago |
SomberNight
|
a328f83797
|
proper address deletion for imported wallets
|
7 years ago |
ThomasV
|
358068a0c1
|
fix #3197: parse pubkey
|
7 years ago |
ThomasV
|
036d5746a3
|
fix verified_tx iteration
|
7 years ago |
ThomasV
|
70d23f9e3b
|
fix #3189: do not silence exceptions in get_xpub
|
7 years ago |
SomberNight
|
04640b952b
|
storage upgrade v16: fix flawed v14 upgrade for imported addresses
|
7 years ago |
SomberNight
|
9bbb3f81b3
|
fix: import_address() for existing Imported_Wallet was willing to import anything
|
7 years ago |
SomberNight
|
115ef54c0c
|
fix: wallet storage upgrade happening silently even when using QT GUI
|
7 years ago |
SomberNight
|
3b26beac9e
|
fix: wallet storage upgrade 13b had incorrect assumptions
|
7 years ago |
ThomasV
|
d96561bc9d
|
fix #3175
|
7 years ago |
ThomasV
|
2774126db6
|
fix #3170
|
7 years ago |
ThomasV
|
8623d8c258
|
fix magic number for p2wsh-p2sh
|
7 years ago |
ThomasV
|
f36024e216
|
hardware wallets: pass xtype to get_xpub
|
7 years ago |
SomberNight
|
c05549c8cd
|
follow-up prev commit: revert "strict checks" for old seeds
|
7 years ago |
SomberNight
|
d45e13553a
|
old seeds: normalize, and stricter is_old_seed()
|
7 years ago |
SomberNight
|
211fa9a062
|
txn: set locktime to local height for RBF, CPFP, sweep
|
7 years ago |
SomberNight
|
5109075e4f
|
fix: sweep p2pk - small display bug (unknown -> pubkey)
|
7 years ago |
SomberNight
|
aad83a71c8
|
tests: have bip39 multisig wallet unit test mirror hw wallet behaviour
|
7 years ago |
ThomasV
|
e607a499c1
|
check seed_version is not too high
|
7 years ago |
SomberNight
|
a40ab01210
|
seed_version: separate methods for v14 and v15 conversion (storage)
|
7 years ago |
ThomasV
|
348f66b8a5
|
fix requires_upgrade
|
7 years ago |
ThomasV
|
a1f91ee49e
|
Revert "Revert "bump seed_version""
This reverts commit ce5ab39ba2 .
|
7 years ago |
ThomasV
|
ce5ab39ba2
|
Revert "bump seed_version"
This reverts commit 64b7a89abc .
|
7 years ago |