-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support multiple chain ids in zoneconcierge chains info api (#362)
* new proto files * accept repeated str * add query cmd * logic * swag file * add cli query for /babylon/zoneconcierge/v1/chain_info/{chain_id} * extend chain info api * update swag * typo * remove from e2e dir * update docstring Co-authored-by: Vitalis Salis <VitSalis@gmail.com> * check if chain id empty * make chain id slice in loop * ctx suggestion Co-authored-by: Runchao Han <me@runchao.rocks> * don't perform any query if chain empty * arb args * add check for max query and dups * improve comments * add e2e test * update protover * revert back to 12.0 --------- Co-authored-by: Vitalis Salis <VitSalis@gmail.com> Co-authored-by: Runchao Han <me@runchao.rocks>
- Loading branch information
1 parent
a0b5927
commit 6f14271
Showing
9 changed files
with
1,327 additions
and
1,632 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.