-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x/bank: Refactor CLI & Tests #6525
Merged
Merged
Changes from 5 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
24edb2a
init
alexanderbez 876bcaa
remove old tests
alexanderbez 98b9226
bank/cli: TestGetBalancesCmd
alexanderbez 26eb2e4
default to 1 val
alexanderbez 963e413
add query tests
alexanderbez a0e5ecd
cli: remove indent and use ReadGetCommandFlags
alexanderbez 6c1f9b4
Merge branch 'master' into bez/6423-x-bank-cli-refactor
alexanderbez 2f9ae75
Updates
alexanderbez ec870e0
test updates
alexanderbez 8b7a624
Updates
alexanderbez cfeaf94
Add back missing line
alexanderbez 079019d
more test cases
alexanderbez e76f949
Merge branch 'master' into bez/6423-x-bank-cli-refactor
alexanderbez aa4f188
Merge branch 'master' into bez/6423-x-bank-cli-refactor
alexanderbez ba98321
tests: attempt fix
alexanderbez dcc5fa7
lint++
alexanderbez c25fed3
tests: attempt fix
alexanderbez 512b6bc
Merge branch 'master' into bez/6423-x-bank-cli-refactor
alexanderbez a73f357
cl++
alexanderbez 7dbac20
cl++
alexanderbez d261237
tests: attempt fix
alexanderbez 8c81821
tests: attempt fix
alexanderbez be638d3
undo changes
alexanderbez 532b6c4
Merge branch 'master' into bez/6423-x-bank-cli-refactor
alexanderbez 66cb961
fix test
alexanderbez 40b6ec7
Merge branch 'bez/6423-x-bank-cli-refactor' of github.com:cosmos/cosm…
alexanderbez 6ea2632
Merge branch 'master' into bez/6423-x-bank-cli-refactor
alexanderbez File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This returns an
sdk.Coin
, which matches the querier behavior and other queries similar to this.