-
Notifications
You must be signed in to change notification settings - Fork 563
feat(pkg/chaincmd/runner): support YAML encoded CLI response #1468
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
Conversation
} | ||
|
||
type buffer struct { | ||
*bytes.Buffer |
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.
*bytes.Buffer | |
b *bytes.Buffer |
A good suggestion from the Uber code style
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.
uber looks like very opinionated on this. although it does not apply to our case. they recommend avoiding it for public struct in our case, buffer
is a private one.
The faucet seems to be working for me, but for some reason I'm seeing mnemonics 😬
Works fine on |
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.
Great! Works for me! 🕺
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.
utACK
* feat(templates/cmd): upgrade spm to add 'config' cmd (#1417) * feat(templates/cmd): upgrade spm to add 'config' cmd to appd. * also make $HOME/config/client.toml configurable through 'init.client' section of chain's Starport config.yml. * default to test * fix * fix * updated changelog * fix config application order * fix Co-authored-by: Denis Fadeev <denis@fadeev.org> * fix(services/chain): detecting keyring (#1449) * fix(services/chain): detecting keyring when client.toml > keyring-backend used. * fix * fix * default to test kb * fix * fix(services/chain): default home dir for app (#1457) * fix(services/chain): support 0.43.x based chains (#1455) * Apply suggestions from code review * Apply suggestions from code review * feat(pkg/chaincmd/runner): support YAML encoded CLI response (#1468) * feat(pkg/chaincmd/runner): support YAML encoded CLI response * Apply suggestions from code review * fix * fix * fix * fix Co-authored-by: Denis Fadeev <denis@fadeev.org>
* feat(templates/cmd): upgrade spm to add 'config' cmd (ignite#1417) * feat(templates/cmd): upgrade spm to add 'config' cmd to appd. * also make $HOME/config/client.toml configurable through 'init.client' section of chain's Starport config.yml. * default to test * fix * fix * updated changelog * fix config application order * fix Co-authored-by: Denis Fadeev <denis@fadeev.org> * fix(service 7A53 s/chain): detecting keyring (ignite#1449) * fix(services/chain): detecting keyring when client.toml > keyring-backend used. * fix * fix * default to test kb * fix * fix(services/chain): default home dir for app (ignite#1457) * fix(services/chain): support 0.43.x based chains (ignite#1455) * Apply suggestions from code review * Apply suggestions from code review * feat(pkg/chaincmd/runner): support YAML encoded CLI response (ignite#1468) * feat(pkg/chaincmd/runner): support YAML encoded CLI response * Apply suggestions from code review * fix * fix * fix * fix Co-authored-by: Denis Fadeev <denis@fadeev.org>
No description provided.