Skip to content
Open
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
9 changes: 2 additions & 7 deletions simulators/ethereum/graphql/testcases/07_eth_gasPrice.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,9 @@
"responses": [
{
"data" : {
"gasPrice" : "0x10"
}
},
{
"data" : {
"gasPrice" : "0x1"
"gasPrice" : "0x3446428a"
}
}
],
"statusCode": 200
}
}
31 changes: 13 additions & 18 deletions simulators/ethereum/graphql/testcases/35_graphql_pending.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,20 @@
"{ pending { transactionCount transactions { nonce gas } account(address:\"0x6295ee1b4f6dd65047762f924ecd367c17eabf8f\") { balance} estimateGas(data:{}) call (data : {from : \"0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b\", to: \"0x6295ee1b4f6dd65047762f924ecd367c17eabf8f\", data :\"0x12a7b914\"}){data status}} }",

"responses": [{
"data": {
"pending": {
"transactionCount": "0x1",
"transactions": [
{
"nonce": "0x32",
"gas": "0xfffff"
}
],
"account": {
"balance": "0x140"
},
"estimateGas": "0x5208",
"call": {
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
"status": "0x1"
}
}
"data": {
"pending": {
"account": {
"balance": "0x140"
},
"call": {
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
"status": "0x1"
},
"estimateGas": "0xd221",
"transactionCount": "0x0",
"transactions": []
}
}
}],
"statusCode": 200
}