Skip to content

Commit

Permalink
feat(axelarnet): add queries to retrieve cosmos chains, ibc path (#2116)
Browse files Browse the repository at this point in the history
* feat(axelarnet): add queries to retrieve cosmos chains, ibc path

* register cli cmds and add tests

* docs

* dep update

* remove chains query

* lint

* revert config change
  • Loading branch information
milapsheth committed Mar 1, 2024
1 parent 486001d commit 9bc9205
Show file tree
Hide file tree
Showing 20 changed files with 2,270 additions and 78 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ proto-format:
@echo "Formatting Protobuf files"
@$(DOCKER) run --rm -v $(CURDIR):/workspace \
--workdir /workspace tendermintdev/docker-build-proto \
find ./ -not -path "./third_party/*" -name "*.proto" -exec clang-format -i {} \;
$( find ./ -not -path "./third_party/*" -name "*.proto" -exec clang-format -i {} \; )

proto-lint:
@echo "Linting Protobuf files"
Expand Down
10 changes: 7 additions & 3 deletions client/docs/static/openapi/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 9bc9205

Please sign in to comment.