Merge branch 'release-0.4' into develop
This commit is contained in:
commit
64b184b5e6
@ -1,7 +1,7 @@
|
|||||||
version 0.4
|
version 0.4
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
- IRC connectivity. See the notes.
|
- IRC connectivity. See the notes for environment variables, etc.
|
||||||
- logging improvements
|
- logging improvements
|
||||||
|
|
||||||
Version 0.3.2, 0.3.3
|
Version 0.3.2, 0.3.3
|
||||||
|
|||||||
@ -43,7 +43,7 @@ class BlockServer(BlockProcessor):
|
|||||||
self.irc = IRC(env)
|
self.irc = IRC(env)
|
||||||
|
|
||||||
async def caught_up(self, mempool_hashes):
|
async def caught_up(self, mempool_hashes):
|
||||||
await super().caught_up([]) #mempool_hashes)
|
await super().caught_up(mempool_hashes)
|
||||||
if not self.servers:
|
if not self.servers:
|
||||||
await self.start_servers()
|
await self.start_servers()
|
||||||
if self.env.irc:
|
if self.env.irc:
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
VERSION = "ElectrumX 0.3.3"
|
VERSION = "ElectrumX 0.4"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user