Skip to content
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

Conversation

sdimitrov9
Copy link
Contributor

@sdimitrov9 sdimitrov9 commented Jan 6, 2025

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

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@sdimitrov9 sdimitrov9 self-assigned this Jan 6, 2025
Signed-off-by: sdimitrov9 <stoyan.dimitrov@limechain.tech>
@sdimitrov9 sdimitrov9 force-pushed the 9984-fix-contract-call-service-precompile-modification-tests branch from d3483f1 to d7d6ee1 Compare January 6, 2025 09:22
Copy link

sonarqubecloud bot commented Jan 6, 2025

Copy link

codecov bot commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.23%. Comparing base (1520f14) to head (d7d6ee1).
Report is 5 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@sdimitrov9 sdimitrov9 added the bug Type: Something isn't working label Jan 6, 2025
@sdimitrov9 sdimitrov9 marked this pull request as ready for review January 6, 2025 14:02
@sdimitrov9 sdimitrov9 requested a review from a team as a code owner January 6, 2025 14:02
Copy link
Contributor

@bilyana-gospodinova bilyana-gospodinova left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@xin-hedera xin-hedera left a comment

Choose a reason for hiding this comment

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

LGTM

@steven-sheehy steven-sheehy added this to the 0.121.0 milestone Jan 6, 2025
@steven-sheehy steven-sheehy merged commit 6819dc4 into main Jan 6, 2025
36 checks passed
@steven-sheehy steven-sheehy deleted the 9984-fix-contract-call-service-precompile-modification-tests branch January 6, 2025 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Type: Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants