-
Notifications
You must be signed in to change notification settings - Fork 31
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: guide users to use generate only in messages for x/foundation authority #773
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## rc9/v0.46.0 #773 +/- ##
==============================================
Coverage ? 62.18%
==============================================
Files ? 880
Lines ? 99479
Branches ? 0
==============================================
Hits ? 61857
Misses ? 34009
Partials ? 3613 |
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 have a few simple questions because of my poor understanding.
- What is the purpose of CLI method with
authority
? (like when & why use it?)
In docs mentioned, authority is a module account and have no private key. Then, how could sign this message with CLI? I just guessed those kinds of method only are executed by keeper throughExec
. - How do we know the address of module account?
Please refer to the notes:
It's just a truncated (20 bytes) sha256sum of a module name. |
Is it right that those CLI method just helps users for populating |
Yes, that's it. |
Description
This patch will guide users to use the generate-only flag in following commands:
Checklist:
CHANGELOG.md
client/docs/swagger-ui/swagger.yaml