mycognosist / solar

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

Fix JSON-RPC server params again -_- #96

Closed mycognosist closed 7 months ago

mycognosist commented 7 months ago

After merging https://github.com/mycognosist/solar/pull/95 I realised that the JSON-RPC client library I'm using doesn't play nicely with params-as-array, so I've changed everything to expect params-as-object. Fun fun.