Skip to content

Commit

Permalink
feat: PRT - adding missing API's to celestia (#1764)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet authored Oct 30, 2024
1 parent ab29fb6 commit 0d43649
Showing 1 changed file with 216 additions and 0 deletions.
216 changes: 216 additions & 0 deletions cookbook/specs/celestia.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,132 @@
"add_on": ""
},
"apis": [
{
"name": "/celestia/minfee/v1/min_gas_price",
"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": "/ibc/apps/packetforward/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": "/celestia/core/v1/tx/{tx_id}",
"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/mint/v1beta1/inflation_rate",
"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/mint/v1beta1/genesis_time",
"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": "/signal/v1/tally/{version}",
"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": "/signal/v1/upgrade",
"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": "/blob/v1/params",
"block_parsing": {
Expand Down Expand Up @@ -382,6 +508,24 @@
},
"extra_compute_units": 0
},
{
"name": "celestia.core.v1.tx.Tx/TxStatus",
"block_parsing": {
"parser_arg": [
"latest"
],
"parser_func": "DEFAULT"
},
"compute_units": 10,
"enabled": true,
"category": {
"deterministic": false,
"local": false,
"subscription": false,
"stateful": 0
},
"extra_compute_units": 0
},
{
"name": "celestia.qgb.v1.Query/LatestValsetRequestBeforeNonce",
"block_parsing": {
Expand Down Expand Up @@ -418,6 +562,24 @@
},
"extra_compute_units": 0
},
{
"name": "packetforward.v1.Query/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": "celestia.qgb.v1.Query/LatestDataCommitment",
"block_parsing": {
Expand Down Expand Up @@ -454,6 +616,60 @@
},
"extra_compute_units": 0
},
{
"name": "celestia.signal.v1.Query/GetUpgrade",
"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": "celestia.signal.v1.Query/VersionTally",
"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": "celestia.minfee.v1.Querycelestia.minfee.v1.Query/NetworkMinGasPrice",
"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": "celestia.mint.v1.Query/GenesisTime",
"block_parsing": {
Expand Down

0 comments on commit 0d43649

Please sign in to comment.