Skip to content

feat: ecdsa signing support in kaspa#8813

Merged
rohitsaw115 merged 1 commit into
masterfrom
kaspa-support
May 20, 2026
Merged

feat: ecdsa signing support in kaspa#8813
rohitsaw115 merged 1 commit into
masterfrom
kaspa-support

Conversation

@rohitsaw115
Copy link
Copy Markdown
Contributor

@rohitsaw115 rohitsaw115 commented May 20, 2026

ticket: cecho-1071

This PR extends sdk-coin-kaspa to fully support Kaspa's v1 ECDSA address type alongside the existing v0 Schnorr support. The signing layer now auto-detects the required algorithm from the input's scriptPublicKey opcode, so callers use the same API regardless of address type. It also consolidates all constants and enums into a single constants.ts file.

@rohitsaw115 rohitsaw115 marked this pull request as ready for review May 20, 2026 06:22
@rohitsaw115 rohitsaw115 requested a review from a team as a code owner May 20, 2026 06:22
Copy link
Copy Markdown
Contributor

@mohd-kashif mohd-kashif left a comment

Choose a reason for hiding this comment

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

No test cases?

Comment thread modules/sdk-coin-kaspa/src/lib/sighash.ts Outdated
@rohitsaw115 rohitsaw115 merged commit a4f4398 into master May 20, 2026
23 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.

2 participants