Skip to content

Commit

Permalink
chore: update swagger docs (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 authored Feb 26, 2025
1 parent 8a2b13b commit 675073d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions docs/static/swagger.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 675073d

Please sign in to comment.