Add BLS proof of possession sub-command#1356
Open
palas wants to merge 5 commits intobls-key-gen-and-hashfrom
Open
Add BLS proof of possession sub-command#1356palas wants to merge 5 commits intobls-key-gen-and-hashfrom
palas wants to merge 5 commits intobls-key-gen-and-hashfrom
Conversation
3 tasks
3cdc0d9 to
fdaba50
Compare
fdaba50 to
89febe0
Compare
a5e730d to
9cd9e0b
Compare
89febe0 to
7e3356b
Compare
Jimbo4350
requested changes
Mar 30, 2026
Contributor
Jimbo4350
left a comment
There was a problem hiding this comment.
This is not a conway feature.
| Opt.info pIssuePopBLS $ | ||
| Opt.progDesc $ | ||
| mconcat | ||
| [ "Issue a BLS proof of possession" |
Contributor
There was a problem hiding this comment.
Can you add a little more? What protocol does this relate to? (Leios) etc.
Contributor
Author
| @@ -0,0 +1,10 @@ | |||
| Usage: cardano-cli conway node issue-pop-BLS --bls-signing-key-file FILEPATH | |||
Contributor
There was a problem hiding this comment.
This is not a conway feature
Contributor
Author
There was a problem hiding this comment.
7e3356b to
bb7f2dc
Compare
Contributor
Author
|
Backup before moving commands to dijkstra: https://github.com/IntersectMBO/cardano-cli/tree/backup/bls-key-gen-and-hash |
Jimbo4350
requested changes
Mar 31, 2026
| mconcat | ||
| [ "Issue a node operational certificate" | ||
| ] | ||
| | not isEraThatUsesBls |
Contributor
There was a problem hiding this comment.
pKeyGenBLS :: forall era. Exp.IsEra era => Maybe (Parser NodeCmds)
pKeyGenBLS = case Exp.useEra @era of
Exp.DijkstraEra -> Just $ ...
_ -> Nothing
This is the pattern I'm looking for.
This file contains hidden or 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
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 PR builds on top of: #1355
And the functionality provided by: IntersectMBO/cardano-api#1161
To allow users to generate BLS proofs of possession that are necessary to avoid rogue key attacks. See IntersectMBO/cardano-api#1161 for more details.
How to trust this PR
It is a very simple command that builds on the new functionality exported by
cardano-api.Checklist