Merge branch 'release-0.5' into develop
This commit is contained in:
commit
e2b00ce267
@ -79,7 +79,7 @@ ElectrumX should not have any need of threads.
|
|||||||
Roadmap
|
Roadmap
|
||||||
=======
|
=======
|
||||||
|
|
||||||
- store all UTXOs, not just those with addresses
|
- come up with UTXO root logic and implement it
|
||||||
- test a few more performance improvement ideas
|
- test a few more performance improvement ideas
|
||||||
- implement light caching of client responses
|
- implement light caching of client responses
|
||||||
- yield during expensive requests and/or penalize the connection
|
- yield during expensive requests and/or penalize the connection
|
||||||
|
|||||||
@ -1,3 +1,12 @@
|
|||||||
|
version 0.5
|
||||||
|
-----------
|
||||||
|
|
||||||
|
- DB change: all UTXOs, including those that are not canonically paying to
|
||||||
|
an address, are stored in the DB. So an attempt to spend a UTXO not in
|
||||||
|
the DB means corruption. DB version bumped to 2; older versions will not
|
||||||
|
work
|
||||||
|
- fixed issue #17: the genesis coinbase is not in the UTXO set
|
||||||
|
|
||||||
version 0.4.3
|
version 0.4.3
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
VERSION = "ElectrumX 0.4.3"
|
VERSION = "ElectrumX 0.5"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user