Prepare 0.2.2

This commit is contained in:
Neil Booth
2016-11-09 07:44:17 +09:00
parent 753a2f496f
commit 2c2e3c70fb
+11
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
-------------