-
Notifications
You must be signed in to change notification settings - Fork 411
Add low_r signature grinding #1388
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
Conversation
default on, can be turned off via a feature gate
Codecov Report
@@ Coverage Diff @@
## main #1388 +/- ##
==========================================
+ Coverage 90.82% 90.84% +0.02%
==========================================
Files 73 73
Lines 41245 42497 +1252
Branches 41245 42497 +1252
==========================================
+ Hits 37460 38606 +1146
- Misses 3785 3891 +106
Continue to review full report at Codecov.
|
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.
awesome, thanks!
It looks like this PR introduced a buncha warnings in CI, FWIW |
@valentinewallace I don't quite see how these changes would result in those warnings. I assume you mean in channel.rs? |
@devrandom Yeah, I'm not sure how either, I just see that the warnings appear on this PR's merge. I see them in "Test on Rust stable with net-tokio" but they may be elsewhere too |
Oh, I know, that's in the |
hmm... that test is a bit of a pain. perhaps we can have it skip the signatures when comparing? |
@TheBlueMatt since you wrote |
default on, can be turned off via a feature gate
Fixes #1387