Commit Graph

  • bf649e7c9f fix net display mine Chakib Benziane 2017-12-21 02:59:18 +0100
  • 8c264bd74b
    Fix: Up and Down real time bandwidth is reversed patch-2 Chakib Benziane 2017-11-02 15:38:31 +0100
  • 7bcdf07e91 Merge pull request #11 from sp4ke/patch-1 Daniel Edgecumbe 2017-10-05 05:45:47 +0100
  • 0ed1c57f47 use "rpcconnect" instead of "rpcip" in conf file patch-1 Chakib Benziane 2017-10-04 01:13:35 +0200
  • 836163ec21 [console] Handle RPC errors in a basic manner master Daniel Edgecumbe 2017-10-02 20:34:30 +0100
  • df986b9b8d [monitor] Prevent crashing during IBD (handle RPCErrors) Daniel Edgecumbe 2017-10-02 20:30:43 +0100
  • 6fd0ce36de [main] Fix wallet_enabled problems after RPCError tweak Daniel Edgecumbe 2017-10-02 20:04:56 +0100
  • eacd9db179 [block] Remove unused import Daniel Edgecumbe 2017-10-02 20:01:15 +0100
  • 7cf8496fc3 [rpc] Classify RPC errors and add a base class RPCError Daniel Edgecumbe 2017-10-02 19:58:10 +0100
  • f5be6b9cba [rpc] Add RPCTimeout, RPCConnectionError exceptions Daniel Edgecumbe 2017-10-02 19:47:23 +0100
  • 2349c95e8e [rpc] Add RPCError exception; handle it in poll_client Daniel Edgecumbe 2017-10-02 19:34:45 +0100
  • 7d45bd81a7 [peers] Quick fix to out-of-bounds drawing issue Daniel Edgecumbe 2017-10-02 19:12:17 +0100
  • a6ae0e464e Problem: Issue #1, timespec not present in <= Python 3.5 Daniel Edgecumbe 2017-10-02 17:29:06 +0100
  • 7254ad8286 Merge pull request #2 from nshopik/patch-1 Daniel Edgecumbe 2017-10-02 17:21:13 +0100
  • ca59678f01 Update README.md Nikolay Shopik 2017-10-02 12:03:34 +0300
  • 8420fee4aa [README] Bump version to v0.3.1 Daniel Edgecumbe 2017-10-01 23:37:52 +0100
  • 09a1d52b7f [transaction] Override on_mode_change to disable edit mode if leaving mode Daniel Edgecumbe 2017-10-01 23:36:41 +0100
  • eb6528ee1b [block] Override on_mode_change to disable edit mode if leaving mode Daniel Edgecumbe 2017-10-01 23:36:17 +0100
  • 82a32994d6 [transaction] Add manual mode for entering a transaction id Daniel Edgecumbe 2017-10-01 23:32:31 +0100
  • ac2ed66d84 [block] Add manual mode for entering block heights or hashes Daniel Edgecumbe 2017-10-01 23:30:58 +0100
  • 61eadd1a50 Bump version to v0.3.0 Daniel Edgecumbe 2017-10-01 18:39:02 +0100
  • 73b2380557 [img] Update images and animated gif (now includes console) Daniel Edgecumbe 2017-10-01 18:37:18 +0100
  • a717a1323f [README] add feedback section Daniel Edgecumbe 2017-10-01 18:35:50 +0100
  • 135549d720 [README] Update with the new features Daniel Edgecumbe 2017-10-01 18:30:04 +0100
  • 95de5ec147 [console] Add rudimentary debug console mode Daniel Edgecumbe 2017-10-01 18:20:54 +0100
  • 7fda2b0d04 [img] Update images and animated gif (now includes wallet, net, splash) Daniel Edgecumbe 2017-10-01 08:35:16 +0100
  • 9d04c4ec20 [wallet] Fix crash if disablewallet=1 Daniel Edgecumbe 2017-10-01 08:14:36 +0100
  • 1d5f18a550 [transaction] Improve message on 'no transaction loaded' Daniel Edgecumbe 2017-10-01 07:44:38 +0100
  • 8b0ff8112c [wallet] Add wallet view Daniel Edgecumbe 2017-10-01 07:44:22 +0100
  • 282e2cc559 [block] Fix pointless .format method Daniel Edgecumbe 2017-10-01 07:43:05 +0100
  • b0b3bde4d9 [rpc] Import ujson if available, else use json Daniel Edgecumbe 2017-10-01 06:24:11 +0100
  • f3dd4f8a7f Remove unused import. Daniel Edgecumbe 2017-10-01 04:28:12 +0100
  • 3b4ee7cd77 [net] Inform user in the event that network information has not loaded yet Daniel Edgecumbe 2017-10-01 03:17:00 +0100
  • 4ba19eb679 [transaction] Inform user in the event that a transaction is not loaded Daniel Edgecumbe 2017-10-01 03:12:15 +0100
  • 8c46e4b891 [view] Add View class for inheritance to aid in code reuse Daniel Edgecumbe 2017-10-01 02:57:56 +0100
  • b8f686aabc [block] Let the transaction list in block view fill the pad Daniel Edgecumbe 2017-10-01 02:13:56 +0100
  • 1a42b9da6b [net] Add network monitor view Daniel Edgecumbe 2017-10-01 02:13:01 +0100
  • 8bd34d158e [transaction] Add TX_VERBOSE_MODE to show addresses in inputs Daniel Edgecumbe 2017-09-30 21:41:01 +0100
  • 644eaed836 [img] Update images and animated gif Daniel Edgecumbe 2017-09-30 05:52:52 +0100
  • 9cae569e8c [transaction] Add transaction viewer; allow block view to enter transaction view Daniel Edgecumbe 2017-09-30 05:42:35 +0100
  • 3959a2612c [splash] Use DEFAULT_MODE on start Daniel Edgecumbe 2017-09-28 11:07:45 +0100
  • 228481d2ac [block] Add rudimentary transaction list / browser Daniel Edgecumbe 2017-09-28 11:07:11 +0100
  • 1af8f7ab2a Remove some commented unneeded code Daniel Edgecumbe 2017-09-28 03:06:57 +0100
  • 0709fb00e2 [splash] Add the obligatory splash screen on startup Daniel Edgecumbe 2017-09-28 03:06:10 +0100
  • a4dea8dcdd [block] Update prevblock with nextblockhash on new bestblockhash Daniel Edgecumbe 2017-09-28 00:03:58 +0100
  • 2fdf157182 [header] Fix bug: regtest wouldn't fit in the header Daniel Edgecumbe 2017-09-27 23:42:11 +0100
  • ff3d013b7f [monitor] Do not crash if estimatesmartfee returns an odd result Daniel Edgecumbe 2017-09-27 23:41:06 +0100
  • 8786351ece [block] Tweaks to formatting, fix genesis block bug Daniel Edgecumbe 2017-09-27 23:40:48 +0100
  • 6a6ce3c7e4 [block] Add the ability to seek in the block viewer Daniel Edgecumbe 2017-09-27 23:21:40 +0100
  • 2aec076015 [keypress] Let 'q' quit, and disable quitting for all other keys. Daniel Edgecumbe 2017-09-27 22:17:32 +0100
  • 6d9b4dbb21 Add a ModeHandler to handle hotkeys for switching modes and pass through those that are not under its' purview. Daniel Edgecumbe 2017-09-27 22:15:34 +0100
  • 1a0e4933bc [footer] Slight changes to formatting, colour current time Daniel Edgecumbe 2017-09-27 21:16:46 +0100
  • cc567aa599 [block] Add embryonic block view Daniel Edgecumbe 2017-09-27 21:15:26 +0100
  • fe888bd27b [monitor] Add uptime Daniel Edgecumbe 2017-09-27 20:42:19 +0100
  • 11ce261f03 [header] Shift over wallet disabled text and make it red Daniel Edgecumbe 2017-09-27 20:42:02 +0100
  • df40b10bed Add estimatesmartfee to monitor mode Daniel Edgecumbe 2017-09-27 19:19:54 +0100
  • e0bf9041a9 Add mempool statistics display to monitor mode Daniel Edgecumbe 2017-09-27 19:09:16 +0100
  • 52545651db Fix various screen resizing issues; should no longer attempt to draw out of bounds Daniel Edgecumbe 2017-09-27 17:18:09 +0100
  • 0d4a8777e6 Initial commit Daniel Edgecumbe 2017-09-27 06:30:09 +0100