Skip to content

Commit

Permalink
Merge branch 'main' into prt-add-provider-relay-load-trailer
Browse files Browse the repository at this point in the history
  • Loading branch information
leon mandel authored and leon mandel committed Oct 7, 2024
2 parents a44f0ab + a3e095b commit 50dab3f
Show file tree
Hide file tree
Showing 2 changed files with 570 additions and 1 deletion.
33 changes: 32 additions & 1 deletion cookbook/specs/evmos.json
Original file line number Diff line number Diff line change
Expand Up @@ -1560,7 +1560,7 @@
"name": "pruning",
"parse_directive": {
"function_tag": "GET_BLOCK_BY_NUM"
},
},
"values": [
{
"latest_distance": 10000
Expand All @@ -1581,6 +1581,37 @@
}
}
]
},
{
"enabled": true,
"collection_data": {
"api_interface": "jsonrpc",
"internal_path": "",
"type": "POST",
"add_on": "debug"
},
"verifications": [
{
"name": "enabled",
"parse_directive": {
"function_template": "{\"jsonrpc\":\"2.0\",\"method\":\"debug_traceBlockByNumber\",\"params\":[\"latest\", {\"tracer\": \"callTracer\"}],\"id\":1}",
"function_tag": "VERIFICATION",
"result_parsing": {
"parser_arg": [
"0"
],
"parser_func": "PARSE_BY_ARG",
"encoding": "hex"
},
"api_name": "debug_traceBlockByNumber"
},
"values": [
{
"expected_value": "*"
}
]
}
]
}
]
},
Expand Down
Loading

0 comments on commit 50dab3f

Please sign in to comment.