mycognosist / solar

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

Expose database indexes via JSON-RPC #79

Closed mycognosist closed 9 months ago

mycognosist commented 9 months ago

This PR exposes all of the previously added database index methods (https://github.com/mycognosist/solar/pull/78) as JSON-RPC methods. README documentation has been updated.

I've also fixed a replication bug that snuck in when some of the configuration changes were being made. Namely, Patchwork will not replicate with solar if the requested public key in the create history streams arguments is not preceded by an @. Replication is now working in both directions.