Browse Source

Prepare 0.5 release

master
Neil Booth 8 years ago
parent
commit
c22366c1cc
  1. 2
      README.rst
  2. 9
      docs/RELEASE-NOTES
  3. 2
      server/version.py

2
README.rst

@ -79,7 +79,7 @@ ElectrumX should not have any need of threads.
Roadmap
=======
- store all UTXOs, not just those with addresses
- come up with UTXO root logic and implement it
- test a few more performance improvement ideas
- implement light caching of client responses
- yield during expensive requests and/or penalize the connection

9
docs/RELEASE-NOTES

@ -1,3 +1,12 @@
version 0.5
-----------
- DB change: all UTXOs, including those that are not canonically paying to
an address, are stored in the DB. So an attempt to spend a UTXO not in
the DB means corruption. DB version bumped to 2; older versions will not
work
- fixed issue #17: the genesis coinbase is not in the UTXO set
version 0.4.3
-------------

2
server/version.py

@ -1 +1 @@
VERSION = "ElectrumX 0.4.3"
VERSION = "ElectrumX 0.5"

Loading…
Cancel
Save