Browse Source

Merge branch 'release-0.4' into develop

master
Neil Booth 8 years ago
parent
commit
64b184b5e6
  1. 2
      docs/RELEASE-NOTES
  2. 2
      server/protocol.py
  3. 2
      server/version.py

2
docs/RELEASE-NOTES

@ -1,7 +1,7 @@
version 0.4
-----------
- IRC connectivity. See the notes.
- IRC connectivity. See the notes for environment variables, etc.
- logging improvements
Version 0.3.2, 0.3.3

2
server/protocol.py

@ -43,7 +43,7 @@ class BlockServer(BlockProcessor):
self.irc = IRC(env)
async def caught_up(self, mempool_hashes):
await super().caught_up([]) #mempool_hashes)
await super().caught_up(mempool_hashes)
if not self.servers:
await self.start_servers()
if self.env.irc:

2
server/version.py

@ -1 +1 @@
VERSION = "ElectrumX 0.3.3"
VERSION = "ElectrumX 0.4"

Loading…
Cancel
Save