Skip to content

Commit 074bdab

Browse files
committed
tests/graphql: convert into .io format
Signed-off-by: jsvisa <[email protected]>
1 parent e974c79 commit 074bdab

File tree

145 files changed

+94
-1522
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+94
-1522
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
>> {block(number: 33) {number withdrawalsRoot withdrawals {index amount validator address}}}
2+
<< {"data":{"block":{"number":"0x21","withdrawalsRoot":"0x37945ab58d2712a26df2a38d217e822694927e29b30d5993d7a53ccea618d1f3","withdrawals":[{"index":"0x0","amount":"0x2540be400","validator":"0xa","address":"0x0000000000000000000000000000000000000dad"}]}}}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
>> {block(number: 32) {number withdrawalsRoot withdrawals {index amount}}}
2+
<< {"data":{"block":{"number":"0x20","withdrawalsRoot":null,"withdrawals":null}}}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
>> {block {number}}
2+
<< {"data":{"block":{"number":"0x21"}}}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
>> {block(number: 8) {number call(data: {from: "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" to: "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f" data: "0x12a7b914"}) {data status}}}
2+
<< {"data":{"block":{"number":"0x8","call":{"data":"0x0000000000000000000000000000000000000000000000000000000000000000","status":"0x1"}}}}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
>> {block {number call(data: {from: "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" to: "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f" data: "0x12a7b914"}) {data status}}}
2+
<< {"data":{"block":{"number":"0x21","call":{"data":"0x0000000000000000000000000000000000000000000000000000000000000001","status":"0x1"}}}}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
>> {block(number: 32) {estimateGas(data: {from: "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f" data: "0x608060405234801561001057600080fd5b50610157806100206000396000f30060806040526004361061004c576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680633bdab8bf146100515780639ae97baa14610068575b600080fd5b34801561005d57600080fd5b5061006661007f565b005b34801561007457600080fd5b5061007d6100b9565b005b7fa53887c1eed04528e23301f55ad49a91634ef5021aa83a97d07fd16ed71c039a60016040518082815260200191505060405180910390a1565b7fa53887c1eed04528e23301f55ad49a91634ef5021aa83a97d07fd16ed71c039a60026040518082815260200191505060405180910390a17fa53887c1eed04528e23301f55ad49a91634ef5021aa83a97d07fd16ed71c039a60036040518082815260200191505060405180910390a15600a165627a7a7230582010ddaa52e73a98c06dbcd22b234b97206c1d7ed64a7c048e10c2043a3d2309cb0029"})}}
2+
<< {"data":{"block":{"estimateGas":"0x1b551"}}}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
>> {block(number: 32) {estimateGas(data: {})}}
2+
<< {"data":{"block":{"estimateGas":"0x5208"}}}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
>> {block {estimateGas(data: {from: "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f" to: "0x8888f1f195afa192cfee860698584c030f4c9db1"})}}
2+
<< {"data":{"block":{"estimateGas":"0x5208"}}}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
>> {block(number: 25) {account(address: "0x6295ee1b4f6dd65047762f924ecd367c17eabf8f") {balance}}}
2+
<< {"data":{"block":{"account":{"balance":"0xfa"}}}}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
>> {block(number: 25) {account(address: "0xdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef") {balance}}}
2+
<< {"data":{"block":{"account":{"balance":"0x0"}}}}

0 commit comments

Comments
 (0)