Release preparation

This commit is contained in:
Neil Booth 2016-11-06 08:48:38 +09:00
parent db29121d58
commit 48f0d5456c
2 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,12 @@
Version 0.1
------------
- added setup.py, experimental
- added setup.py, experimental. Because of this server_main.py renamed
electrumx_server.py, and SERVER_MAIN environment variable was renamed
to ELECTRUMX. The sample run script was updated to match.
- improvements to logging of daemon connection issues
- removal of old reorg test code
- hopefully more accurate sync ETA
Version 0.07
------------

View File

@ -75,7 +75,7 @@ class Daemon(util.LoggedClass):
try:
result = await self.post(data)
if prior_msg:
self.logger.error('connection successfully restored')
self.logger.info('connection successfully restored')
return result
except asyncio.TimeoutError:
msg = 'timeout error'