namada icon indicating copy to clipboard operation
namada copied to clipboard

Public keys when mocking signatures

Open grarco opened this issue 4 weeks ago • 1 comments

Describe your changes

Closes #4989.

Changes the signature functions to require a public key instead of a private one when mocking a signature. Introduces a new SigOrPubKey trait to share the behavior of public and private keys.

Checklist before merging

  • [ ] If this PR has some consensus breaking changes, I added the corresponding breaking:: labels
    • This will require 2 reviewers to approve the changes
  • [ ] If this PR requires changes to the docs or specs, a corresponding PR is opened in the namada-docs repo
    • Relevant PR if applies:
  • [ ] If this PR affects services such as namada-indexer or namada-masp-indexer, a corresponding PR is opened in that repo
    • Relevant PR if applies:

grarco avatar Dec 05 '25 12:12 grarco