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: Remove unnecessary sha2-asm dependency #4435

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

jbencin
Copy link
Contributor

@jbencin jbencin commented Feb 27, 2024

Description

Remove sha2-asm dependency from Clarity's Cargo.toml file. This does not actually remove thesha2-asm from our dependency tree, as it is still used transitively through sha2. This was just pulling in an older version, which was not used

I've checked with hyperfine and this PR does not affect performance

Copy link

codecov bot commented Feb 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.01%. Comparing base (911c3ff) to head (aa0f6d7).
Report is 3 commits behind head on next.

Additional details and impacted files
@@             Coverage Diff             @@
##             next    #4435       +/-   ##
===========================================
- Coverage   83.46%   65.01%   -18.45%     
===========================================
  Files         448      448               
  Lines      324308   324308               
===========================================
- Hits       270676   210844    -59832     
- Misses      53632   113464    +59832     

see 258 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 911c3ff...aa0f6d7. Read the comment docs.

@saralab saralab requested a review from jferrant February 29, 2024 14:50
@kantai kantai force-pushed the chore/remove-sha2-asm branch from 1020ace to 3f8b1b6 Compare March 1, 2024 16:02
@kantai kantai enabled auto-merge March 1, 2024 16:03
@jbencin jbencin force-pushed the chore/remove-sha2-asm branch from 3f8b1b6 to aa0f6d7 Compare March 1, 2024 20:17
@kantai kantai added this pull request to the merge queue Mar 1, 2024
Merged via the queue into stacks-network:next with commit 383d586 Mar 1, 2024
1 of 2 checks passed
@jbencin jbencin deleted the chore/remove-sha2-asm branch March 4, 2024 16:10
@blockstack-devops
Copy link
Contributor

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@stacks-network stacks-network locked as resolved and limited conversation to collaborators Nov 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants