769 Commits (e6dbe621c6976d4a57d3d16308d9ee8759af9ea2)

Author SHA1 Message Date
ThomasV 0938299e9b move payment requests logic to wallet, add basic commands 10 years ago
ThomasV 5cd3bfedb6 always pass coins to wallet.make_unsigned_transactions. fix \! shortcut in commands 10 years ago
Neil Booth 320f9a3790 get_spendable_coins and frozen addrs 10 years ago
Neil Booth 0f29984f07 Speed up freezing and unfreezing of many addresses 10 years ago
ThomasV 92a158b910 proper handling of arg_types. add more options for listaddresses 10 years ago
Neil Booth 4eaff5678d Avoid change address reuse if possible 10 years ago
ThomasV 9dc8393cf6 move import test to wallet.py 10 years ago
Neil Booth 05cb9975cb Fix calls to update_fee 10 years ago
ThomasV dd8493f97e make coin selection a bit faster 10 years ago
ThomasV ae957f3736 make_transaction: remove unneeded inputs 10 years ago
ThomasV 89c277de9d fix pruning error in #1223 10 years ago
Neil Booth 77490e4764 Flush wallet storage once for a sequence of puts. 10 years ago
Neil Booth 33a8348d48 Prevent race with two electrum instances on same wallet. 10 years ago
ThomasV 7b27f01e07 call fsync before rename 10 years ago
ThomasV 7e9153aaa4 test if labels exist before loop. don't raise if a label cannot be converted 10 years ago
Azelphur fe5be618db Convert old latin1 labels, Raise exception if json conversion fails. 10 years ago
ThomasV 59a9e4f710 fix new_wallet and seed language 10 years ago
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. 10 years ago
Neil Booth 37c3cce329 Remove wallet.get_transactions() 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. 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. 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 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