-
Notifications
You must be signed in to change notification settings - Fork 563
fix(hotfix): v0.17.2 #1448
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
Merged
Merged
fix(hotfix): v0.17.2 #1448
Conversation
This file contains hidden or 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
* 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 when client.toml > keyring-backend used. * fix * fix * default to test kb * fix
ilgooz
commented
Aug 13, 2021
ilgooz
commented
Aug 13, 2021
fadeev
reviewed
Aug 13, 2021
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.
Stuff that works:
- v0.43, tested with Umee
- chains with dashes in name
- keyring test/os
- serving a chain scaffolded with v0.17.0
What doesn't work:
Following the IBC basic tutorial.
~/planet % rm -rf ~/.starport/relayer
~/planet % starport relayer configure -a \
--source-rpc "http://0.0.0.0:26657" \
--source-faucet "http://0.0.0.0:4500" \
--source-port "blog" \
--source-version "blog-1" \
--source-gasprice "0.0000025stake" \
--source-prefix "cosmos" \
--source-gaslimit 300000 \
--target-rpc "http://0.0.0.0:26659" \
--target-faucet "http://0.0.0.0:4501" \
--target-port "blog" \
--target-version "blog-1" \
--target-gasprice "0.0000025stake" \
--target-prefix "cosmos" \
--target-gaslimit 300000
---------------------------------------------
Setting up chains
---------------------------------------------
🔐 Account on "source" is "cosmos19w8gqdgsvmkwek4szl0748x0eaw00a0lnn0pyj"
|· faucet is not operational: invalid character 'c' looking for beginning of value
|· (balance: -)
🔐 Account on "target" is "cosmos19w8gqdgsvmkwek4szl0748x0eaw00a0lnn0pyj"
|· faucet is not operational: invalid character 'c' looking for beginning of value
|· (balance: -)
⛓ Configured chains: earth-mars
Note: mnemonics for relayer accounts are stored in /Users/fadeev/.starport/relayer/config.yml unencrypted.
This may change in the future. Until then, use them only for small amounts of tokens.
Using the faucet command,
|
* feat(pkg/chaincmd/runner): support YAML encoded CLI response * Apply suggestions from code review * fix * fix * fix * fix
Jchicode
pushed a commit
to Jchicode/cli
that referenced
this pull request
Aug 9, 2023
* 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(services/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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.