ThomasV
5eda662e1d
reorganize menu
9 years ago
ThomasV
ff9d00ba1d
minor fix: do_update_fee
9 years ago
ThomasV
c2d40db47c
add RBF policy to preferences
9 years ago
ThomasV
dcffea150e
store contacts and invoices in wallet file. fix #1482
9 years ago
ThomasV
f92807f019
do not use hardcoded tab indexes
9 years ago
ThomasV
192238985e
fix fee rate issue caused by changing tx size
9 years ago
ThomasV
99cc3fcf90
improve fee tooltip
9 years ago
ThomasV
411832c4ce
cleanup storage and fix tracvis test
9 years ago
ThomasV
7e28c96243
set max fee rate in preferences. fixes #2112
9 years ago
ThomasV
eb4018de1c
fix --offline mode in Qt GUI
9 years ago
ThomasV
45f25586ef
add file selector and password dialog to wizard ( fix #1730 )
9 years ago
ThomasV
9dde9971da
do not revert to static fee when dynamic fee estimates are missing
9 years ago
ThomasV
6581cd93bb
load_wallet: return from loop if the error is not invalid password
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
9318b410bd
Allow using a SOCKS5 proxy with authentication
9 years ago
Johann Bauer
44c6990a5d
Use blue icon when connected using a proxy
9 years ago
ThomasV
0955b0d34d
show one item per line in utxo tab, move address actions to addresses tab
9 years ago
ThomasV
d99855f060
use ctypes to access the zbar library
9 years ago
Johann Bauer
17ab49e5f8
Use a checkbox instead of a button
9 years ago
ThomasV
f5518a8566
keep reference to qthread object
9 years ago
Johann Bauer
9183263304
Detect Tor and suggest using it
9 years ago
Johann Bauer
ec6ab022e3
Keep filter after updating the list
9 years ago
ThomasV
7c0d18d4ee
minor fix
9 years ago
ThomasV
15b404b9de
add CPFP (child pays for parent) dialog to the Qt GUI
9 years ago
ThomasV
3a64ec0f2e
Initial segwit support (testnet only)
9 years ago
ThomasV
1f350c31dd
kivy: simplify currency dialog
9 years ago
ThomasV
13b16e9d4f
exchange rates: enforce https APIs. store exchanges list in json file.
9 years ago
ThomasV
ac53585a40
move freeze/unfreeze menus to coins tab, show utxos as tree
9 years ago
ThomasV
6b3aaff476
fix #2129 : remove shortcut
9 years ago
ThomasV
af46f83830
fix #2124
9 years ago
Kacper Żuk
1dedfa49f9
Preserve checkboxes state in seed_options
9 years ago
ThomasV
a736dc3052
fix #2114 : update utxo_list when freezing address
9 years ago
ThomasV
a62dab9962
fix #2108
9 years ago
ThomasV
bffb10f53f
remove 'send from' context menu (replaced by coins tab)
9 years ago
ThomasV
916fc0d791
show addresses and utxos before wallet is synchronized
9 years ago
ThomasV
a043feebf2
add 'copy address' to utxo menu
9 years ago
ThomasV
6055d4b2fd
make fee_slider thread safe
9 years ago
ThomasV
a2e7fc32ef
Add fee slider class with network callback.
9 years ago
ThomasV
34a550864d
use ex_combo.findIndex instead of list.index
9 years ago
ThomasV
f50111f15a
fix flash during startup
9 years ago
ThomasV
7af5d42324
qt: show addresses and utxos in separate tabs
9 years ago
ThomasV
5d83bcba14
don't expose default servers and ports in __init__
9 years ago
ThomasV
f381aee835
make payment requests never expire by default
9 years ago
ThomasV
b69cb21333
Qt: catch exception raised by load_wallet
9 years ago
ThomasV
adf7e250ca
improve send tab layout
10 years ago
ThomasV
f97d83b7f4
fix fiat visibility on startup
10 years ago
ThomasV
b2ec525444
simplify fee preferences
10 years ago
ThomasV
bafe3e4ff8
fix #2060 : use tx size for high fee warning
10 years ago
ThomasV
d09e91e631
Show fee slider for static fees too. Add fee slider to RBF dialog ( fix #2083 )
10 years ago