ThomasV
50587c7a24
fix #2353 : show error when sweeping dust
8 years ago
ThomasV
57baed4728
check parameter type of create_new_address
8 years ago
ThomasV
1d84029173
input_script: return txin.scriptSig if available. replace txin.is_coinbase with type. fixes #2321
8 years ago
ThomasV
737a7f0bfb
fix #2302 : signing with imported wallet
8 years ago
ThomasV
107adb186f
sort unconfirmed transactions by height
8 years ago
ThomasV
584b19a11e
fix for older formats
8 years ago
ThomasV
c506c3e720
fix password message issue #2277
8 years ago
ThomasV
ff9d00ba1d
minor fix: do_update_fee
8 years ago
ThomasV
dcffea150e
store contacts and invoices in wallet file. fix #1482
8 years ago
ThomasV
411832c4ce
cleanup storage and fix tracvis test
8 years ago
ThomasV
fb3e09c24e
better error message if fee estimates are missing
8 years ago
ThomasV
9cb576a88c
fix multisig update_password
8 years ago
ThomasV
a90431320c
fix sweep
8 years ago
ThomasV
fcc92c1ebd
Wallet file encryption:
- a keypair is derived from the wallet password
- only the public key is retained in memory
- wallets must opened and closed explicitly with the daemon
8 years ago
ThomasV
ff39068867
new wallet structure:
- store addresses instead of pubkeys
- derive pubkeys only for serialization
- fix #2024
8 years ago
Johann Bauer
03fc29c4ac
Remove newlines from transaction labels
Closes : #2176
8 years ago
shsmith
df733e8e4c
fix AttributeError: 'Standard_Wallet' object has no attribute 'account'
If you use wallet.change_gap_limit with a value below the current gap
limit, you get this exception:
`>> wallet.change_gap_limit(1)
Traceback (most recent call last):
File "lib\wallet.py", line 1455, in change_gap_limit
elif value >= self.min_acceptable_gap():
File "lib\wallet.py", line 1479, in min_acceptable_gap
addresses = self.account.get_receiving_addresses()
AttributeError: 'Standard_Wallet' object has no attribute 'account'
>> `
8 years ago
ThomasV
15b404b9de
add CPFP (child pays for parent) dialog to the Qt GUI
8 years ago
ThomasV
aed2b04dbd
return txid for unsigned segwit transactions
8 years ago
ThomasV
af54ba023b
add wallet.is_segwit
8 years ago
ThomasV
6bfbc9a718
fix: replace remaining occurences of public_key_to_bc_address
8 years ago
ThomasV
f937472928
fix typos
8 years ago
ThomasV
ce11a2fac5
replace segwit wallet class with custom xpub type
8 years ago
ThomasV
3a64ec0f2e
Initial segwit support (testnet only)
8 years ago
ThomasV
9302cea725
fix #2107
8 years ago
ThomasV
a2e7fc32ef
Add fee slider class with network callback.
8 years ago
ThomasV
2450c1d481
fix typo
8 years ago
ThomasV
7af5d42324
qt: show addresses and utxos in separate tabs
8 years ago
ThomasV
d042d6e970
initial testnet support (petrkr)
8 years ago
ThomasV
253df89af5
fix #2101
8 years ago
ThomasV
d09e91e631
Show fee slider for static fees too. Add fee slider to RBF dialog ( fix #2083 )
8 years ago
ThomasV
dcfa7b508a
fix password issue #2097
8 years ago
ThomasV
a8c23f9bf0
always display a receiving address ( fix #2031 )
8 years ago
ThomasV
1e24dbd94b
fix #2096 (variable name)
8 years ago
ThomasV
63cff71f91
workaround inefficiency in add_input_info
8 years ago
ThomasV
0dabfd4764
do not save transactions until wallet is closed
8 years ago
ThomasV
65ee3416f6
rename P2PK to P2PKH to avoid confusion
8 years ago
ThomasV
e123774ea8
Improve 'send all coins' function:
* do use coin chooser when sending all coins (fixes #2000 )
* allow "!" syntax for multiple outputs (fixes #1698 )
8 years ago
ThomasV
a660590a70
fix #2034
8 years ago
ThomasV
d61ccd4275
throttle send_requests
8 years ago
ThomasV
191ed8cc05
fix #2027
8 years ago
ThomasV
af55fec764
fix #2022
8 years ago
ThomasV
f7cf90d268
fix #2007
8 years ago
ThomasV
92d2395e3d
add_hw_info only if a hw wallet is there. that should fix #1995
8 years ago
ThomasV
86c3655080
improve bump_fee ( fix #1985 )
8 years ago
ThomasV
15546d817c
remove dust output when bumping fee
8 years ago
ThomasV
9d2e322760
revert 98b1271
(it freezes the gui on retsore)
8 years ago
ThomasV
98b12715a9
remove while loop from wallet.synchronize; we are already in a job
8 years ago
ThomasV
5e92e09044
fix pubkey ordering in multisig wallets. fix #1975
8 years ago
ThomasV
4cc76c8a64
bump_fee: fix error message
8 years ago