electrumx/server
Neil Booth cb33dd115f Clean up client notifications
- mempool informed of new block; it notifies controller synchronously
- controller notifies sessions synchronously
- sessions are notified of new height synchronously.  Any address touch
notifications are returned to the controller and scheduled
asynchronously.

Also, remove a redundant notification of height on initial header
subscriptions - the subscription response gives the current height;
we also used to send a notification as we didn't update our idea
of notified height.
2017-11-27 18:22:32 +09:00
..
__init__.py Initial revision 2016-10-08 17:17:43 +09:00
block_processor.py Clean up client notifications 2017-11-27 18:22:32 +09:00
controller.py Clean up client notifications 2017-11-27 18:22:32 +09:00
daemon.py fix: estimatesmartfee when there is no feerate from daemon (#306) 2017-11-04 00:21:46 +07:00
db.py Keep P2PK scripts separate from P2PKH scripts 2017-10-12 14:02:22 +09:00
env.py Remove IRC support 2017-11-27 15:05:42 +09:00
mempool.py Clean up client notifications 2017-11-27 18:22:32 +09:00
peers.py Remove IRC support 2017-11-27 15:05:42 +09:00
session.py Clean up client notifications 2017-11-27 18:22:32 +09:00
storage.py recommendations from pycodestyle (pep8 style) 2017-02-07 20:12:50 -08:00
version.py Prepare 1.2.1 2017-11-27 16:36:31 +09:00