nimbus-eth1/hive_integration/nodocker/graphql/testcases/43_graphql_blocks_byWrongRange.json
jangko 6966324f3b
add our own hive/graphql simulator into hive_integration
now we can run hive/graphql test without using hive or docker.
it's useful for debugging session. but lacking nice result report
like real hive.
2021-05-12 21:21:53 +07:00

26 lines
634 B
JSON

{
"request": "{blocks (from : \"0x1e\", to: \"0x1c\") { number gasUsed gasLimit hash nonce stateRoot receiptsRoot transactionCount }} ",
"responses": [{
"errors": [
{
"message": "Exception while fetching data (/blocks) : Invalid params",
"locations": [
{
"line": 1,
"column": 2
}
],
"path": [
"blocks"
],
"extensions": {
"errorCode": -32602,
"errorMessage": "Invalid params",
"classification": "DataFetchingException"
}
}
],
"data": null
}],
"statusCode": 400
}