-
Notifications
You must be signed in to change notification settings - Fork 549
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
fix(root): fix keyring for tx
commands
#4026
Conversation
tx
commandstx
commands
tx
commandstx
commands
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 is more a client/v2 issue than a wiring issue. We have a fix upcoming upstream. In the meantime we can use latest commit from release/v0.50.x branch for client/v2
ignite/templates/app/files/cmd/{{binaryNamePrefix}}d/cmd/root.go.plush
Outdated
Show resolved
Hide resolved
ignite/templates/app/files/cmd/{{binaryNamePrefix}}d/cmd/root.go.plush
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4026 +/- ##
=======================================
Coverage 26.06% 26.06%
=======================================
Files 304 304
Lines 25440 25440
=======================================
+ Hits 6630 6632 +2
+ Misses 18233 18232 -1
+ Partials 577 576 -1 |
* fix keyring for tx commands * add changelog * rollback client config changes * rollback * rollback some go.mod files * rollback changelog --------- Co-authored-by: Pantani <Pantani> (cherry picked from commit 6ec0274)
* fix keyring for tx commands * add changelog * rollback client config changes * rollback * rollback some go.mod files * rollback changelog --------- Co-authored-by: Pantani <Pantani> (cherry picked from commit 6ec0274) Co-authored-by: Danilo Pantani <danpantani@gmail.com>
* fix keyring for tx commands * add changelog * rollback client config changes * rollback * rollback some go.mod files * rollback changelog --------- Co-authored-by: Pantani <Pantani>
Description
All tx commands are not working because the keyring backend uses the wrong directory.
how to reproduce
marsd tx mars create-user test@test.com --chain-id mars --from alice --keyring-backend test