968 Commits (5c6544a296e929f6f7230b4f3a2ae4961126ad0f)

Author SHA1 Message Date
SomberNight 3851e78454 fix #3526 7 years ago
SomberNight ec99304ae1 fix sweeping for 2fa wallets 7 years ago
SomberNight 2a3c41b24f coinchooser: "privacy" policy now prefers confirmed coins. removed "priority" policy. 7 years ago
Johann Bauer c01fe8fa98 Add Testnet to main window title in testnet mode 7 years ago
SomberNight d403c59ad7 fix #3486 7 years ago
SomberNight f492021195 fix: openalias resolution unnecessarily blocks gui for some payto 7 years ago
Sameer Zahid a9a5647a9d Make balance text in statusBar selectable 7 years ago
SomberNight e65b598756 use the send tab when sweeping (qt gui) 7 years ago
ThomasV 2ea59aad14 fix #3345: do not require a wallet in order to sweep 7 years ago
SomberNight b950904ef4 follow-up #3361 (notifications for incoming transactions) 7 years ago
Johann Bauer 33d82aa121 Show notifications for incoming transactions 7 years ago
Justin Turner Arthur 857eb4ac1d Remove unused imports. Explicitly import a few deep imports. 7 years ago
SomberNight c65d01ea96 file i/o: use 'with' keyword 7 years ago
SomberNight f8518c78d8 remove Transaction.requires_fee() 7 years ago
SomberNight 3d002939f9 fix py3: do_export_history 7 years ago
SomberNight 83443732c4 fix: deleting a passworded wallet did not work 7 years ago
SomberNight b28f8b3ebd make tx deserialization more robust to ill-formed tx 7 years ago
SomberNight 291716d2e6 fix: exporting privkeys multiple times 7 years ago
ThomasV f5ade2da86 clarify message 7 years ago
Johann Bauer f6e7d29998 Use combo box instead of buttons to filter address tab 7 years ago
SomberNight 7c3a0905ce fix #3134 7 years ago
SomberNight 0d0f8c5842 fix: payment request related stuff (qt crash, exporting, refresh bug) 7 years ago
ThomasV e7d4bf2945 fix typo 7 years ago
ThomasV 52a482a9b5 display segwit warning in privkey window 7 years ago
ThomasV 337675d134 add safety notice 7 years ago
SomberNight 523de69b5e Introduced BasePlugin.can_user_disable(). TrustedCoin plugin can't be disabled by user. 7 years ago
ThomasV 4c88159efb move delete button to menu 7 years ago
ThomasV 4297270aae fix #2593: add delete button 7 years ago
ThomasV fae4c8cd00 wallet information dialog 7 years ago
ThomasV b8c7edf070 return bytes in scan_barcode 7 years ago
SomberNight d4a180da7c follow-up 198cc9d737 7 years ago
ThomasV 198cc9d737 fix #2614: define non-linear scale for static fees 7 years ago
neocogent 7a92750ea5 add sat/byte fee info and fee_unit pref 8 years ago
ThomasV 6b8f685b42 fix #3027 7 years ago
ThomasV 401d8bc534 fix #2890 7 years ago
ThomasV 01108d8b47 address tab: replace tree view with buttons 7 years ago
ThomasV e299df7b82 add message signing/decryption for segwit addresses 7 years ago
SomberNight 4aa385e0b3 follow-up of wallet.get_private_key() -> wallet.export_private_key() 7 years ago
Johann Bauer 5c2beb4ab5 Adjust colors if dark color scheme is used 7 years ago
jrkong 1cf1f05938 Fixed syntax error with utf-8 encoding argument was spelt "utf8" instead of "utf-8". This will cause the reader to read the files using default encoding rather then utf-8. 7 years ago
SomberNight 67f418e94d fix: saving payment request as bip70 file 7 years ago
ThomasV e8b564c0e7 Extend Wallet Import Format with txin type. Extend class Imported_Wallet. 7 years ago
SomberNight 6d6f5683cb fix: return type of QFileDialog.getSaveFileName() changed 7 years ago
SomberNight e43481aafc fix prev commit: name collisions with _() 7 years ago
SomberNight f1a4f998d2 fix: return type of QFileDialog.getOpenFileName() changed 7 years ago
SomberNight 8799809477 fix qt plugins crash 7 years ago
SomberNight 4ac162f18b migration to PyQt5. initial commit. 7 years ago
ThomasV 29aaa1c4c4 fix #2840 7 years ago
ThomasV b9da5afa9d replace bitcoin.is_valid 7 years ago
ThomasV 32dee14fd0 show error message when parsing empty tx 7 years ago