pczt: Add public getter for spend_auth_sig#2281
Merged
nuttycom merged 1 commit intoApr 23, 2026
Merged
Conversation
nuttycom
previously approved these changes
Apr 13, 2026
Collaborator
|
CI is broken here because of the core2 yank. Given that we have to release the whole stack anyway, I'm going to rebase and retarget this to |
Collaborator
|
@p0mvn oh, I just realized I can't push to the valargroup branches, so you'll have to do the rebase. |
Expose the Orchard spend authorization signature via `getset`, enabling downstream consumers to read back the signature after signing (e.g. for extracting the signature from a hardware-wallet-signed PCZT and forwarding it to the chain). Made-with: Cursor
2f6769b to
3c3ecdf
Compare
Collaborator
Author
|
@nuttycom rebase completed. Also, granted access to the valargroup fork. |
Collaborator
|
Thank you!! |
This was referenced Apr 24, 2026
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.
Based on
maint/pczt-0.5.x(branched frompczt-0.5.0series). This is aSemVer-compatible addition intended for a
0.5.xpoint release.Expose the Orchard spend authorization signature via
getset, enabling downstream consumers to read back the signature after signingHow We Use It
Token Holder Voting.
We use spend_auth_sig() as a read-only accessor to extract the 64-byte spend authorization signature from a Keystone-signed PCZT, so it can be forwarded to the cosmos chain as part of the delegation transaction.
See full summary of the integration: https://hackmd.io/@TJGUVkqNQYieiMqJQQBDeA/rJ0mU1v3Wl