Merge branch 'release-0.2.2' into develop

This commit is contained in:
Neil Booth 2016-11-09 07:58:16 +09:00
commit ab1db2fb5d
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
Version 0.2.2
-------------
- mostly refactoring: controller.py is gone; cache.py is half-gone.
Split BlockProcessor into 3: DB, BlockProcessor and BlockServer. DB
handles stored DB and FS state; BlockProcessor handles pushing the
chain forward and caching of updates, and BlockServer will
additionally serve clients on catchup. More to come.
- mempool: better logging; also yields during initial seeding
- issues fixed: #10
Version 0.2.1
-------------

View File

@ -1 +1 @@
VERSION = "ElectrumX 0.2.1"
VERSION = "ElectrumX 0.2.2"