Release preparation
This commit is contained in:
parent
db29121d58
commit
48f0d5456c
@ -1,7 +1,12 @@
|
|||||||
Version 0.1
|
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
|
Version 0.07
|
||||||
------------
|
------------
|
||||||
|
|||||||
@ -75,7 +75,7 @@ class Daemon(util.LoggedClass):
|
|||||||
try:
|
try:
|
||||||
result = await self.post(data)
|
result = await self.post(data)
|
||||||
if prior_msg:
|
if prior_msg:
|
||||||
self.logger.error('connection successfully restored')
|
self.logger.info('connection successfully restored')
|
||||||
return result
|
return result
|
||||||
except asyncio.TimeoutError:
|
except asyncio.TimeoutError:
|
||||||
msg = 'timeout error'
|
msg = 'timeout error'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user