You've already forked electroncash-protocol
Implement daemon failover
Daemon URLs can be comma-separated in the DAEMON_URL env var. Surrounding whitespace is stripped. http:// is preprended if missing. The coin's default port is supplied if missing. A trailing / is supplied if missing. Closes #33
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
version 0.7
|
||||
-----------
|
||||
|
||||
- daemon failover is now supported; see docs/ENV-NOTES. As a result,
|
||||
DAEMON_URL must now be supplied and DAEMON_USERNAME, DAEMON_PASSWORD,
|
||||
DAEMON_HOST and DAEMON_PORT are no longer used.
|
||||
- fixed a bug introduced in 0.6 series where some client header requests
|
||||
would fail
|
||||
- fully asynchronous mempool handling; blocks can be processed and clients
|
||||
notified whilst the mempool is still being processed
|
||||
|
||||
version 0.6.3
|
||||
-------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user