electrumx/server
Neil Booth 766da5ed79 Don't maintain a sub_count in controller
Just do a tally occasionally.
It's too tricky to keep it accurate as it double-counts resubscribing to
the same address, for example
2017-01-20 08:09:33 +09:00
..
__init__.py Initial revision 2016-10-08 17:17:43 +09:00
block_processor.py Tweak the shutdown process 2017-01-18 20:28:57 +09:00
controller.py Don't maintain a sub_count in controller 2017-01-20 08:09:33 +09:00
daemon.py JSON results are returned with HTTP status 500 2017-01-17 07:23:58 +09:00
db.py Rework clean shutdown logic 2017-01-16 21:22:24 +09:00
env.py Make flushes and reorgs async 2017-01-09 16:15:17 +09:00
irc.py Clean up shutdown logic and logging 2017-01-16 19:31:57 +09:00
mempool.py Add an RPC call to force a reorg at run-time 2017-01-09 17:14:06 +09:00
session.py The session needs to handle the version command. 2017-01-18 19:50:26 +09:00
storage.py Fix testcase 2017-01-18 08:02:45 +09:00
version.py Prepare 0.10.9 2017-01-18 20:35:24 +09:00