You've already forked electroncash-protocol
Complete rewrite of JSON RPC infrastructure
Aim to be easier for clients to use, because to do peer discovery we must act as a client to other servers. Split out JSON session concept from the asyncio protocol concept. This makes the JSON RPC support more easily testable and usable as a stand-alone library. In addition, support JSON RPC v1 and v2, and auto-detection of peer's version.
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ Not started until the Block Processor has caught up with bitcoind.
|
||||
Daemon
|
||||
------
|
||||
|
||||
Encapsulates the RPC wire protcol with bitcoind for the whole server.
|
||||
Encapsulates the RPC wire protocol with bitcoind for the whole server.
|
||||
Transparently handles temporary bitcoind connection errors, and fails
|
||||
over if necessary.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user