diff --git a/README.rst b/README.rst index a3f2a22..757de75 100644 --- a/README.rst +++ b/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 -------------- diff --git a/server/version.py b/server/version.py index 83b18bf..b8afe92 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.10.6" +VERSION = "ElectrumX 0.10.7"