1651 Commits (5997c18aef7200d8367014707f9212b440372010)

Author SHA1 Message Date
Abdussamad 5997c18aef better code organization 7 years ago
SomberNight 93619c8341 make qt gui even more resistant against ill-formed txns 7 years ago
ThomasV 9f7e256e39 cleanup get_full_history. fix #3939 7 years ago
SomberNight 6f5751977b local tx: restructure exception handling wrt wallet.add_transaction and QT 7 years ago
SomberNight febaedcd36 crash reporting: catch exceptions from requests.post 7 years ago
SomberNight 51c235a8be privkeys WIF: store in extended WIF internally; export as "txin_type:old_wif" 7 years ago
ThomasV 9110c0542c follow-up previous commit 7 years ago
ThomasV 826cf467d8 Improve wallet history tab: 7 years ago
SomberNight c4d31674ab follow-up c3fd7db3107cf0dc64c68b6a069fac4aec148db5: editable_columns is now a set 7 years ago
SomberNight c3fd7db310 fix minor bug in qt/history_list 7 years ago
SomberNight fe1e412f01 catch some exceptions during GUI init 7 years ago
Johann Bauer 08b9908f6e
Make it harder for altcoins to accidentally use our crashhub 7 years ago
SomberNight 909c063eb1 contact/invoice import: better exception handling. 7 years ago
SomberNight 7f04c30567 qt: if cannot load wallet, print trace 7 years ago
SomberNight 172efb3611 follow-up 0f16bcdc1f 7 years ago
ThomasV 0f16bcdc1f Capital gains: 7 years ago
ThomasV 1471489969 fix: value can be None 7 years ago
SomberNight 15f7e09131 use config.is_dynfee and config.use_mempool_fees 7 years ago
ThomasV 4cbdd25c93 Capital gains: Let user enter fiat value of transactions. 7 years ago
ThomasV 42a16d9c3e computation of capital gains for outgoing transactions 7 years ago
ThomasV 3f954a8b3d Factorize history export code used in GUI and command line. 7 years ago
SomberNight 710eda1a56 coinchooser: make output value rounding configurable (config var, qt) 7 years ago
SomberNight c9d93d30c7 fix #3877 7 years ago
SomberNight d56dba8039 watch-only wallets can't sign or decrypt messages 7 years ago
SomberNight 5095687d63 fee rounding: num sats displayed in dialog too, besides tooltip 7 years ago
ThomasV f5d557cae9 improve fee tooltips 7 years ago
SomberNight ca19a36478 conflicting transactions 7 years ago
SomberNight d466ef4b73 missing whitespace in transaction_dialog.py 7 years ago
Johann Bauer 9e057e5446 Reset scroll position after updating list 7 years ago
ThomasV f39f43d58c fix #3845 7 years ago
ThomasV c3f3843cc3 Add memory pool based fee estimates 7 years ago
SomberNight 0021dbfceb address filter: (qt gui) add "all" filter option besides "receiving" and "change" 7 years ago
SomberNight ffdc36285b use string.format instead of old style (%) formatting 7 years ago
SomberNight 52acb7ab66 gui remove_local_tx: update all tabs 7 years ago
SomberNight 5522e9ea9f TX_ICONS list between kivy and qt needs to be kept in sync 7 years ago
SomberNight b80eacf7bf fix #3016 7 years ago
SomberNight 5c1da002ad local_tx: allow saving already signed tx through tx dialog 7 years ago
Johann Bauer 91e44ba6fc Show error window for unhandled exceptions 8 years ago
SomberNight 1bf54a0bc5 clean-up in gui/qt/main_window.py: use string.format for translated strings, and some indentation 7 years ago
Johann Bauer 2a1e5238c8 Allow user to save transaction from dialog 7 years ago
Johann Bauer 8676e870f3 Raise exception if transaction is not related to wallet 7 years ago
SomberNight c811c5c9d9 allow encrypting watch-only wallets. initial support for hw wallet storage encryption. 7 years ago
SomberNight 7f3b627aa4 make wallet.get_address_index faster by storing an addr->index dict 7 years ago
Johann Bauer e184ac888f Make sure to save changes to transactions on disk 7 years ago
Johann Bauer 95da5a8bed Enable adding transactions from file through Drag and Drop 7 years ago
Johann Bauer fbcee9a6f6 Also remove child transactions 7 years ago
Johann Bauer 887e06eebb Set icon for offline transactions 7 years ago
Johann Bauer 5e9d901794 Allow to remove local transactions from the GUI 7 years ago
ThomasV e6dd3e6ad8 allow to save unbroadcasted transactions in wallet 7 years ago
Johann Bauer 3dd4285fc5 Change number of zero when base unit changes 7 years ago