1149 Commits (0546fa73dfc012a925a27b0134132fa7b07e05b8)

Author SHA1 Message Date
SomberNight ad7f8f2cbe
wallet.py: fix balance/history for duplicate addresses 7 years ago
SomberNight 46fdbbbce5
change partial txn serialization format for imported addresses txins 7 years ago
SomberNight 6298e9b458
in Qt send tab, detect invalid multi-line payto when using "!": "insufficient funds" 7 years ago
SomberNight 9365b0f924
RBF: better exception handling 7 years ago
SomberNight 1b834a7a78
fix RBF 7 years ago
SomberNight 05e5ef16eb
transaction.py: more flexible sign() method 7 years ago
SomberNight 11ffc5ca8a
wallet.py: remove placeholder code re p2sh imported wallets 7 years ago
SomberNight a0ba5a7962
change partial txn format: add header. only parse inputs and witness for partial txns. 7 years ago
SomberNight 89040de758
remove "from addresses" from wallet logic 7 years ago
ThomasV 8d5e666d30 support TrustedCoin plugin in the kivy GUI 7 years ago
Harm Aarts e57e55aad8 Remove explicit send calls, part deux (#4408) 7 years ago
SomberNight 1e06b1921e
wallet.py: access unverified_tx with self.lock 7 years ago
SomberNight 060404e17c
wallet/verifier: persist wallet.verified_tx when verifier finishes 7 years ago
SomberNight ee9861f0d5
wallet.py: access verified_tx with lock 7 years ago
SomberNight 6bb7558f75
InvalidPassword undefined in wallet.py 7 years ago
SomberNight 16e4827e8c
use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py 7 years ago
SomberNight b88f0434c5
wallet.py: check_history depends on load_local_history and build_spent_outpoints 7 years ago
Ben Woosley 53320470f5 Format the transaction window fee rate with 1 decimal place (#4286) 7 years ago
SomberNight 0be73ed546
wallet.py: small optimisation for get_wallet_delta 7 years ago
ThomasV 7cee37dfb8 show bitcoin price info in history summary 7 years ago
Dimitris Apostolou 989c9c2b55 Fix typos 7 years ago
SomberNight 8bdf863fca
fix: android HistoryScreen was not displaying fiat value of unconfirmed txns 7 years ago
SomberNight 1935d7d165
wallet.py: remove local transactions that we don't have 7 years ago
SomberNight 7dcefd999f
wallet.py: remove_transaction - make sure we pop from both txi and txo 7 years ago
SomberNight 4fed27610a
wallet.py: load unverified_tx in __init__ 7 years ago
SomberNight 86b1273ec0
wallet.py: minor reordering in __init__ 7 years ago
SomberNight ebcc983566
wallet.py: build local history from txi and txo, not transactions 7 years ago
SomberNight b68f5645cb
fix #4254 7 years ago
SomberNight 7b50790584
do not raise BaseException 7 years ago
SomberNight 92c45ac29a
fix prev: txns might be added in any order 7 years ago
SomberNight 17512f7f47
wallet: speed up get_address_history 7 years ago
SomberNight ffe69cb328
fix #4220 7 years ago
SomberNight 5a508f7b8d
fix #4218 7 years ago
SomberNight 9b7536e75c use explicit utf-8 encoding when opening files in text mode 7 years ago
SomberNight a00439b6f8 fix #4158 7 years ago
SomberNight 7d11812f55 trezor/keepkey/dbb: provide info for all is_mine txn outputs 7 years ago
SomberNight 61a45edee0 Catch wallet file related exceptions in Qt wizard. 7 years ago
SomberNight 8e79d09511 disallow adding receive requests without valid is_mine addresses 7 years ago
ThomasV c3e26a1e2b fix #4098 7 years ago
ThomasV 152ec1447c fix #4100: spent_outpoints does not track everything 7 years ago
ThomasV cf866adfe3 fix #4109 7 years ago
SomberNight a048a00594 close #4102 7 years ago
SomberNight 2c6cf7f80c careful with exceptions.. 7 years ago
SomberNight c13e057701 fix #4080 7 years ago
SomberNight 6f0a7ff420 fix #4077 7 years ago
SomberNight e0cda39ae5 only cache expensive case 7 years ago
SomberNight db0e3cd209 speed-up wallet.get_full_history: cache coin_price 7 years ago
SomberNight d002549176 wallet.get_full_history: only do fiat calc, if enabled 7 years ago
ThomasV ade7cce144 fix #4034 7 years ago
SomberNight 81666bf9ac fix #4026 7 years ago