-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
R4R: Gentx workflow for offline keys #3734
Conversation
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.
Question & needs PENDING.md
.
bump @sunnya97 |
Codecov Report
@@ Coverage Diff @@
## develop #3734 +/- ##
=========================================
Coverage ? 61.2%
=========================================
Files ? 190
Lines ? 14042
Branches ? 0
=========================================
Hits ? 8595
Misses ? 4909
Partials ? 538 |
return err | ||
} | ||
|
||
if info.GetType() == kbkeys.TypeOffline { |
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.
With #3748, multisig will have their own dedicated Info type (TypeMulti
). Will we have to check both here?
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.
Should we wait to merge this then? Or rebase it on your branch?
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 say we merge this and then I can rebase/update.
} | ||
|
||
if info.GetType() == kbkeys.TypeOffline { | ||
fmt.Println("Offline key passed in. Use `gaiacli tx sign` command to sign:") |
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.
fmt.Println("Offline key passed in. Use `gaiacli tx sign` command to sign:") | |
fmt.Println("Offline key passed in. Use `gaiacli tx sign` command to sign:") |
closes #3730
Targeted PR against correct branch (see CONTRIBUTING.md)
Linked to github-issue with discussion and accepted design OR link to spec that describes this work.
Wrote tests
Updated relevant documentation (
docs/
)Added entries in
PENDING.md
with issue #rereviewed
Files changed
in the github PR explorerFor Admin Use: