Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"request": "{block(number :\"0x8\") {number call (data : {from : \"a94f5374fce5edbc8e2a8697c15331677e6ebf0b\", to: \"0x6295ee1b4f6dd65047762f924ecd367c17eabf8f\", data :\"0x12a7b914\"}){data status}}}"
"request": "{block(number :8) {number call (data : {from : \"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b\", to: \"0x6295ee1b4f6dd65047762f924ecd367c17eabf8f\", data :\"0x12a7b914\"}){data status}}}"
,
"responses":[{
"data" : {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"request":

"{block (number : \"0x1e\") {transactions{hash} timestamp difficulty totalDifficulty gasUsed gasLimit hash nonce ommerCount logsBloom mixHash ommerHash extraData stateRoot receiptsRoot transactionCount transactionsRoot ommers{hash} ommerAt(index : 1){hash} miner{address} account(address: \"0x6295ee1b4f6dd65047762f924ecd367c17eabf8f\"){balance} parent{hash} }} ",
"{block (number : 30) {transactions{hash} timestamp difficulty totalDifficulty gasUsed gasLimit hash nonce ommerCount logsBloom mixHash ommerHash extraData stateRoot receiptsRoot transactionCount transactionsRoot ommers{hash} ommerAt(index : 1){hash} miner{address} account(address: \"0x6295ee1b4f6dd65047762f924ecd367c17eabf8f\"){balance} parent{hash} }} ",


"responses":[{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,31 @@
{
"request": "{block (number: 88888888) {number }} ",
"responses": [{
"errors": [
{
"message": "Exception while fetching data (/block) : Block number 88888888 was not found",
"locations": [
{
"line": 1,
"column": 2
"responses": [
{
"errors": [
{
"message": "Exception while fetching data (/block) : Block number 88888888 was not found",
"locations": [
{
"line": 1,
"column": 2
}
],
"path": [
"block"
],
"extensions": {
"classification": "DataFetchingException"
}
],
"path": [
"block"
],
"extensions": {
"classification": "DataFetchingException"
}
],
"data": null
},
{
"data": {
"block": null
}
],
"data": null
}],
}
],
"statusCode": 400
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"request":

"{block (number : \"0x1e\") {transactions{hash} timestamp difficulty totalDifficulty gasUsed gasLimit hash nonce ommerCount logsBloom mixHash ommerHash extraData stateRoot receiptsRoot transactionCount transactionsRoot}} ",
"{block (number : 30) {transactions{hash} timestamp difficulty totalDifficulty gasUsed gasLimit hash nonce ommerCount logsBloom mixHash ommerHash extraData stateRoot receiptsRoot transactionCount transactionsRoot}} ",


"responses": [{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"request": "{ block(number: \"0x17\") { logs( filter: { topics : [[\"0x000000000000000000000000a94f5374fce5edbc8e2a8697c15331677e6ebf0b\", \"0x65c9ac8011e286e89d02a269890f41d67ca2cc597b2c76c7c69321ff492be580\"]]}) { index topics data account{address} transaction{hash} } } }",
"request": "{ block(number: 23) { logs( filter: { topics : [[\"0x000000000000000000000000a94f5374fce5edbc8e2a8697c15331677e6ebf0b\", \"0x65c9ac8011e286e89d02a269890f41d67ca2cc597b2c76c7c69321ff492be580\"]]}) { index topics data account{address} transaction{hash} } } }",
"responses": [{
"data" : {
"block" : {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"request":

"{ block(number: \"0x1e\") { transactionAt(index: 0) {block{hash} hash} } }",
"{ block(number: 30) { transactionAt(index: 0) {block{hash} hash} } }",

"responses":[{
"data" : {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"request":

"{ block(number: \"0x1e\") { transactionAt(index: 1) {block{hash} hash} } }",
"{ block(number: 30) { transactionAt(index: 1) {block{hash} hash} } }",

"responses":[{
"data" : {
Expand Down