687 Commits (c0858f314f16162f39b3034af85d8be59be84e39)

Author SHA1 Message Date
Michael Wozniak 523aa7c380 update restore multisig to add type 9 years ago
ThomasV 765ef338ec fix multisig seed detection 9 years ago
ThomasV 56b3c98332 generic m of n multisig 9 years ago
ThomasV 74d26f5bdc better error message 9 years ago
ThomasV d09a10e0f7 fix is_used for unmatured tx 9 years ago
ThomasV 10740470cc fix requests_dir bug 9 years ago
ThomasV 1fbbd5d65d require network to show request status 9 years ago
ThomasV 317a9de71d check amount before calling make_payment_request 10 years ago
ThomasV 8995cdbf14 rename fields: 'time' -> 'timestamp', payment_requests 10 years ago
ThomasV 357c405ac6 fix publish_request 10 years ago
ThomasV 9bd94e5062 refactor payment requests 10 years ago
ThomasV 48e53498db improve requests 10 years ago
Neil Booth 98bea614d8 Implement BIP-LI01. 10 years ago
ThomasV ab60da89ac Add a help group for config variables. Change name of ssl variables 10 years ago
ThomasV fb6a74e034 fix typo 10 years ago
ThomasV 3188ff05a3 fix is_watching_only 10 years ago
ThomasV 088d8e8415 show request status 10 years ago
ThomasV 2727df962e requests: store path not url 10 years ago
ThomasV b9e4825422 fix request_dir variable 10 years ago
ThomasV d41785c783 save payment requests in requests_dir 10 years ago
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