Browse Source

Prepare 0.10.7

master
Neil Booth 8 years ago
parent
commit
0dfdfaba7e
  1. 9
      README.rst
  2. 2
      server/version.py

9
README.rst

@ -137,6 +137,15 @@ version prior to the release of 1.0.
ChangeLog
=========
Version 0.10.7
--------------
* remove LMDB
* turn on snappy compression for LevelDB and RocksDB; gives smaller DBs and
faster sync
* fix and speed up RocksDB iterator slightly
* expect JSON with bitcoind HTTP status code 500
Version 0.10.6
--------------

2
server/version.py

@ -1 +1 @@
VERSION = "ElectrumX 0.10.6"
VERSION = "ElectrumX 0.10.7"

Loading…
Cancel
Save