-
Notifications
You must be signed in to change notification settings - Fork 17
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
[FEATURE] - Create an INFO governance action #7
Comments
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days. |
Hey @CarlosLopezDeLara, I'm not sure how to understand the description:
The Could you detail a bit more? [edit] Was clarified on Slack: discussion |
resolved in #292 |
What
As an ada holder I want to create an INFO governance action so that I can submit it to the chain.
This build on top of the action command from #6
It should be something like:
--metadata-url
expects a url containing the document part of the Info action.--metadata-hash
expects the hash of the document hosted on --metadata-url--out-file
is the path to the action file which we can later use onbuild
orbuild-raw
to include the action to a transaction body.Why
Its one of the 7 governance actions listed on CIP1694. CLI is the primary way to interact with the blockchain
Personas
Definition of Done (DoD)
Sign-off
Related PRs
Acceptance Criteria
The text was updated successfully, but these errors were encountered: