Commit Graph

27 Commits

Author SHA1 Message Date
Neil Booth 49797c3094 Create a Plugins class
Encapsulates plugin logic and removes global variable ugliness.
2015-09-03 12:02:03 +09:00
ThomasV 92e0744470 Refactoring of daemon:
* gui and daemon are in the same process
 * commands that require network are sent to the daemon
 * open only one gui window per wallet
2015-08-30 11:31:51 +02:00
ThomasV 43880d452e dynamic fees 2015-08-05 15:45:28 +02:00
Neil Booth 03e53a5e01 Create a constant for 100000000 and use it
Use same name as is in bitcoind.
Note that one of the constants in text.py had the wrong number
of zeroes previously...
2015-06-01 14:53:36 +09:00
Neil Booth 4f6d2f3d32 Put getting of auto_cycle into one place.
Default to False consistently; this may change the behaviour of
network.py's get_parameters().
2015-05-25 14:09:43 +09:00
ThomasV 5160f46ca1 fix proxy value in text gui 2015-05-11 08:19:19 +02:00
venzen 9658ba137f replaced renamed network and wallet attributes self.network.default_server and self.wallet.fee (fixed indentation) 2015-05-10 17:28:02 +07:00
venzen 367315a4de replaced renamed network and wallet attributes self.network.default_server and self.wallet.fee 2015-05-10 17:20:56 +07:00
ThomasV c2a4252065 do not pass config to storage. request height from network_proxy if connected 2015-05-08 10:58:54 +02:00
ThomasV 687cc7783f show unmatured coins in status bar. fixes #1163 2015-05-05 20:52:14 +02:00
ThomasV 782522fb71 update guis for new contacts 2015-04-23 12:46:52 +02:00
ThomasV eaa91683da text gui: cap size of labels 2015-03-31 22:07:32 +02:00
ThomasV f051a3e577 update occurences of get_history 2015-03-30 20:17:24 +02:00
ThomasV e3de121be9 store deserialized tx in/out in wallet file for fast computation 2015-03-30 14:10:46 +02:00
ThomasV 4fdeb52f7d update text gui 2014-07-28 09:31:07 +02:00
ortutay 4edfc6d82e Coinbase BuyBack plugin 2014-01-05 00:19:23 -08:00
Bryan Stitt 6cd4ed486a fix more bare excepts 2013-11-10 12:30:57 -08:00
Bryan Stitt f0eb0eccde replace BaseException with Exception 2013-11-09 20:21:02 -08:00
Michael Kramlich 09b0eeedfb curses text UI now says Offline (rather than 'Not connected') when started in --offline mode; this matches the main Qt UI 2013-11-05 12:24:21 -07:00
Michael Kramlich 825a55289d curses text UI will call wallet.start_threads(network) even in --offline mode 2013-11-05 12:09:00 -07:00
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) 2013-11-05 11:51:28 -07:00
Michael Kramlich 0447af4593 curses text UI: displays Unicode more correctly in History/Receive/Contacts/Wall tabs 2013-11-04 20:29:49 -07:00
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 2013-11-04 16:34:47 -07:00
ThomasV 19063d2395 text gui: save the history to speed up display 2013-10-07 10:48:44 +02:00
ThomasV caef81e623 fixes for text gui 2013-10-07 10:34:51 +02:00
ThomasV c9acbe1912 update text gui 2013-10-07 10:18:25 +02:00
rofl0r f3c01e192d re-add text gui (ncurses)
removed in 2c0814f0d3
probably by mistake.
2013-09-26 05:24:48 +02:00