diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f340f30..3cf6350f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ Contains all the PRs that improved the code without changing the behaviors. ### Changed - Updated outdated dependencies. - Moved funds from claim to liquidity reserve when airdrop ends. +- Updated swagger docs ### Fixed - Fixed old expirations not being removed. diff --git a/Makefile b/Makefile index 6eea92f7..30a35a7d 100644 --- a/Makefile +++ b/Makefile @@ -248,7 +248,8 @@ proto-gen: proto-swagger-gen: @echo "Generating Swagger of Protobuf" - $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(containerProtoImage) sh ./scripts/protoc-swagger-gen.sh + $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace $(containerProtoImage) sh ./scripts/protoc-swagger-gen.sh + ./scripts/customize-swagger.sh proto-format: @echo "Formatting Protobuf files" diff --git a/docs/static/swagger.min.json b/docs/static/swagger.min.json index 5da15d85..e0e30738 100644 --- a/docs/static/swagger.min.json +++ b/docs/static/swagger.min.json @@ -2,8 +2,8 @@ "swagger": "2.0", "info": { "title": "Arkeo - gRPC Gateway docs", - "description": "A REST interface for state queries. \nUsing Cosmos SDK [v0.50.8](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.8)", - "version": "1.0.3-prerelease", + "description": "A REST interface for state queries. \nUsing Cosmos SDK [v0.50.11](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.50.11)", + "version": "1.0.5-prerelease", "license": { "name": "MIT License", "url": "https://github.com/arkeonetwork/arkeo/blob/master/LICENSE"