ThomasV
6b45070b2f
allow arbitrary derivations with bip39 seeds, to let multibit users recover funds
9 years ago
chipmixer
678a9002b0
Add plugin hook `init_menubar_tools`
...
New plugin hook `init_menubar_tools` that allows plugins to add submenu item in Tools menu.
9 years ago
Johann Bauer
42fdf8686d
Resize content of address history window
...
Closes : #2464
9 years ago
chris-belcher
3195eca6ea
Made status bar exchange rate display in terms of base unit
9 years ago
ThomasV
1b29945c6d
fix #2430
9 years ago
ThomasV
8cc8f8a5e1
disable max button if an amount has been typed
9 years ago
ThomasV
ae730cc8e5
fix #2360
9 years ago
ThomasV
50587c7a24
fix #2353 : show error when sweeping dust
9 years ago
ThomasV
23e51e7c9e
follow up fix #2341
9 years ago
ThomasV
e555b982f9
fix #2341
9 years ago
ThomasV
0105702d0f
fix #2341
9 years ago
ThomasV
b23f788b4a
fix #2342
9 years ago
ThomasV
59b0b51f24
add proxy settings to kivy GUI
10 years ago
ThomasV
2fcdd458b3
add checkpoint dialog to the kivy gui
10 years ago
ThomasV
6548388b0e
minor gui tweak
10 years ago
ThomasV
95ad6a4321
fix
10 years ago
ThomasV
e38d19d210
add help buttons to blockchain tab
10 years ago
ThomasV
6e182371b9
network dialog: reorganize tabs
10 years ago
ThomasV
a20233b629
minor fix
10 years ago
ThomasV
2ea3bbea30
network dialog: add checkpoint, tabs
10 years ago
ThomasV
aa090007e9
fix #2328
10 years ago
ThomasV
1d84029173
input_script: return txin.scriptSig if available. replace txin.is_coinbase with type. fixes #2321
10 years ago
ThomasV
b2be745b8d
add save/delete buttons to invoice dialog
10 years ago
ThomasV
95e0e23869
fix #2301
10 years ago
ThomasV
6185f94de4
archive paid invoices in the history tab
10 years ago
ThomasV
e63bf6ce02
improve CPFP dialog
10 years ago
ThomasV
2d8df85aab
use maxint-2 to signal RBF, in order to standardize with Bitcoin Core
10 years ago
ThomasV
5c1cdf02cd
Revert "display unicode wallet path in Qt GUI"
...
This reverts commit 6318bda54d .
10 years ago
ThomasV
6318bda54d
display unicode wallet path in Qt GUI
10 years ago
ThomasV
5b38ce20ea
follow up previous commit
10 years ago
ThomasV
0f8387dbab
fix #2257
10 years ago
ThomasV
ed42faa2e6
Revert commit 36f08ab2c3.
10 years ago
ThomasV
36f08ab2c3
changes for windows builds
10 years ago
ThomasV
5eda662e1d
reorganize menu
10 years ago
ThomasV
ff9d00ba1d
minor fix: do_update_fee
10 years ago
ThomasV
c2d40db47c
add RBF policy to preferences
10 years ago
ThomasV
dcffea150e
store contacts and invoices in wallet file. fix #1482
10 years ago
ThomasV
f92807f019
do not use hardcoded tab indexes
10 years ago
ThomasV
192238985e
fix fee rate issue caused by changing tx size
10 years ago
ThomasV
99cc3fcf90
improve fee tooltip
10 years ago
ThomasV
411832c4ce
cleanup storage and fix tracvis test
10 years ago
ThomasV
7e28c96243
set max fee rate in preferences. fixes #2112
10 years ago
ThomasV
eb4018de1c
fix --offline mode in Qt GUI
10 years ago
ThomasV
45f25586ef
add file selector and password dialog to wizard ( fix #1730 )
10 years ago
ThomasV
9dde9971da
do not revert to static fee when dynamic fee estimates are missing
10 years ago
ThomasV
6581cd93bb
load_wallet: return from loop if the error is not invalid password
10 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
10 years ago
ThomasV
ff39068867
new wallet structure:
...
- store addresses instead of pubkeys
- derive pubkeys only for serialization
- fix #2024
10 years ago
Johann Bauer
9318b410bd
Allow using a SOCKS5 proxy with authentication
10 years ago
Johann Bauer
44c6990a5d
Use blue icon when connected using a proxy
10 years ago