File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "request" : {
4+ "id" : 1 ,
5+ "jsonrpc" : " 2.0" ,
6+ "method" : " eth_getBalance" ,
7+ "params" : [
8+ " 0x0000000000000000000000000000000000000000"
9+ ]
10+ },
11+ "response" : {
12+ "id" : 1 ,
13+ "jsonrpc" : " 2.0"
14+ },
15+ "test" : {
16+ "description" : " invoke getBalance with omitted block parameter (should default to latest)" ,
17+ "reference" : " https://github.com/erigontech/erigon/pull/21586"
18+ },
19+ "metadata" : {
20+ "latest" : true
21+ }
22+ }
23+ ]
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "request" : {
4+ "id" : 1 ,
5+ "jsonrpc" : " 2.0" ,
6+ "method" : " eth_getCode" ,
7+ "params" : [
8+ " 0xBB9bc244D798123fDe783fCc1C72d3Bb8C189413"
9+ ]
10+ },
11+ "response" : {
12+ "id" : 1 ,
13+ "jsonrpc" : " 2.0"
14+ },
15+ "test" : {
16+ "description" : " invoke getCode with omitted block parameter (should default to latest)" ,
17+ "reference" : " https://github.com/erigontech/erigon/pull/21586"
18+ },
19+ "metadata" : {
20+ "latest" : true
21+ }
22+ }
23+ ]
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "request" : {
4+ "id" : 1 ,
5+ "jsonrpc" : " 2.0" ,
6+ "method" : " eth_getProof" ,
7+ "params" : [
8+ " 0x8315177aB297bA92A06054cE80a67Ed4DBd7ed3a" ,
9+ []
10+ ]
11+ },
12+ "response" : {
13+ "id" : 1 ,
14+ "jsonrpc" : " 2.0"
15+ },
16+ "test" : {
17+ "description" : " invoke getProof with omitted block parameter (should default to latest)" ,
18+ "reference" : " https://github.com/erigontech/erigon/pull/21586"
19+ },
20+ "metadata" : {
21+ "latest" : true
22+ }
23+ }
24+ ]
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "request" : {
4+ "id" : 1 ,
5+ "jsonrpc" : " 2.0" ,
6+ "method" : " eth_getStorageAt" ,
7+ "params" : [
8+ " 0xc1cadaffffffffffffffffffffffffffffffffff" ,
9+ " 0x0100000000000000000000000000000000000000000000000000000000000000"
10+ ]
11+ },
12+ "response" : {
13+ "id" : 1 ,
14+ "jsonrpc" : " 2.0"
15+ },
16+ "test" : {
17+ "description" : " invoke getStorageAt with omitted block parameter (should default to latest)" ,
18+ "reference" : " https://github.com/erigontech/erigon/pull/21586"
19+ },
20+ "metadata" : {
21+ "latest" : true
22+ }
23+ }
24+ ]
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "request" : {
4+ "id" : 1 ,
5+ "jsonrpc" : " 2.0" ,
6+ "method" : " eth_getStorageValues" ,
7+ "params" : [
8+ {"0x6C8f2A135f6ed072DE4503Bd7C4999a1a17F824B" : [" 0x0000000000000000000000000000000000000000000000000000000000000001" ]}
9+ ]
10+ },
11+ "response" : {
12+ "id" : 1 ,
13+ "jsonrpc" : " 2.0"
14+ },
15+ "test" : {
16+ "description" : " invoke getStorageValues with omitted block parameter (should default to latest)" ,
17+ "reference" : " https://github.com/erigontech/erigon/pull/21586"
18+ },
19+ "metadata" : {
20+ "latest" : true
21+ }
22+ }
23+ ]
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "request" : {
4+ "id" : 1 ,
5+ "jsonrpc" : " 2.0" ,
6+ "method" : " eth_getTransactionCount" ,
7+ "params" : [
8+ " 0x2Fc617E933a52713247CE25730f6695920B3befe"
9+ ]
10+ },
11+ "response" : {
12+ "id" : 1 ,
13+ "jsonrpc" : " 2.0"
14+ },
15+ "test" : {
16+ "description" : " invoke getTransactionCount with omitted block parameter (should default to latest)" ,
17+ "reference" : " https://github.com/erigontech/erigon/pull/21586"
18+ },
19+ "metadata" : {
20+ "latest" : true
21+ }
22+ }
23+ ]
You can’t perform that action at this time.
0 commit comments