This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR #29: Standard Tx and Query Commands
* WIP all the commands * Continue cleanup and standardization * Merge PR #30: add an output flag Co-authored-by: Jack Zampolin <[email protected]> * Address issue #9 * Merge PR #31: show balances across configured chains * add a minimal and naive way to show balances across active chains that have been added + validation * Update cmd/chains.go Co-authored-by: Jack Zampolin <[email protected]> * address comments * crosschainbank -> crosschain with aliases * add command structure similar to other subcommands with bank > balances * add spacing between print output * default shows the denom: balance, can be overridden with `--combined` for a global balance view Co-authored-by: Jack Zampolin <[email protected]> * Resolve registry related TODOs (#36) * refactor registry code Co-authored-by: Jack Zampolin <[email protected]> * commit work * Add context to queries and standardize, wrap up bank queries * Fix build Co-authored-by: Logan Henderson <[email protected]> Co-authored-by: Prasanna Gautam <[email protected]>
- Loading branch information
1 parent
3bf9edf
commit 2b13131
Showing
25 changed files
with
1,264 additions
and
584 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
lens.exe | ||
.idea/ | ||
vendor/ | ||
build/ |
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.