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

crypto/simulation: drop dead code and dependency #141

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

roman-khimov
Copy link
Member

We don't need murmur3 to sort validators and we don't need serialization code since a129fd7.

We don't need murmur3 to sort validators and we don't need serialization code
since a129fd7.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
@roman-khimov roman-khimov added this to the v0.3.2 milestone Jan 10, 2025
Copy link

codecov bot commented Jan 10, 2025

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Project coverage is 58.25%. Comparing base (d718d92) to head (78500b1).
Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
internal/simulation/main.go 0.00% 3 Missing ⚠️
internal/crypto/ecdsa.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
- Coverage   58.49%   58.25%   -0.24%     
==========================================
  Files          33       33              
  Lines        2279     2271       -8     
==========================================
- Hits         1333     1323      -10     
- Misses        861      863       +2     
  Partials       85       85              

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

Copy link
Member

@AnnaShaleva AnnaShaleva left a comment

Choose a reason for hiding this comment

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

LGTM, and I'm not sure if we need a changelog entry for it, there's no user-facing changes. @roman-khimov, agree to merge as is?

@roman-khimov roman-khimov merged commit 026852c into master Jan 13, 2025
9 of 12 checks passed
@roman-khimov roman-khimov deleted the drop-dead-code branch January 13, 2025 18:04
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