Prepare for release
This commit is contained in:
parent
963dd246d1
commit
0ccea80fc3
@ -68,7 +68,6 @@ Roadmap
|
|||||||
=======
|
=======
|
||||||
|
|
||||||
- test a few more performance improvement ideas
|
- test a few more performance improvement ideas
|
||||||
- handle the mempool
|
|
||||||
- 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
|
||||||
- improve DB abstraction so LMDB is not penalized
|
- improve DB abstraction so LMDB is not penalized
|
||||||
|
|||||||
@ -1,3 +1,14 @@
|
|||||||
|
Version 0.06
|
||||||
|
------------
|
||||||
|
|
||||||
|
- mempool support. ElectrumX maintains a representation of the daemon's
|
||||||
|
mempool and serves unconfirmed transactions and balances to clients.
|
||||||
|
|
||||||
|
Version 0.05
|
||||||
|
------------
|
||||||
|
|
||||||
|
- fixed a bug in 0.04 that stopped ElectrumX serving once synced
|
||||||
|
|
||||||
Version 0.04
|
Version 0.04
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
VERSION = "ElectrumX 0.05"
|
VERSION = "ElectrumX 0.06"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user