-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add proposal hash check when creating info
governance action
#910
Merged
Conversation
This file contains 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
palas
added
enhancement
New feature or request
test
Modifies/extends the test suite
labels
Sep 23, 2024
palas
requested review from
Jimbo4350,
newhoggy,
carbolymer,
smelc,
kevinhammond and
disassembler
as code owners
September 23, 2024 22:42
palas
force-pushed
the
add-hash-validation
branch
from
September 23, 2024 23:30
187a060
to
b1941b9
Compare
Looks great to me!|
Failing to use the any of the flags
Using http
|
CarlosLopezDeLara
approved these changes
Sep 24, 2024
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.
LGTM!
carbolymer
approved these changes
Sep 24, 2024
cardano-cli/src/Cardano/CLI/Types/Errors/GovernanceActionsError.hs
Outdated
Show resolved
Hide resolved
palas
force-pushed
the
add-hash-validation
branch
from
September 24, 2024 15:24
7a86bae
to
9f3a9bd
Compare
Want to give this a try, @Crypto2099? |
Co-authored-by: Mateusz Galazyn <[email protected]>
palas
force-pushed
the
add-hash-validation
branch
from
September 24, 2024 19:52
9f3a9bd
to
eb1b59b
Compare
3 tasks
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.
Changelog
Context
This is another step forward on addressing #882.
Previous related PR: #895
So far I have only added the check to
governance action create-info
. There are several other places where to add the check, but I thought I would have a round of review first, before propagating.How to trust this PR
I adapted a test to validate the new functionality, and that gives me a lot of confidence. I would try to check that the code style is good, I didn't introduce any bugs, the parameter structure and names make sense, and the help is comprehensive and comprehensible.
This check disables
HTTP
schemas (and obviouslyFILE
), because I have been told the spec says that onlyHTTPS
and IPFS` are allowed. But I could not find where this is said. Could anybody confirm?Checklist