ThomasV
524db55b90
don't display hashes or addresses as default labels
10 years ago
ThomasV
036f96cf35
store invoices in a separate file, with their status
10 years ago
ThomasV
eb9802356a
fix variable name in from_seed
10 years ago
Kausheel Kumar
8cf793ab98
Add wallet function get_addr_received()
10 years ago
ThomasV
b8a72180c7
HistoryWidget class; address history window
10 years ago
ThomasV
0a7b585b6c
redo default labels with incoming tx outputs
10 years ago
ThomasV
75cf142be0
fix typo
10 years ago
ThomasV
a3422d3fae
generic multisig wallet constructor. fixes #1129
10 years ago
ThomasV
e3e5d95794
fix account key bug
10 years ago
ThomasV
f77311328a
add get_completions to wallet
10 years ago
ThomasV
4d7b68658b
fix delete_contact
10 years ago
Roman Zeyde
a7440fc89c
wallet: skip history sort when verifier is not set
10 years ago
ThomasV
da502076bd
fix get_history
10 years ago
ThomasV
2d84deeaad
sanity check history
10 years ago
ThomasV
ec11e58add
handle pruning in wallet.txi/txo
10 years ago
ThomasV
3d1fa1e27f
find_pay_to_pubkey_address
10 years ago
ThomasV
bc3ed470e1
use hash as default label
10 years ago
ThomasV
e3de121be9
store deserialized tx in/out in wallet file for fast computation
10 years ago
ThomasV
973f7f9fe5
mpk window: detect self and cosigner keys
10 years ago
ThomasV
1369c02011
safeguard: do not let daemon treads write wallet file
10 years ago
ThomasV
a5a7a34c2d
IOError: add file path to exception message
10 years ago
ThomasV
5b8588ee90
rename spv class, use own print_error
10 years ago
ThomasV
72688a5cfa
clean implementation of daemon threads
10 years ago
ThomasV
58f9ab3492
add a lock to wallet.synchronize() and fix #1049
10 years ago
Christopher Gurnee
4ba4611599
check arg type in change_gap_limit()
10 years ago
ThomasV
15636282e4
fix issue #1061 : normalize trezor passphrases. Add passphrases to restore from seed with trezor.
10 years ago
ThomasV
490de0d8ce
fix password bug with xprv wallet
10 years ago
ThomasV
78573e202d
add try..except arount get_next_account
10 years ago
ThomasV
52b43c57b8
android create and restore
10 years ago
ThomasV
18d16ba82c
bugfix: add pubkey to PendingAccount, to be able to spend from it
10 years ago
ThomasV
0934976f3a
fix #1011
10 years ago
ThomasV
76cbafe754
fix Master Public Keys dialog
10 years ago
ThomasV
8982a463a4
allow change_gap_limit in bip32 wallets
10 years ago
ThomasV
036147db44
fix: change_gap_limit
10 years ago
ThomasV
2f7b8ce864
fix wallet.can_sign: use isinstance with BIP32 class
10 years ago
ThomasV
ca01e1d7be
handle 1.9.8 bug that created seed_v6 wallets
10 years ago
ThomasV
0b674eb35d
fix can_sign: detect if OldWallet is used
10 years ago
ThomasV
395312e70f
fix: add wallet types only if available
10 years ago
ThomasV
4ce699bf25
disable key import in all bip32 wallet classes; users should create an ImportedWallet
10 years ago
ThomasV
84fc4574d6
add password when creating imported wallet
10 years ago
ThomasV
8863b6f294
remove remaining instances of op_return type
10 years ago
Charles Lehner
6d2d53b43f
Move root_name to parent class
10 years ago
ThomasV
da968b60e4
drop support for multiple accounts (bip44) in standard wallets
10 years ago
ThomasV
9f9bab6cf0
fix issue #968
10 years ago
ThomasV
63c7a27d7e
add InvalidPassword exception
10 years ago
ThomasV
7ca3ba4e80
various fixes for reveive_requests
10 years ago
ThomasV
01cf04079f
add NotEnoughFunds exception
10 years ago
ThomasV
6d8eebe2db
raise exception when seed version does not match
10 years ago
Tafelpoot
218a1ee2f7
Updated Requests
- added Date and Account field to Saved Requests
- requests are now saved as dict()
old requests will be deleted!!
- Account field is hidden when only 1 account is available
- address line now follows the current_account
- saved requests is sortable, default sorted by date
- saved requests only shows request for current_account
10 years ago
ThomasV
9b28ed9ba0
do not require name to create an account
10 years ago