silkrpc icon indicating copy to clipboard operation
silkrpc copied to clipboard

JSON RPC API input integers should be supported also in decimal format

Open canepat opened this issue 4 years ago • 0 comments

See RPCDaemon behavior that supports integers. Silkrpc response to web3_clientVersion request with "id": 1 is currently:

{
    "error": {
        "code": 100,
        "message": "[json.exception.type_error.302] type must be number, but is string"
    },
    "id": 0,
    "jsonrpc": "2.0"
}

canepat avatar May 06 '21 14:05 canepat