ThomasV
|
ccf1f0f5d1
|
add class Simple_Wallet
|
7 years ago |
ThomasV
|
0dbb976baf
|
update unsigned tx format, so that imported wallets can sign all address types
|
7 years ago |
SomberNight
|
e406829904
|
fix: Imported_Wallet cannot spend from p2wpkh or p2wpkh-p2sh
|
7 years ago |
ThomasV
|
de85b56e0a
|
re-enable locktime
|
7 years ago |
SomberNight
|
0a1ebea669
|
sweep txs are now always RBF
|
7 years ago |
ThomasV
|
401d8bc534
|
fix #2890
|
7 years ago |
ThomasV
|
8fbabfd796
|
update delete_address for imported wallets
|
7 years ago |
ThomasV
|
5873fe8eaf
|
follow up previous commit
|
7 years ago |
ThomasV
|
5480b7dff5
|
add_input_info: add txin value for RBF with segwit inputs
|
7 years ago |
ThomasV
|
332c5d41e6
|
return dict in get_addr_utxo
|
7 years ago |
ThomasV
|
9aa3f2d9e2
|
add txin_type in add_input_info, remove inefficient search
|
7 years ago |
ThomasV
|
fefcd7bbcd
|
sweep: use scripthash rpc
|
7 years ago |
gdvine
|
5ce8508cd5
|
Fix low value error message
|
7 years ago |
ThomasV
|
15ab48aaa8
|
fix sweep
|
7 years ago |
ThomasV
|
3dabb94046
|
convert wallet format for imported wallets
|
7 years ago |
ThomasV
|
e299df7b82
|
add message signing/decryption for segwit addresses
|
7 years ago |
ThomasV
|
34a786ee43
|
fix export_private_key of Imported_Wallet
|
7 years ago |
SomberNight
|
4aa385e0b3
|
follow-up of wallet.get_private_key() -> wallet.export_private_key()
|
7 years ago |
ThomasV
|
0f4b5abc15
|
add use_compressed_pubkeys field to keystores. fix #2973
|
7 years ago |
ThomasV
|
34628533fb
|
fix typo
|
7 years ago |
ThomasV
|
e8b564c0e7
|
Extend Wallet Import Format with txin type. Extend class Imported_Wallet.
|
7 years ago |
ThomasV
|
9bdac1aae0
|
detect txintype in keystore. fix #2912
|
7 years ago |
ThomasV
|
fcea2a065d
|
add support for p2wsh-in-p2sh
|
7 years ago |
ThomasV
|
5416a4ea8a
|
serialize value for segwit-p2sh inputs too
|
7 years ago |
ThomasV
|
d7dc804b32
|
fix iteration bug
|
7 years ago |
ThomasV
|
63a1db1172
|
make xpub/xprv version information user-visible
|
7 years ago |
ThomasV
|
d9f2edf6b0
|
support native segwit transactions
|
7 years ago |
ThomasV
|
6b871a7cfd
|
mmonir python3 fix
|
7 years ago |
ThomasV
|
4d3e079778
|
rename bc_address functions
|
7 years ago |
ThomasV
|
794baa16c8
|
move address_to_script to bitcoin.py
|
7 years ago |
ThomasV
|
ab15ff3a00
|
updates for python3
|
8 years ago |
ThomasV
|
c3388d9677
|
misc python3 updates:
- use jsonrpclib-pelix
- update the kivy gui
- update plugins
|
8 years ago |
Dmitry Sorokin
|
362ca96f38
|
x509 fixes and plugins
|
8 years ago |
Dmitry Sorokin
|
0693403358
|
sending fixed
|
8 years ago |
Dmitry Sorokin
|
f02d18226b
|
misc ui and lib fixes for py3
|
8 years ago |
Dmitry Sorokin
|
d304ccdf17
|
py3 in qtgui
|
8 years ago |
Dmitry Sorokin
|
5be78950ca
|
py3
|
8 years ago |
Sebastian Volland
|
d95e79efab
|
add missing import
|
7 years ago |
ThomasV
|
08fab753e8
|
change default value of confirmed_only, spending unconfirmed coins
|
8 years ago |
ThomasV
|
0c6de8ff56
|
fix undo_verification
|
8 years ago |
ThomasV
|
9576f8510d
|
undo verified tx when swapping chains
|
8 years ago |
ThomasV
|
9c28489bc0
|
fix wallet.can_export
|
8 years ago |
ThomasV
|
b02ce2d02c
|
disable locktime until keepkey firmware is updated
|
8 years ago |
ThomasV
|
777a3aa8bf
|
Fixes for TrustedCoin plugin:
- reset billing_info after broadcast
- when bumping tx fee, do not use Trustedcoin output
|
8 years ago |
ThomasV
|
faa17f9818
|
Option to send only confirmed coins (fix #2395)
|
8 years ago |
ThomasV
|
cad3798f84
|
follow-up previous commit
|
8 years ago |
ThomasV
|
7ea2cb41e8
|
fix #2509: reset pubkeys to None when x_pubkeys are unsorted
|
8 years ago |
ThomasV
|
853b6169ed
|
hardware wallet support for locktime
|
8 years ago |
ThomasV
|
6fc6d1ec7d
|
timelock tx to current height. see #2349
|
8 years ago |
ThomasV
|
0bc777a10c
|
follow-up previous commit
|
8 years ago |