Skip to content

Conversation

@bhavidhingra
Copy link
Contributor

@bhavidhingra bhavidhingra commented Nov 4, 2025

TICKET: COIN-6327

This pull request adds a new example script for deserializing signed CIP-8 messages using the Ada SDK and exposes additional utilities for CIP-8 message handling. The main changes focus on improving developer experience by providing a clear usage example and making utility functions more accessible.

New Example Script

  • Added examples/ts/ada/deserialize-signed-cip-8-message-hex.ts, which demonstrates how to deserialize a signed CIP-8 message, extract its payload, signer address, public key, and COSE objects using the Ada SDK.

CIP-8 Message Utilities

  • Updated the export list in modules/sdk-coin-ada/src/lib/messages/cip8/index.ts to include utils, making utility functions available for external use.

@bhavidhingra bhavidhingra requested a review from a team as a code owner November 4, 2025 05:14
@bhavidhingra bhavidhingra force-pushed the deserialize-cip8-signed-message branch from 5c584d1 to 7c08d02 Compare November 4, 2025 05:15
@bhavidhingra bhavidhingra force-pushed the deserialize-cip8-signed-message branch from 7c08d02 to 66b973a Compare November 4, 2025 05:22
Copy link
Contributor

@MohammedRyaan786 MohammedRyaan786 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bhavidhingra bhavidhingra merged commit d98cc3f into master Nov 4, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants