127 Commits (76e67daadd658eb647669bd8e595c0f72cc93086)

Author SHA1 Message Date
ThomasV e0122f8c63 disable save button for partially signed tx 7 years ago
SomberNight 1f1ce26211 fix transaction dialog for p2pk input 7 years ago
SomberNight 6f0a7ff420 fix #4077 7 years ago
SomberNight 02c0096b55 qt addresses tab: new column for type 7 years ago
SomberNight 93619c8341 make qt gui even more resistant against ill-formed txns 7 years ago
SomberNight 6f5751977b local tx: restructure exception handling wrt wallet.add_transaction and QT 7 years ago
SomberNight 4ddda74dad clean up fees a bit 7 years ago
SomberNight ca19a36478 conflicting transactions 7 years ago
SomberNight d466ef4b73 missing whitespace in transaction_dialog.py 7 years ago
ThomasV c3f3843cc3 Add memory pool based fee estimates 7 years ago
SomberNight ffdc36285b use string.format instead of old style (%) formatting 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 2a1e5238c8 Allow user to save transaction from dialog 7 years ago
SomberNight 4435a6c9c7 use tx.txid() instead of tx.hash() 7 years ago
SomberNight e65b598756 use the send tab when sweeping (qt gui) 7 years ago
Justin Turner Arthur 857eb4ac1d Remove unused imports. Explicitly import a few deep imports. 7 years ago
ThomasV aee27e7007 increase width of tx window, because segwit addresses are longer 7 years ago
ThomasV 7578ce2331 cleanup py2 compatibility imports 7 years ago
Johann Bauer 027821d7aa Follow-up #2983 7 years ago
neocogent 7a92750ea5 add sat/byte fee info and fee_unit pref 8 years ago
SomberNight 4ac162f18b migration to PyQt5. initial commit. 7 years ago
ThomasV c3388d9677 misc python3 updates: 8 years ago
Dmitry Sorokin f02d18226b misc ui and lib fixes for py3 8 years ago
Dmitry Sorokin 5be78950ca py3 8 years ago
ThomasV 1d84029173 input_script: return txin.scriptSig if available. replace txin.is_coinbase with type. fixes #2321 8 years ago
ThomasV 0a8f9d49ea add label for size in tx window. use base_unit for fee 8 years ago
neocogent eb41e23f39 Add more fee info to tx details, update tx estimated_size method. 8 years ago
ThomasV 23c8684448 qt: show both sign and broadcast buttons in tx dialog 8 years ago
ThomasV 3062a62cf9 fix #1989 8 years ago
ThomasV c934c5d55c tx window can show amount even if we are not synchronized 8 years ago
ThomasV b6393cbdf2 display 'low fee' in tx dialog 9 years ago
ThomasV 9896718f09 get_tx_info: fix types 9 years ago
ThomasV 5af7139598 kivy: handle 'verified' event 9 years ago
ThomasV 7f7aa97e2e tx dialog: fix confirmation time estimate 9 years ago
ThomasV b94a7920af factorize code used for tx dialogs 9 years ago
ThomasV f2d2d61894 add expected confirmation time to tx dialog 9 years ago
ThomasV bdb4958a34 for unconfirmed transactions, show fee sent by server 9 years ago
ThomasV 0843aaafb5 gat_wallet_delta: reverse sign of returned fee 9 years ago
ThomasV 403fbdd39e rename is_send -> is_mine 9 years ago
ThomasV bce42cb496 minor fix 9 years ago
ThomasV 1a46a795a5 detect non-final transactions, and transactions with unconfirmed inputs 9 years ago
Neil Booth 467b0c0973 tx_dialog: make a deep copy of the tx 9 years ago
ThomasV 305843999e Relicensing 9 years ago
ThomasV cc526a8734 tx dialog: don't use tx.raw 9 years ago
Neil Booth c0295c767e tx_dialog: prompt if signed but not saved 9 years ago
Neil Booth 38a8385287 Remove stale comment 9 years ago
Neil Booth f92843bb10 Top level window fix for tx_dialog and h/w wallets 9 years ago
ThomasV d200b236ae replace tx.input, tx.output by methods, so that deserialize calls are encapsulated 9 years ago
Neil Booth d9a84875dc Fix prior; keep tx dialog as top-level window 9 years ago