Prepare 0.4.2
This commit is contained in:
parent
ecb70fcef9
commit
fdb5b33fba
@ -79,12 +79,11 @@ ElectrumX should not have any need of threads.
|
|||||||
Roadmap
|
Roadmap
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
- store all UTXOs, not just those with addresses
|
||||||
- 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
|
||||||
- improve DB abstraction so LMDB is not penalized
|
- improve DB abstraction so LMDB is not penalized
|
||||||
- continue to clean up the code and remove layering violations
|
|
||||||
- store all UTXOs, not just those with addresses
|
|
||||||
- potentially move some functionality to C or C++
|
- potentially move some functionality to C or C++
|
||||||
|
|
||||||
The above are in no particular order.
|
The above are in no particular order.
|
||||||
|
|||||||
@ -15,7 +15,7 @@ small - patches welcome.
|
|||||||
will happily serve clients that try to connect directly.
|
will happily serve clients that try to connect directly.
|
||||||
I use 15.0.4 but older versions likely are fine.
|
I use 15.0.4 but older versions likely are fine.
|
||||||
+ x11_hash: Python X11 Hash package. Only required if you use ElectrumX
|
+ x11_hash: Python X11 Hash package. Only required if you use ElectrumX
|
||||||
with Dash Network (Both Mainnet and Testnet). Version == 1.4 ;
|
with Dash Mainnet or Testnet. Version 1.4 tested.
|
||||||
|
|
||||||
While not requirements for running ElectrumX, it is intended to be run
|
While not requirements for running ElectrumX, it is intended to be run
|
||||||
with supervisor software such as Daniel Bernstein's daemontools,
|
with supervisor software such as Daniel Bernstein's daemontools,
|
||||||
|
|||||||
@ -1,3 +1,12 @@
|
|||||||
|
version 0.4.2
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- split out JSON RPC protcol handling. Now more robust and we should
|
||||||
|
fully support JSON RPC 2.0 clients, including batch requests
|
||||||
|
(Electrum client does not yet support these)
|
||||||
|
- refactored and cleaned up server handling
|
||||||
|
- improved DASH support (thelazier)
|
||||||
|
|
||||||
version 0.4.1
|
version 0.4.1
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|||||||
@ -343,5 +343,3 @@ class DashTestnet(Dash):
|
|||||||
TX_COUNT_HEIGHT = 101619
|
TX_COUNT_HEIGHT = 101619
|
||||||
TX_COUNT = 132681
|
TX_COUNT = 132681
|
||||||
TX_PER_BLOCK = 1
|
TX_PER_BLOCK = 1
|
||||||
|
|
||||||
#
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user