-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Is there any way to allow params:null like other evm compatible protocol?
Other EVM compatible rpc node
{
"jsonrpc": "2.0",
"method": "eth_blockNumber",
"params": null,
"id": 1
}
{
"jsonrpc": "2.0",
"id": 1,
"result": false
}
SHM ld-rpc node
[ERROR]
{
"jsonrpc": "2.0",
"method": "eth_blockNumber",
"params": null,
"id": 1
}
{
"jsonrpc": "2.0",
"id": null,
"error": {
"code": -32600,
"message": "Invalid request"
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels