Skip to content

chore(release): v2.63.0 beta.1 #3016

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Apr 2, 2025
Merged

Conversation

ivaylonikolov7
Copy link
Contributor

@ivaylonikolov7 ivaylonikolov7 commented Apr 2, 2025

Beta release v2.63.0-beta.1

Changed

  • Replaced elliptic package with @noble/curves package by @venilinvasilev in fix: replaced elliptic with @noble/curves #2937

    Unlike elliptic, @noble/curves automatically enforces a normalized s value in ECDSA signatures, aligning with best practices in cryptographic security. This ensures better interoperability while preventing malleability-related issues.

Removed

  • Removed support of non-normalized signatures by @venilinvasilev in fix: replaced elliptic with @noble/curves #2937

    This is NOT a Breaking Change. The SDK continues to function exactly as before, as @noble/curves produces valid signatures compatible with existing verification logic. The normalized s value behavior is already an industry standard (Ethereum's EIP-2, Bitcoin's BIP-66).

Signed-off-by: Ivaylo Nikolov <[email protected]>
Signed-off-by: Ivaylo Nikolov <[email protected]>
Signed-off-by: Ivaylo Nikolov <[email protected]>
@ivaylonikolov7 ivaylonikolov7 requested review from a team as code owners April 2, 2025 09:00
Signed-off-by: Ivaylo Nikolov <[email protected]>
@ivaylonikolov7 ivaylonikolov7 changed the title Feat/release v2.63.0 beta.1 chore(release): v2.63.0 beta.1 Apr 2, 2025
venilinvasilev
venilinvasilev previously approved these changes Apr 2, 2025
Copy link
Contributor

@venilinvasilev venilinvasilev left a comment

Choose a reason for hiding this comment

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

LGTM

venilinvasilev
venilinvasilev previously approved these changes Apr 2, 2025
Signed-off-by: Ivaylo Nikolov <[email protected]>
@ivaylonikolov7 ivaylonikolov7 merged commit f22107e into main Apr 2, 2025
14 checks passed
@ivaylonikolov7 ivaylonikolov7 deleted the feat/release-v2.63.0-beta.1 branch April 2, 2025 11:37
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