mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-23 09:18:29 +00:00
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.
12 lines
198 B
JSON
12 lines
198 B
JSON
{
|
|
"request":
|
|
"{ syncing {startingBlock currentBlock highestBlock pulledStates knownStates } }",
|
|
|
|
"responses": [{
|
|
"data" : {
|
|
"syncing" : null
|
|
}
|
|
}],
|
|
"statusCode": 200
|
|
}
|