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 |
ThomasV
|
64b7a89abc
|
bump seed_version
|
7 years ago |
SomberNight
|
5e5191d25c
|
base_wizard: only check xpub type if have xpub
|
7 years ago |
SomberNight
|
4a383af872
|
fix tests
|
7 years ago |
ThomasV
|
11bbe31ae3
|
wizard: check xpub types before adding keystore
|
7 years ago |
ThomasV
|
a10e6b6436
|
fix xtype of ypub keys in plugins and bip39 seeds
|
7 years ago |
ThomasV
|
0af700bda0
|
fix typo
|
7 years ago |
ThomasV
|
a220932711
|
serialize txin-type in xpub/xprv
|
7 years ago |
SomberNight
|
0d0f8c5842
|
fix: payment request related stuff (qt crash, exporting, refresh bug)
|
7 years ago |
SomberNight
|
1c31177d03
|
try to sweep p2pk outputs from old type WIF privkeys
|
7 years ago |
SomberNight
|
32e88495ae
|
fix: transaction.parse_witness() for coinbase
|
7 years ago |
SomberNight
|
fb47dbb75a
|
tests: transaction.txid()
|
7 years ago |
ThomasV
|
89240571d4
|
py3: socket.error is deprecated
|
7 years ago |
ThomasV
|
1cbc794229
|
interface: catch py3 exceptions
|
7 years ago |
SomberNight
|
1f102913e9
|
typo in wallet.import_private_key()
|
7 years ago |
ThomasV
|
5665b42999
|
remove six
|
7 years ago |
SomberNight
|
523de69b5e
|
Introduced BasePlugin.can_user_disable(). TrustedCoin plugin can't be disabled by user.
|
7 years ago |
ThomasV
|
6e0e5a8d57
|
wizard: allow segwit seed as cosigner
|
7 years ago |
SomberNight
|
2457ac8774
|
fix #3091
|
7 years ago |
ThomasV
|
7cf075c754
|
follow up b8c7edf070
|
7 years ago |
SomberNight
|
29c34332ac
|
fix: contacts import
|
7 years ago |
ThomasV
|
8683d71711
|
fix: witness serialization
|
7 years ago |
ThomasV
|
b8c7edf070
|
return bytes in scan_barcode
|
7 years ago |
SomberNight
|
aa1289fa5d
|
bitcoin.py AES: implement our own PKCS7 padding
|
7 years ago |
ThomasV
|
198cc9d737
|
fix #2614: define non-linear scale for static fees
|
7 years ago |
Dan Haiduc
|
5e589133c9
|
Update commands: output str(Decimals), not floats
The commands `listunspent` and `history` were using float.
Patched to consistently return strings of Decimal objects.
|
7 years ago |
Antoine Riard
|
9ebca74724
|
fix: check_seed command import path
|
7 years ago |
ThomasV
|
24442de8df
|
fix command line interface for hardware wallets. fixes #3056
|
7 years ago |
SomberNight
|
f69f6a88e0
|
py3: signmessage cmd now again returns str
|
7 years ago |
ThomasV
|
0a648e2b1c
|
cleanup commented lines
|
7 years ago |
ThomasV
|
ed6b2d0abf
|
add comment about pyaes issue
|
7 years ago |
ThomasV
|
a2048feb24
|
add segwit option for cmdline create
|
7 years ago |
SomberNight
|
8a07c2654c
|
fix: py3 in bitcoin.py: aes_encrypt_with_iv() and aes_decrypt_with_iv()
|
7 years ago |