-
Notifications
You must be signed in to change notification settings - Fork 112
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
Generate valid secp256k1 key during key creation #10051
Generate valid secp256k1 key during key creation #10051
Conversation
Signed-off-by: sdimitrov9 <stoyan.dimitrov@limechain.tech>
d3483f1
to
d7d6ee1
Compare
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10051 +/- ##
============================================
- Coverage 92.24% 92.23% -0.01%
Complexity 7856 7856
============================================
Files 956 956
Lines 32918 32918
Branches 4153 4153
============================================
- Hits 30364 30363 -1
Misses 1579 1579
- Partials 975 976 +1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description:
Valid secp256k1 key values should start with 0x02 or 0x03 indicating the y-coordinate of the elliptic curve being odd or even.
The change is fixing 6 integration tests as of PR opening.
Related issue(s): 9984
Fixes #
Checklist