Browse Source

Prepare for release

master
Neil Booth 8 years ago
parent
commit
0ccea80fc3
  1. 1
      README.rst
  2. 11
      RELEASE-NOTES
  3. 2
      server/version.py

1
README.rst

@ -68,7 +68,6 @@ Roadmap
=======
- test a few more performance improvement ideas
- handle the mempool
- implement light caching of client responses
- yield during expensive requests and/or penalize the connection
- improve DB abstraction so LMDB is not penalized

11
RELEASE-NOTES

@ -1,3 +1,14 @@
Version 0.06
------------
- mempool support. ElectrumX maintains a representation of the daemon's
mempool and serves unconfirmed transactions and balances to clients.
Version 0.05
------------
- fixed a bug in 0.04 that stopped ElectrumX serving once synced
Version 0.04
------------

2
server/version.py

@ -1 +1 @@
VERSION = "ElectrumX 0.05"
VERSION = "ElectrumX 0.06"

Loading…
Cancel
Save