ThomasV
c3388d9677
misc python3 updates:
...
- use jsonrpclib-pelix
- update the kivy gui
- update plugins
9 years ago
Dmitry Sorokin
362ca96f38
x509 fixes and plugins
9 years ago
Dmitry Sorokin
0693403358
sending fixed
9 years ago
Dmitry Sorokin
f02d18226b
misc ui and lib fixes for py3
9 years ago
Dmitry Sorokin
d304ccdf17
py3 in qtgui
9 years ago
Dmitry Sorokin
5be78950ca
py3
9 years ago
Sebastian Volland
d95e79efab
add missing import
9 years ago
ThomasV
08fab753e8
change default value of confirmed_only, spending unconfirmed coins
9 years ago
ThomasV
0c6de8ff56
fix undo_verification
9 years ago
ThomasV
9576f8510d
undo verified tx when swapping chains
9 years ago
ThomasV
9c28489bc0
fix wallet.can_export
9 years ago
ThomasV
b02ce2d02c
disable locktime until keepkey firmware is updated
9 years ago
ThomasV
777a3aa8bf
Fixes for TrustedCoin plugin:
...
- reset billing_info after broadcast
- when bumping tx fee, do not use Trustedcoin output
9 years ago
ThomasV
faa17f9818
Option to send only confirmed coins ( fix #2395 )
9 years ago
ThomasV
cad3798f84
follow-up previous commit
9 years ago
ThomasV
7ea2cb41e8
fix #2509 : reset pubkeys to None when x_pubkeys are unsorted
9 years ago
ThomasV
853b6169ed
hardware wallet support for locktime
9 years ago
ThomasV
6fc6d1ec7d
timelock tx to current height. see #2349
9 years ago
ThomasV
0bc777a10c
follow-up previous commit
9 years ago
ThomasV
50587c7a24
fix #2353 : show error when sweeping dust
9 years ago
ThomasV
57baed4728
check parameter type of create_new_address
9 years ago
ThomasV
1d84029173
input_script: return txin.scriptSig if available. replace txin.is_coinbase with type. fixes #2321
9 years ago
ThomasV
737a7f0bfb
fix #2302 : signing with imported wallet
9 years ago
ThomasV
107adb186f
sort unconfirmed transactions by height
9 years ago
ThomasV
584b19a11e
fix for older formats
9 years ago
ThomasV
c506c3e720
fix password message issue #2277
9 years ago
ThomasV
ff9d00ba1d
minor fix: do_update_fee
9 years ago
ThomasV
dcffea150e
store contacts and invoices in wallet file. fix #1482
9 years ago
ThomasV
411832c4ce
cleanup storage and fix tracvis test
9 years ago
ThomasV
fb3e09c24e
better error message if fee estimates are missing
9 years ago
ThomasV
9cb576a88c
fix multisig update_password
9 years ago
ThomasV
a90431320c
fix sweep
9 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
9 years ago
ThomasV
ff39068867
new wallet structure:
...
- store addresses instead of pubkeys
- derive pubkeys only for serialization
- fix #2024
9 years ago
Johann Bauer
03fc29c4ac
Remove newlines from transaction labels
...
Closes : #2176
9 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'
>> `
9 years ago
ThomasV
15b404b9de
add CPFP (child pays for parent) dialog to the Qt GUI
9 years ago
ThomasV
aed2b04dbd
return txid for unsigned segwit transactions
9 years ago
ThomasV
af54ba023b
add wallet.is_segwit
9 years ago
ThomasV
6bfbc9a718
fix: replace remaining occurences of public_key_to_bc_address
9 years ago
ThomasV
f937472928
fix typos
10 years ago
ThomasV
ce11a2fac5
replace segwit wallet class with custom xpub type
10 years ago
ThomasV
3a64ec0f2e
Initial segwit support (testnet only)
10 years ago
ThomasV
9302cea725
fix #2107
10 years ago
ThomasV
a2e7fc32ef
Add fee slider class with network callback.
10 years ago
ThomasV
2450c1d481
fix typo
10 years ago
ThomasV
7af5d42324
qt: show addresses and utxos in separate tabs
10 years ago
ThomasV
d042d6e970
initial testnet support (petrkr)
10 years ago
ThomasV
253df89af5
fix #2101
10 years ago
ThomasV
d09e91e631
Show fee slider for static fees too. Add fee slider to RBF dialog ( fix #2083 )
10 years ago