Skip to content

Commit

Permalink
Added missing cosmos methods (lavanet#1402)
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Taglia <[email protected]>
Co-authored-by: oren-lava <[email protected]>
  • Loading branch information
3 people authored May 5, 2024
1 parent 41b3b3a commit 15ba2d6
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 0 deletions.
54 changes: 54 additions & 0 deletions cookbook/specs/spec_add_cosmossdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,24 @@
},
"extra_compute_units": 0
},
{
"name": "/cosmos/consensus/v1/params",
"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
},
{
"name": "/cosmos/distribution/v1beta1/community_pool",
"block_parsing": {
Expand Down Expand Up @@ -1474,6 +1492,24 @@
},
"extra_compute_units": 0
},
{
"name": "/cosmos/params/v1beta1/subspaces",
"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
},
{
"name": "/cosmos/slashing/v1beta1/params",
"block_parsing": {
Expand Down Expand Up @@ -1912,6 +1948,24 @@
},
"extra_compute_units": 0
},
{
"name": "/cosmos/upgrade/v1beta1/authority",
"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
},
{
"name": "/node_info",
"block_parsing": {
Expand Down
18 changes: 18 additions & 0 deletions cookbook/specs/spec_add_cosmoswasm.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,24 @@
"stateful": 0
},
"extra_compute_units": 0
},
{
"name": "/cosmwasm/wasm/v1/contracts/creator/{creator_address}",
"block_parsing": {
"parser_arg": [
""
],
"parser_func": "EMPTY"
},
"compute_units": 10,
"enabled": true,
"category": {
"deterministic": false,
"local": false,
"subscription": false,
"stateful": 0
},
"extra_compute_units": 0
}
],
"headers": [],
Expand Down
18 changes: 18 additions & 0 deletions cookbook/specs/spec_add_ibc.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,24 @@
},
"extra_compute_units": 0
},
{
"name": "/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/next_sequence_send",
"block_parsing": {
"parser_arg": [
""
],
"parser_func": "EMPTY"
},
"compute_units": 10,
"enabled": true,
"category": {
"deterministic": true,
"local": false,
"subscription": false,
"stateful": 0
},
"extra_compute_units": 0
},
{
"name": "/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_acknowledgements",
"block_parsing": {
Expand Down

0 comments on commit 15ba2d6

Please sign in to comment.