Skip to content

Commit 61a6cba

Browse files
committed
tests: mark two more tests as speconly
1 parent 9a7b40c commit 61a6cba

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
// estimates a contract call that reverts
2+
// speconly: client response is only checked for schema validity.
23
>> {"jsonrpc":"2.0","id":1,"method":"eth_estimateGas","params":[{"from":"0x0102030000000000000000000000000000000000","input":"0xff030405","to":"0x17e7eedce4ac02ef114a7ed9fe6e2f33feba1667"}]}
34
<< {"jsonrpc":"2.0","id":1,"error":{"code":3,"message":"execution reverted","data":"0x77726f6e672d63616c6c6461746173697a65"}}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// estimates a successful contract call
2-
//
32
// speconly: client response is only checked for schema validity.
43
>> {"jsonrpc":"2.0","id":1,"method":"eth_estimateGas","params":[{"from":"0x0102030000000000000000000000000000000000","input":"0xff01","to":"0x17e7eedce4ac02ef114a7ed9fe6e2f33feba1667"}]}
54
<< {"jsonrpc":"2.0","id":1,"result":"0x5316"}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
// gets fee history information
2+
// speconly: client response is only checked for schema validity.
23
>> {"jsonrpc":"2.0","id":1,"method":"eth_feeHistory","params":["0x1","0x1b",[95,99]]}
34
<< {"jsonrpc":"2.0","id":1,"result":{"oldestBlock":"0x1b","reward":[["0x1","0x1"]],"baseFeePerGas":["0x3b9aca00","0x342dc057"],"gasUsedRatio":[0.0016543629259729885],"baseFeePerBlobGas":["0x0","0x0"],"blobGasUsedRatio":[0]}}

0 commit comments

Comments
 (0)