45 Commits (11377de3986124bbd9cc451ae204e6c180b6fb40)

Author SHA1 Message Date
ThomasV a8c23f9bf0 always display a receiving address (fix #2031) 8 years ago
ThomasV dbe9f17ba5 fix bug in text gui 8 years ago
ThomasV 2ca0437898 fix text gui. fixes #2002 8 years ago
ThomasV 1a46a795a5 detect non-final transactions, and transactions with unconfirmed inputs 9 years ago
ThomasV 96f144eb03 make sure the broadcast tx thread always times out 9 years ago
ThomasV f1822a9603 pending->unconfirmed 9 years ago
Neil Booth 58d5215e2e No need to pass daemon and network together 9 years ago
ThomasV fe9ec6de06 reformatting 9 years ago
ThomasV 0d52911561 define constants for tx output types 9 years ago
ThomasV d57af0db33 Revert "Fix 'need more than 2 values to unpack' error." 9 years ago
ThomasV 62868ab29a Register loaded wallets in daemon, to prevent a wallet from being opened twice. 9 years ago
ThomasV 9d3162b1a1 simplify get_label 9 years ago
ThomasV 47e5bd653a add a color pair for qr code 9 years ago
ThomasV 88c238dda7 fix Settings dialog in text gui 9 years ago
Neil Booth ae4cfc9f0b Unregister network callbacks from QT gui 9 years ago
Neil Booth afb5013272 Remove non-existent callbacks and handlers 9 years ago
ThomasV 3ae3dbd80c add qrcode to text gui 9 years ago
Juraj Variny 812399f51d Fix 'need more than 2 values to unpack' error. 9 years ago
Neil Booth 49797c3094 Create a Plugins class 9 years ago
ThomasV 92e0744470 Refactoring of daemon: 9 years ago
ThomasV 43880d452e dynamic fees 9 years ago
Neil Booth 03e53a5e01 Create a constant for 100000000 and use it 10 years ago
Neil Booth 4f6d2f3d32 Put getting of auto_cycle into one place. 10 years ago
ThomasV 5160f46ca1 fix proxy value in text gui 10 years ago
venzen 9658ba137f replaced renamed network and wallet attributes self.network.default_server and self.wallet.fee (fixed indentation) 10 years ago
venzen 367315a4de replaced renamed network and wallet attributes self.network.default_server and self.wallet.fee 10 years ago
ThomasV c2a4252065 do not pass config to storage. request height from network_proxy if connected 10 years ago
ThomasV 687cc7783f show unmatured coins in status bar. fixes #1163 10 years ago
ThomasV 782522fb71 update guis for new contacts 10 years ago
ThomasV eaa91683da text gui: cap size of labels 10 years ago
ThomasV f051a3e577 update occurences of get_history 10 years ago
ThomasV e3de121be9 store deserialized tx in/out in wallet file for fast computation 10 years ago
ThomasV 4fdeb52f7d update text gui 10 years ago
ortutay 4edfc6d82e Coinbase BuyBack plugin 11 years ago
Bryan Stitt 6cd4ed486a fix more bare excepts 11 years ago
Bryan Stitt f0eb0eccde replace BaseException with Exception 11 years ago
Michael Kramlich 09b0eeedfb curses text UI now says Offline (rather than 'Not connected') when started in --offline mode; this matches the main Qt UI 11 years ago
Michael Kramlich 825a55289d curses text UI will call wallet.start_threads(network) even in --offline mode 11 years ago
Michael Kramlich 583bb8f2f1 FIX: make the curses text UI not crash when started in --offline mode (matching ThomasV's recent changes to the other UIs) 11 years ago
Michael Kramlich 0447af4593 curses text UI: displays Unicode more correctly in History/Receive/Contacts/Wall tabs 11 years ago
Michael Kramlich 724cb06816 FIX: fixes issue 356 where if an address label contained Unicode it could cause the text UI client (curses) to crash; this fix should work for both the History, Receive, Contacts and Wall tabs 11 years ago
ThomasV 19063d2395 text gui: save the history to speed up display 11 years ago
ThomasV caef81e623 fixes for text gui 11 years ago
ThomasV c9acbe1912 update text gui 11 years ago
rofl0r f3c01e192d re-add text gui (ncurses) 11 years ago