bismuthfoundation / BismuthRPC

[Released] A Json-RPC Server for Bismuth Crypto Currency
GNU General Public License v3.0
7 stars 8 forks source link

Json-rpc 1.0 #3

Open EggPool opened 6 years ago

EggPool commented 6 years ago

The current POC server only understands jsonrpc2.

In practice, json-rpc objects do work without a change, they just need an added property "jsonrpc"=2 See if this can be configured in jsonprcserver lib. If not, maybe auto add this property to received post data when missing, so we can deal with both versions of json-rpc.