Skip to content

Commit 49cd08f

Browse files
committed
v1.13.0
1 parent a0b606a commit 49cd08f

28 files changed

+8224
-2
lines changed

.openapi-generator/FILES

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ api_address.go
77
api_block.go
88
api_gas.go
99
api_general.go
10+
api_ibc.go
1011
api_namespace.go
1112
api_proposal.go
1213
api_rollup.go
@@ -24,6 +25,7 @@ docs/GeneralAPI.md
2425
docs/GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus.md
2526
docs/HandlerError.md
2627
docs/HandlerPostBlobRequest.md
28+
docs/IbcAPI.md
2729
docs/NamespaceAPI.md
2830
docs/ProposalAPI.md
2931
docs/ResponsesAddress.md
@@ -44,6 +46,11 @@ docs/ResponsesEvent.md
4446
docs/ResponsesGasPrice.md
4547
docs/ResponsesGrant.md
4648
docs/ResponsesHistogramItem.md
49+
docs/ResponsesIbcChainStats.md
50+
docs/ResponsesIbcChannel.md
51+
docs/ResponsesIbcClient.md
52+
docs/ResponsesIbcConnection.md
53+
docs/ResponsesIbcTransfer.md
4754
docs/ResponsesJail.md
4855
docs/ResponsesLightBlobLog.md
4956
docs/ResponsesMessage.md
@@ -66,6 +73,7 @@ docs/ResponsesRollupWithStats.md
6673
docs/ResponsesSearchItem.md
6774
docs/ResponsesSeriesItem.md
6875
docs/ResponsesShortAddress.md
76+
docs/ResponsesShortIbcClient.md
6977
docs/ResponsesShortRollup.md
7078
docs/ResponsesShortValidator.md
7179
docs/ResponsesSignedBlocks.md
@@ -115,6 +123,11 @@ model_responses_event.go
115123
model_responses_gas_price.go
116124
model_responses_grant.go
117125
model_responses_histogram_item.go
126+
model_responses_ibc_chain_stats.go
127+
model_responses_ibc_channel.go
128+
model_responses_ibc_client.go
129+
model_responses_ibc_connection.go
130+
model_responses_ibc_transfer.go
118131
model_responses_jail.go
119132
model_responses_light_blob_log.go
120133
model_responses_message.go
@@ -137,6 +150,7 @@ model_responses_rollup_with_stats.go
137150
model_responses_search_item.go
138151
model_responses_series_item.go
139152
model_responses_short_address.go
153+
model_responses_short_ibc_client.go
140154
model_responses_short_rollup.go
141155
model_responses_short_validator.go
142156
model_responses_signed_blocks.go
@@ -161,6 +175,7 @@ test/api_address_test.go
161175
test/api_block_test.go
162176
test/api_gas_test.go
163177
test/api_general_test.go
178+
test/api_ibc_test.go
164179
test/api_namespace_test.go
165180
test/api_proposal_test.go
166181
test/api_rollup_test.go

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@ Class | Method | HTTP request | Description
108108
*GeneralAPI* | [**GetConstants**](docs/GeneralAPI.md#getconstants) | **Get** /constants | Get network constants
109109
*GeneralAPI* | [**GetEnums**](docs/GeneralAPI.md#getenums) | **Get** /enums | Get celenium enumerators
110110
*GeneralAPI* | [**Head**](docs/GeneralAPI.md#head) | **Get** /head | Get current indexer head
111+
*IbcAPI* | [**GetIbcChannel**](docs/IbcAPI.md#getibcchannel) | **Get** /ibc/channel/{id} | Get ibc channel info
112+
*IbcAPI* | [**GetIbcChannels**](docs/IbcAPI.md#getibcchannels) | **Get** /ibc/channel | Get ibc channels info
113+
*IbcAPI* | [**GetIbcClient**](docs/IbcAPI.md#getibcclient) | **Get** /ibc/client/{id} | Get ibc client info
114+
*IbcAPI* | [**GetIbcClients**](docs/IbcAPI.md#getibcclients) | **Get** /ibc/client | Get ibc clients info
115+
*IbcAPI* | [**GetIbcConn**](docs/IbcAPI.md#getibcconn) | **Get** /ibc/connection/{id} | Get ibc connection info
116+
*IbcAPI* | [**GetIbcConns**](docs/IbcAPI.md#getibcconns) | **Get** /ibc/connection | Get ibc connections info
117+
*IbcAPI* | [**GetIbcTransfers**](docs/IbcAPI.md#getibctransfers) | **Get** /ibc/transfer | Get ibc transfers info
111118
*NamespaceAPI* | [**GetBlob**](docs/NamespaceAPI.md#getblob) | **Post** /blob | Get namespace blob by commitment on height
112119
*NamespaceAPI* | [**GetBlobLogs**](docs/NamespaceAPI.md#getbloblogs) | **Get** /namespace/{id}/{version}/blobs | Get blob changes for namespace
113120
*NamespaceAPI* | [**GetBlobMetadata**](docs/NamespaceAPI.md#getblobmetadata) | **Post** /blob/metadata | Get blob metadata by commitment on height
@@ -137,6 +144,8 @@ Class | Method | HTTP request | Description
137144
*RollupAPI* | [**RollupGroupedStatistics**](docs/RollupAPI.md#rollupgroupedstatistics) | **Get** /rollup/group | Rollup Grouped Statistics
138145
*SearchAPI* | [**Search**](docs/SearchAPI.md#search) | **Get** /search | Search by hash
139146
*StatsAPI* | [**Stats24hChanges**](docs/StatsAPI.md#stats24hchanges) | **Get** /stats/changes_24h | Get changes for 24 hours
147+
*StatsAPI* | [**StatsIbcChains**](docs/StatsAPI.md#statsibcchains) | **Get** /stats/ibc/chains | Get stats for ibc channels splitted by chains
148+
*StatsAPI* | [**StatsIbcSeries**](docs/StatsAPI.md#statsibcseries) | **Get** /stats/ibc/series/{id}/{name}/{timeframe} | Get histogram for ibc channels with precomputed stats
140149
*StatsAPI* | [**StatsMessagesCount24h**](docs/StatsAPI.md#statsmessagescount24h) | **Get** /stats/messages_count_24h | Get messages distribution for the last 24 hours
141150
*StatsAPI* | [**StatsNamespaceUsage**](docs/StatsAPI.md#statsnamespaceusage) | **Get** /stats/namespace/usage | Get namespaces with sorting by size.
142151
*StatsAPI* | [**StatsNsSeries**](docs/StatsAPI.md#statsnsseries) | **Get** /stats/namespace/series/{id}/{name}/{timeframe} | Get histogram for namespace with precomputed stats
@@ -189,6 +198,11 @@ Class | Method | HTTP request | Description
189198
- [ResponsesGasPrice](docs/ResponsesGasPrice.md)
190199
- [ResponsesGrant](docs/ResponsesGrant.md)
191200
- [ResponsesHistogramItem](docs/ResponsesHistogramItem.md)
201+
- [ResponsesIbcChainStats](docs/ResponsesIbcChainStats.md)
202+
- [ResponsesIbcChannel](docs/ResponsesIbcChannel.md)
203+
- [ResponsesIbcClient](docs/ResponsesIbcClient.md)
204+
- [ResponsesIbcConnection](docs/ResponsesIbcConnection.md)
205+
- [ResponsesIbcTransfer](docs/ResponsesIbcTransfer.md)
192206
- [ResponsesJail](docs/ResponsesJail.md)
193207
- [ResponsesLightBlobLog](docs/ResponsesLightBlobLog.md)
194208
- [ResponsesMessage](docs/ResponsesMessage.md)
@@ -211,6 +225,7 @@ Class | Method | HTTP request | Description
211225
- [ResponsesSearchItem](docs/ResponsesSearchItem.md)
212226
- [ResponsesSeriesItem](docs/ResponsesSeriesItem.md)
213227
- [ResponsesShortAddress](docs/ResponsesShortAddress.md)
228+
- [ResponsesShortIbcClient](docs/ResponsesShortIbcClient.md)
214229
- [ResponsesShortRollup](docs/ResponsesShortRollup.md)
215230
- [ResponsesShortValidator](docs/ResponsesShortValidator.md)
216231
- [ResponsesSignedBlocks](docs/ResponsesSignedBlocks.md)

0 commit comments

Comments
 (0)