ThomasV
d9021788fa
request account_id in wizard, for hardware wallets. cleanup bip44 code
8 years ago
ThomasV
b87c5d12fa
- fix sign/verify messages
- fix hardware wallet tx_outputs
8 years ago
ThomasV
4f7169db6a
fix issue #1892 (window geometry)
9 years ago
ThomasV
1159f85e05
Major refactoring
- separation between Wallet and key management (Keystore)
- simplification of wallet classes
- remove support for multiple accounts in the same wallet
- add support for OP_RETURN to Trezor plugin
- split multi-accounts wallets for backward compatibility
9 years ago
ThomasV
ecf398c95e
fix display of 'payment sent' message (indentation has been broken in 8f91af2
)
9 years ago
ThomasV
167dcbf624
wizard: cosmetic changes
9 years ago
ThomasV
7ee47491b3
updates for i18n translations
9 years ago
ThomasV
16db27ffc0
wizard: remove run_wallet
9 years ago
ThomasV
c6a46df158
fix issue #1853
9 years ago
ThomasV
342d6633a6
wizard: add capability to restore multisig
9 years ago
ThomasV
5bcadd6651
qt: fix account_expanded
9 years ago
ThomasV
c313c3c340
remove forgotten imports and print statements
9 years ago
ThomasV
e7d25faf02
Finish wizard unification
9 years ago
ThomasV
b6393cbdf2
display 'low fee' in tx dialog
9 years ago
ThomasV
dabeae9f95
multisig wizard: use sliders
9 years ago
ThomasV
6bc73f4d74
add is_final checkbox to bump_fee dialogs
9 years ago
ThomasV
9896718f09
get_tx_info: fix types
9 years ago
ThomasV
5af7139598
kivy: handle 'verified' event
9 years ago
ThomasV
7f7aa97e2e
tx dialog: fix confirmation time estimate
9 years ago
ThomasV
b94a7920af
factorize code used for tx dialogs
9 years ago
ThomasV
f2d2d61894
add expected confirmation time to tx dialog
9 years ago
ThomasV
017afd95dc
Qt: disable max button if amount is locked
9 years ago
ThomasV
cb9a636616
fix #1768
9 years ago
ThomasV
1f8e6d38c8
qt: add tx preview button instead of option
9 years ago
ThomasV
a07a3f748e
Qt GUI: let users type tx output in script language
9 years ago
ThomasV
85a411d5cf
test if a donation address exists
9 years ago
ThomasV
9da2076328
fix: relayfee is per kb
9 years ago
ThomasV
bdb4958a34
for unconfirmed transactions, show fee sent by server
9 years ago
ThomasV
0843aaafb5
gat_wallet_delta: reverse sign of returned fee
9 years ago
ThomasV
403fbdd39e
rename is_send -> is_mine
9 years ago
ThomasV
2cf4795250
dynamic fees: define fee levels using expected confirmation times
9 years ago
ThomasV
352cdd7f5a
minor fix
9 years ago
ThomasV
599906eef6
show warning icon if unconfirmed tx has low fee. fixes 1798
9 years ago
ThomasV
bce42cb496
minor fix
9 years ago
ThomasV
6322714222
qt: minor fix
9 years ago
ThomasV
8680eae86f
detect dangling links
9 years ago
ThomasV
fbb8b2ac6c
simplify contacts tab
9 years ago
ThomasV
375be73894
qt: fix address dialog
9 years ago
ThomasV
1a46a795a5
detect non-final transactions, and transactions with unconfirmed inputs
9 years ago
ThomasV
2259b741f6
use address as key in contacts
9 years ago
ThomasV
1a8b12360b
fix contacts_list
9 years ago
ThomasV
9e3314f17d
move set_account_expanded
9 years ago
ThomasV
f7293694cc
qt: minor fixes
9 years ago
ThomasV
d8fbc35d1e
qt request list: minor fix
9 years ago
ThomasV
2afa6b5f36
add missing import
9 years ago
ThomasV
12dfccb3ab
Define TreeWidget subclasses for lists
* move class code in separate files
* make menu column-dependent (fixes #1734 )
9 years ago
ThomasV
0273936b07
Discretize fee levels (follow-up 3314b3a
). Fixes #1753
9 years ago
ThomasV
0e7795f2a7
show/hide addresses tab in Qt GUI
9 years ago
ThomasV
be75b337aa
help text for RBF button
9 years ago
ThomasV
f01f931e83
add extra checkbox for RBF
9 years ago