Browse Source

Prepare 0.7.12

master
Neil Booth 8 years ago
parent
commit
98c4ce3fef
  1. 11
      RELEASE-NOTES
  2. 2
      server/version.py

11
RELEASE-NOTES

@ -1,3 +1,14 @@
version 0.7.12
--------------
- minor bug fixes: 2 in JSON RPC, 1 in get_utxos (affected addresslistunspent)
- leveldb / rocksdb are opened with a different maximum open files limit,
depending on whether the chain has been fully synced or not. If synced
you want the files for network sockets, if not synced for the DB engines.
Once synced the DB will be reopened with the lower limit to free up the
files for serving network connections
- various refactoring preparing for possible asynchronous block processing
version 0.7.11
--------------

2
server/version.py

@ -1 +1 @@
VERSION = "ElectrumX 0.7.11"
VERSION = "ElectrumX 0.7.12"

Loading…
Cancel
Save