mycognosist / solar

A minimal Secure Scuttlebutt replication node.
Other
20 stars 2 forks source link

Replace JSON-RPC crate with async equivalent #52

Closed mycognosist closed 1 year ago

mycognosist commented 1 year ago

This is a fairly straightforward replacement of one JSON-RPC library with another (jsonrpc-http-server -> jsonrpsee).

The change fixes a bug which blocked TCP connections. See https://github.com/mycognosist/solar/issues/50 for more details.