ThomasV
233fd8ed77
revert 175bfae9e6
. store last known height in wallet instead
10 years ago
ThomasV
c2a4252065
do not pass config to storage. request height from network_proxy if connected
10 years ago
Neil Booth
13b9b577a4
Don't use self.network to get the local height.
This restores a working offline mode.
10 years ago
Neil Booth
37c3cce329
Remove wallet.get_transactions()
Because references are returned, it's not threadsafe as ThomasV
pointed out.
10 years ago
Neil Booth
a47881d72b
Move the verified and unverified txs to the wallet.
10 years ago
ThomasV
656560be72
show many address labels in tx default label. fixes #1200
10 years ago
Neil Booth
79de458101
Preparation for moving the set of verified and unverified txs to the wallet.
The verifier will retain responsibility for verification, but will no longer
hold the transaction sets itself.
Change requires_fee to take a wallet.
Add new function add_unverified_tx()
Move get_confirmations() to the wallet from the verifier.
10 years ago
ThomasV
687cc7783f
show unmatured coins in status bar. fixes #1163
10 years ago
ThomasV
25c6a78ae0
fix missing immport
10 years ago
Neil Booth
2fc38332e7
Make it 3-step instead of four. Avoid quadratic insertions.
This is preparation to hopefully fix #1163
10 years ago
ThomasV
75ddc066bb
fix #1181
10 years ago
Neil Booth
db2517b901
Shrink size of changes; functionality unchanged.
10 years ago
Neil Booth
f56413d602
Put title() member func, with localization, in main_window.py
10 years ago
Neil Booth
889174ae19
Show wallet basename in tray tooltip for those of us using multiple wallets
Move basename (and title) logic to the wallet and use those member functions.
10 years ago
ThomasV
cb09d88322
fix bug introduced in 21673c95f4
10 years ago
Maran
21673c95f4
Fix wallet write to support windows
10 years ago
ThomasV
4a28c88946
atomic write wallet file
10 years ago
ThomasV
e8189490e9
store contacts in a separate file, shared between wallets
10 years ago
ThomasV
065145e557
get_history: return empty history if balance check fails
10 years ago
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