-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Add client config subcommand to CLI (backport #8953) #9255
Conversation
* add client config * addressed reviewers comments * refactored,ready for review * fixed linter issues and addressed reviewers comments * Bump golangci-lint * fix linter warnings * fix some tests Co-authored-by: Alessio Treglia <alessio@tendermint.com> Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Hmm, linting fails on unchanged files https://github.com/cosmos/cosmos-sdk/runs/2565206545. How can I fix this? |
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.
LGTM
./build/simd init andrei --home ./test | ||
cd test/config there is no client.toml configuration file | ||
*/ | ||
func ReadHomeFlag(clientCtx Context, cmd *cobra.Command) Context { |
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.
I would call that function SetHomeFromFlag
, but it's too late.
backports: #8953
add client config
addressed reviewers comments
refactored,ready for review
fixed linter issues and addressed reviewers comments
Bump golangci-lint
fix linter warnings
fix some tests
Co-authored-by: Alessio Treglia alessio@tendermint.com
Co-authored-by: Amaury 1293565+amaurym@users.noreply.github.com
Description
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes