Prepare 0.9.0
This commit is contained in:
parent
957dfb6fb8
commit
72ae3eabfc
@ -1,3 +1,15 @@
|
|||||||
|
version 0.9.0
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- complete rewrite of mempool code to have minimal latency and fix a
|
||||||
|
couple of minor bugs. When a new block is found, ideally this
|
||||||
|
should be communicated to clients who addresses are affected with a
|
||||||
|
single notification. Previously this would happen with two
|
||||||
|
notifications: one because the TX got in the block, and one because
|
||||||
|
that TX was no longer in the mempool. Fundamentally this a race
|
||||||
|
condition that cannot be eliminated but its occurrence should be
|
||||||
|
minimized.
|
||||||
|
|
||||||
version 0.8.12
|
version 0.8.12
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
VERSION = "ElectrumX 0.8.12"
|
VERSION = "ElectrumX 0.9.0"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user