Skip to content

Commit

Permalink
refactor: improve code (#2910)
Browse files Browse the repository at this point in the history
* refactor iris app

* fix test error

* refactor code

* move package

* fix error

* refactor override rpc service

* remove unused code

* remove unused code

* refactor code

* refactor name variable
  • Loading branch information
Dreamer authored Mar 8, 2024
1 parent ce91df7 commit bbefb02
Show file tree
Hide file tree
Showing 43 changed files with 1,062 additions and 1,155 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ check-evm-chain-id:
@echo "note: EVM_CHAIN_ID is $(EVM_CHAIN_ID)"

update-swagger-docs: statik proto-swagger-gen
$(BINDIR)/statik -src=lite/swagger-ui -dest=lite -f -m
$(BINDIR)/statik -src=client/lite/swagger-ui -dest=lite -f -m
@if [ -n "$(git status --porcelain)" ]; then \
echo "\033[91mSwagger docs are out of sync!!!\033[0m";\
exit 1;\
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit bbefb02

Please sign in to comment.