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

chore: Replace key logic from go-ethereum #1124

Merged
merged 9 commits into from
Nov 11, 2024
Merged

chore: Replace key logic from go-ethereum #1124

merged 9 commits into from
Nov 11, 2024

Conversation

0xivanov
Copy link
Contributor

@0xivanov 0xivanov commented Oct 31, 2024

Description:
Remove /crypto package coming from go-ethereum.

Related issue(s):

Fixes #1113

Notes for reviewer:

Checklist

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

Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
@0xivanov 0xivanov self-assigned this Oct 31, 2024
Copy link

codecov bot commented Oct 31, 2024

Codecov Report

Attention: Patch coverage is 80.30303% with 13 lines in your changes missing coverage. Please review.

Project coverage is 73.40%. Comparing base (2c22da8) to head (bfdb582).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crypto.go 78.12% 5 Missing and 2 partials ⚠️
ecdsa_public_key.go 81.25% 1 Missing and 2 partials ⚠️
query.go 0.00% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1124      +/-   ##
==========================================
+ Coverage   73.37%   73.40%   +0.03%     
==========================================
  Files         181      181              
  Lines       23097    23105       +8     
==========================================
+ Hits        16948    16961      +13     
+ Misses       5396     5392       -4     
+ Partials      753      752       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
query.go Show resolved Hide resolved
@0xivanov 0xivanov marked this pull request as ready for review November 7, 2024 08:47
@0xivanov 0xivanov requested review from a team as code owners November 7, 2024 08:47
gsstoykov
gsstoykov previously approved these changes Nov 7, 2024
Copy link
Contributor

@gsstoykov gsstoykov left a comment

Choose a reason for hiding this comment

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

LGTM.

query.go Show resolved Hide resolved
Copy link
Contributor Author

@0xivanov 0xivanov left a comment

Choose a reason for hiding this comment

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

Do not merge, until /abi and /rlp PRs are merged.

Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
Copy link

@0xivanov 0xivanov merged commit f2a7c4b into main Nov 11, 2024
13 checks passed
@0xivanov 0xivanov deleted the replace-keys branch November 11, 2024 11:59
@0xivanov 0xivanov mentioned this pull request Nov 11, 2024
5 tasks
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.

replace /crypto from go-ethereum
2 participants