Skip to content

Commit

Permalink
add new script without third_party folder
Browse files Browse the repository at this point in the history
  • Loading branch information
neitdung committed May 18, 2024
1 parent c344d8d commit fc90881
Show file tree
Hide file tree
Showing 7 changed files with 16,881 additions and 15,596 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ proto-swagger-gen:
@echo "Downloading Protobuf dependencies"
# @make proto-download-deps
@echo "Generating Protobuf Swagger"
$(protoCosmosImage) sh ./scripts/protoc-swagger-gen.sh
./scripts/protoc-third-party.sh
$(protoImage) sh ./scripts/protoc-swagger-gen.sh

proto-format:
@echo "Formatting Protobuf files"
Expand Down
2 changes: 1 addition & 1 deletion client/docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
}
},
{
"url": "./tmp-swagger-gen/realiotech/multistaking/v1/query.swagger.json",
"url": "./tmp-swagger-gen/multistaking/v1/query.swagger.json",
"operationIds": {
"rename": {
"Params": "MultiStakingParams"
Expand Down
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

Loading

0 comments on commit fc90881

Please sign in to comment.