Skip to content

Commit

Permalink
Add missing tendermint methods to spec (#1771)
Browse files Browse the repository at this point in the history
  • Loading branch information
shleikes authored Nov 7, 2024
1 parent f7061ab commit 9f6e93d
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions cookbook/specs/tendermint.json
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,45 @@
"stateful": 0
},
"extra_compute_units": 0
},
{
"name": "header",
"block_parsing": {
"parser_arg": [
"height",
"=",
"0"
],
"parser_func": "PARSE_DICTIONARY_OR_ORDERED",
"default_value": "latest"
},
"compute_units": 10,
"enabled": true,
"category": {
"deterministic": true,
"local": false,
"subscription": false,
"stateful": 0
},
"extra_compute_units": 0
},
{
"name": "header_by_hash",
"block_parsing": {
"parser_arg": [
"latest"
],
"parser_func": "DEFAULT"
},
"compute_units": 10,
"enabled": true,
"category": {
"deterministic": true,
"local": false,
"subscription": false,
"stateful": 0
},
"extra_compute_units": 0
}
],
"headers": [],
Expand Down

0 comments on commit 9f6e93d

Please sign in to comment.