55 Commits (master)
 

Author SHA1 Message Date
Daniel Edgecumbe 836163ec21 [console] Handle RPC errors in a basic manner 7 years ago
Daniel Edgecumbe df986b9b8d [monitor] Prevent crashing during IBD (handle RPCErrors)
We also now ensure that the best block, coinbase etc are in sync with the
bestblockhash when we draw them.
7 years ago
Daniel Edgecumbe 6fd0ce36de [main] Fix wallet_enabled problems after RPCError tweak 7 years ago
Daniel Edgecumbe eacd9db179 [block] Remove unused import 7 years ago
Daniel Edgecumbe 7cf8496fc3 [rpc] Classify RPC errors and add a base class RPCError 7 years ago
Daniel Edgecumbe f5be6b9cba [rpc] Add RPCTimeout, RPCConnectionError exceptions
Handle them in poll_client and wallet_enabled
7 years ago
Daniel Edgecumbe 2349c95e8e [rpc] Add RPCError exception; handle it in poll_client 7 years ago
Daniel Edgecumbe 7d45bd81a7 [peers] Quick fix to out-of-bounds drawing issue 7 years ago
Daniel Edgecumbe a6ae0e464e Problem: Issue #1, timespec not present in <= Python 3.5 7 years ago
Daniel Edgecumbe 7254ad8286 Merge pull request #2 from nshopik/patch-1
Update README.md
7 years ago
Nikolay Shopik ca59678f01 Update README.md 7 years ago
Daniel Edgecumbe 8420fee4aa [README] Bump version to v0.3.1 7 years ago
Daniel Edgecumbe 09a1d52b7f [transaction] Override on_mode_change to disable edit mode if leaving mode 7 years ago
Daniel Edgecumbe eb6528ee1b [block] Override on_mode_change to disable edit mode if leaving mode 7 years ago
Daniel Edgecumbe 82a32994d6 [transaction] Add manual mode for entering a transaction id 7 years ago
Daniel Edgecumbe ac2ed66d84 [block] Add manual mode for entering block heights or hashes 7 years ago
Daniel Edgecumbe 61eadd1a50 Bump version to v0.3.0 7 years ago
Daniel Edgecumbe 73b2380557 [img] Update images and animated gif (now includes console) 7 years ago
Daniel Edgecumbe a717a1323f [README] add feedback section 7 years ago
Daniel Edgecumbe 135549d720 [README] Update with the new features 7 years ago
Daniel Edgecumbe 95de5ec147 [console] Add rudimentary debug console mode 7 years ago
Daniel Edgecumbe 7fda2b0d04 [img] Update images and animated gif (now includes wallet, net, splash) 7 years ago
Daniel Edgecumbe 9d04c4ec20 [wallet] Fix crash if disablewallet=1 7 years ago
Daniel Edgecumbe 1d5f18a550 [transaction] Improve message on 'no transaction loaded' 7 years ago
Daniel Edgecumbe 8b0ff8112c [wallet] Add wallet view 7 years ago
Daniel Edgecumbe 282e2cc559 [block] Fix pointless .format method 7 years ago
Daniel Edgecumbe b0b3bde4d9 [rpc] Import ujson if available, else use json 7 years ago
Daniel Edgecumbe f3dd4f8a7f Remove unused import. 7 years ago
Daniel Edgecumbe 3b4ee7cd77 [net] Inform user in the event that network information has not loaded
yet
7 years ago
Daniel Edgecumbe 4ba19eb679 [transaction] Inform user in the event that a transaction is not loaded 7 years ago
Daniel Edgecumbe 8c46e4b891 [view] Add View class for inheritance to aid in code reuse 7 years ago
Daniel Edgecumbe b8f686aabc [block] Let the transaction list in block view fill the pad 7 years ago
Daniel Edgecumbe 1a42b9da6b [net] Add network monitor view 7 years ago
Daniel Edgecumbe 8bd34d158e [transaction] Add TX_VERBOSE_MODE to show addresses in inputs 7 years ago
Daniel Edgecumbe 644eaed836 [img] Update images and animated gif 7 years ago
Daniel Edgecumbe 9cae569e8c [transaction] Add transaction viewer; allow block view to enter
transaction view
7 years ago
Daniel Edgecumbe 3959a2612c [splash] Use DEFAULT_MODE on start 7 years ago
Daniel Edgecumbe 228481d2ac [block] Add rudimentary transaction list / browser 7 years ago
Daniel Edgecumbe 1af8f7ab2a Remove some commented unneeded code 7 years ago
Daniel Edgecumbe 0709fb00e2 [splash] Add the obligatory splash screen on startup
Also fix a bunch of asyncio nonsense going on.
7 years ago
Daniel Edgecumbe a4dea8dcdd [block] Update prevblock with nextblockhash on new bestblockhash 7 years ago
Daniel Edgecumbe 2fdf157182 [header] Fix bug: regtest wouldn't fit in the header 7 years ago
Daniel Edgecumbe ff3d013b7f [monitor] Do not crash if estimatesmartfee returns an odd result 7 years ago
Daniel Edgecumbe 8786351ece [block] Tweaks to formatting, fix genesis block bug 7 years ago
Daniel Edgecumbe 6a6ce3c7e4 [block] Add the ability to seek in the block viewer 7 years ago
Daniel Edgecumbe 2aec076015 [keypress] Let 'q' quit, and disable quitting for all other keys. 7 years ago
Daniel Edgecumbe 6d9b4dbb21 Add a ModeHandler to handle hotkeys for switching modes and pass through
those that are not under its' purview.
7 years ago
Daniel Edgecumbe 1a0e4933bc [footer] Slight changes to formatting, colour current time 7 years ago
Daniel Edgecumbe cc567aa599 [block] Add embryonic block view 7 years ago
Daniel Edgecumbe fe888bd27b [monitor] Add uptime 7 years ago