Skip to content

feat: add sign/verify message page#243

Merged
sallymoc merged 2 commits intodevfrom
feat/sign-verify-message
Apr 14, 2026
Merged

feat: add sign/verify message page#243
sallymoc merged 2 commits intodevfrom
feat/sign-verify-message

Conversation

@sallymoc
Copy link
Copy Markdown
Contributor

@sallymoc sallymoc commented Apr 12, 2026

Summary

  • Adds a new Sign / Verify Message page compatible with the Qubic.NET.Wallet format
  • Signs raw UTF-8 bytes with SchnorrQ (no pre-hashing), encodes signature in shifted hex (A-P chars) with K12 checksum
  • New /sign-message route with two tabs: Sign Message and Verify Message
  • "Sign Message" menu item added to sidenav navigation and account card actions
  • Identity checksum validated cryptographically via verifyIdentity()
  • Translations added for all 11 locales

Add a new Sign/Verify Message feature compatible with the Qubic.NET
Wallet format. Signs raw UTF-8 bytes with SchnorrQ, encodes the
signature in shifted hex (A-P) with a K12 checksum.

- New route /sign-message with Sign and Verify tabs
- Sign Message menu item in sidenav and account card actions
- Identity checksum validation via verifyIdentity()
- Translations for all 11 locales
Comment thread src/app/sign-message/sign-message.component.ts Outdated
@sallymoc sallymoc merged commit a6f0283 into dev Apr 14, 2026
2 checks passed
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 4.26.0-rc.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 4.26.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants