Skip to content

Commit

Permalink
v1.10.1 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mismirnov authored Sep 11, 2024
1 parent 69c1d76 commit 4f12ed4
Show file tree
Hide file tree
Showing 157 changed files with 55,908 additions and 24 deletions.
43 changes: 19 additions & 24 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,34 +1,29 @@
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Folders
_obj
_test

# Dependency directories (remove the comment below to include it)
# vendor/
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out

# Go workspace file
go.work
go.work.sum
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*

# env file
.env
_testmain.go

# Logs
logs
*.log
*.exe
*.test
*.prof

# Misc
.DS_Store
.fleet
.idea
.idea
23 changes: 23 additions & 0 deletions .openapi-generator-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# OpenAPI Generator Ignore
# Generated by openapi-generator https://github.com/openapitools/openapi-generator

# Use this file to prevent files from being overwritten by the generator.
# The patterns follow closely to .gitignore or .dockerignore.

# As an example, the C# client generator defines ApiClient.cs.
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
#ApiClient.cs

# You can match any string of characters against a directory, file or extension with a single asterisk (*):
#foo/*/qux
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux

# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
#foo/**/qux
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux

# You can also negate patterns with an exclamation (!).
# For example, you can ignore all files in a docs folder with the file extension .md:
#docs/*.md
# Then explicitly reverse the ignore rule for a single file:
#!docs/README.md
155 changes: 155 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
.gitignore
.openapi-generator-ignore
.travis.yml
README.md
api/openapi.yaml
api_address.go
api_block.go
api_gas.go
api_general.go
api_namespace.go
api_rollup.go
api_search.go
api_stats.go
api_transactions.go
api_validator.go
api_vesting.go
client.go
configuration.go
docs/AddressAPI.md
docs/BlockAPI.md
docs/GasAPI.md
docs/GeneralAPI.md
docs/GithubComCeleniumIoCelestiaIndexerInternalStorageTypesStatus.md
docs/HandlerError.md
docs/NamespaceAPI.md
docs/ResponsesAddress.md
docs/ResponsesBalance.md
docs/ResponsesBlob.md
docs/ResponsesBlobLog.md
docs/ResponsesBlock.md
docs/ResponsesBlockStats.md
docs/ResponsesChange24hBlockStats.md
docs/ResponsesConstants.md
docs/ResponsesCountItem.md
docs/ResponsesDelegation.md
docs/ResponsesDenomMetadata.md
docs/ResponsesDistributionItem.md
docs/ResponsesEnums.md
docs/ResponsesEvent.md
docs/ResponsesGasPrice.md
docs/ResponsesGrant.md
docs/ResponsesHistogramItem.md
docs/ResponsesJail.md
docs/ResponsesLightBlobLog.md
docs/ResponsesMessage.md
docs/ResponsesMessageForAddress.md
docs/ResponsesNamespace.md
docs/ResponsesNamespaceKind.md
docs/ResponsesNamespaceMessage.md
docs/ResponsesNamespaceUsage.md
docs/ResponsesODS.md
docs/ResponsesODSItem.md
docs/ResponsesPrice.md
docs/ResponsesRedelegation.md
docs/ResponsesRollup.md
docs/ResponsesRollupAllSeriesItem.md
docs/ResponsesRollupStats24h.md
docs/ResponsesRollupWithDayStats.md
docs/ResponsesRollupWithStats.md
docs/ResponsesSearchItem.md
docs/ResponsesSeriesItem.md
docs/ResponsesShortRollup.md
docs/ResponsesShortValidator.md
docs/ResponsesSignedBlocks.md
docs/ResponsesState.md
docs/ResponsesTPS.md
docs/ResponsesTimeValueItem.md
docs/ResponsesTx.md
docs/ResponsesTxForAddress.md
docs/ResponsesUndelegation.md
docs/ResponsesValidator.md
docs/ResponsesValidatorCount.md
docs/ResponsesValidatorUptime.md
docs/ResponsesVesting.md
docs/ResponsesVestingPeriod.md
docs/RollupAPI.md
docs/SearchAPI.md
docs/StatsAPI.md
docs/TransactionsAPI.md
docs/TypesEventType.md
docs/TypesMsgAddressType.md
docs/TypesMsgType.md
docs/ValidatorAPI.md
docs/VestingAPI.md
git_push.sh
go.mod
go.sum
model_github_com_celenium_io_celestia_indexer_internal_storage_types_status.go
model_handler_error.go
model_responses_address.go
model_responses_balance.go
model_responses_blob.go
model_responses_blob_log.go
model_responses_block.go
model_responses_block_stats.go
model_responses_change24h_block_stats.go
model_responses_constants.go
model_responses_count_item.go
model_responses_delegation.go
model_responses_denom_metadata.go
model_responses_distribution_item.go
model_responses_enums.go
model_responses_event.go
model_responses_gas_price.go
model_responses_grant.go
model_responses_histogram_item.go
model_responses_jail.go
model_responses_light_blob_log.go
model_responses_message.go
model_responses_message_for_address.go
model_responses_namespace.go
model_responses_namespace_kind.go
model_responses_namespace_message.go
model_responses_namespace_usage.go
model_responses_ods.go
model_responses_ods_item.go
model_responses_price.go
model_responses_redelegation.go
model_responses_rollup.go
model_responses_rollup_all_series_item.go
model_responses_rollup_stats24h.go
model_responses_rollup_with_day_stats.go
model_responses_rollup_with_stats.go
model_responses_search_item.go
model_responses_series_item.go
model_responses_short_rollup.go
model_responses_short_validator.go
model_responses_signed_blocks.go
model_responses_state.go
model_responses_time_value_item.go
model_responses_tps.go
model_responses_tx.go
model_responses_tx_for_address.go
model_responses_undelegation.go
model_responses_validator.go
model_responses_validator_count.go
model_responses_validator_uptime.go
model_responses_vesting.go
model_responses_vesting_period.go
model_types_event_type.go
model_types_msg_address_type.go
model_types_msg_type.go
response.go
test/api_address_test.go
test/api_block_test.go
test/api_gas_test.go
test/api_general_test.go
test/api_namespace_test.go
test/api_rollup_test.go
test/api_search_test.go
test/api_stats_test.go
test/api_transactions_test.go
test/api_validator_test.go
test/api_vesting_test.go
utils.go
1 change: 1 addition & 0 deletions .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.9.0-SNAPSHOT
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: go

install:
- go get -d -v .

script:
- go build -v ./

Loading

0 comments on commit 4f12ed4

Please sign in to comment.