-
Notifications
You must be signed in to change notification settings - Fork 16
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 metadata validation, hash checking, and URL support to stake-pool registration-certificate
, and hash checking and URL support to stake-pool metadata-hash
#932
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
Oct 9, 2024
…ration certificate`
…` and simplify implementation
palas
force-pushed
the
add-hash-validation4
branch
from
October 9, 2024 20:47
e867b80
to
69e3f81
Compare
palas
requested review from
Jimbo4350,
newhoggy,
carbolymer,
smelc,
kevinhammond and
disassembler
as code owners
October 9, 2024 20:59
smelc
requested changes
Oct 10, 2024
cardano-cli/test/cardano-cli-golden/Test/Golden/Governance/StakeAddress.hs
Outdated
Show resolved
Hide resolved
Qualify `asum` call to ensure it compiles in ghc8107
palas
force-pushed
the
add-hash-validation4
branch
from
October 10, 2024 17:45
13dfea0
to
2a233f6
Compare
…ectedStakePoolMetadataHash`
Co-authored-by: Clément Hurlin <smelc@users.noreply.github.com>
palas
force-pushed
the
add-hash-validation4
branch
from
October 10, 2024 18:19
586049c
to
ddfa0a2
Compare
smelc
approved these changes
Oct 11, 2024
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 part of the work to address #882.
This PR adds and optional check to
stake-pool registration-certificate
to verify that the hash input matches metadata given in a particular URL.It also adds URL support to
stake-pool metadata-hash
for consistency with other hashing commands (see #895, and #927).How to trust this PR
There are plenty of tests and code reuse. Most of the changes are also tests and changes to golden files, the actual code changes are few and very similar to the ones in previous PRs.
Checklist