58 Commits (6b09d478a5d29dbae5181c61dabcfd7c2efd0bc2)

Author SHA1 Message Date
SomberNight 4435a6c9c7 use tx.txid() instead of tx.hash() 7 years ago
Justin Turner Arthur 9a0aa9b478 Remove Python 2 support imports. 7 years ago
SomberNight 97d45c7c30 fix typo: text gui with no wallet 7 years ago
SomberNight db1d632ddb fix: [text UI] Send tab: up and down movement 7 years ago
SomberNight cf6d6608eb fix: [text UI] changing proxy 7 years ago
SomberNight 555fe4373e py3 fixes in text UI 7 years ago
ThomasV b9da5afa9d replace bitcoin.is_valid 7 years ago
ThomasV c3388d9677 misc python3 updates: 8 years ago
Dmitry Sorokin 5be78950ca py3 8 years ago
ThomasV b262e5bf3b fix #2384 8 years ago
ThomasV dcffea150e store contacts and invoices in wallet file. fix #1482 8 years ago
ThomasV 411832c4ce cleanup storage and fix tracvis test 8 years ago
ThomasV fcc92c1ebd Wallet file encryption: 8 years ago
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